Jump to content

Recommended Posts

ESTO ES LO QUE ME APARECE AL ENTRAR!!!... [PrestaShopException]

Property PrestaShopLogger->message is empty
at line 909 in file classes/ObjectModel.php

904.             }905. 906.             $message = $this->validateField($field, $this->$field);907.             if ($message !== true) {908.                 if ($die) {909.                     throw new PrestaShopException($message);910.                 }911.                 return $error_return ? $message : false;912.             }913.         }914. 
Edited by ninaker (see edit history)
Link to comment
Share on other sites

  • 2 weeks later...

- sorry for the english post, I just want to help out- 

 

I recently had the same issue with a Greek Prestashop 1.6.1.8 installation.

I couldn't log in on BO if I changed the default language.

 

This is the fix I found that worked: 

 

1. go here https://www.prestashop.com/en/translations

2. download a translation for the language you want BUT try an older version (1.6.0.11 worked for me for example)

3. replace the contents of /translations/XX/ with the downloaded /translations/XX/ files from the link above (where XX is the iso-code for the country of your translation).

 

This should be enough to work.

 

Hope it helps.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...