Jump to content

Edit History

hannes01

hannes01

If someone encounters the same issue, here's the fix:

go to: config/config.inc.php

uncomment row 225: //$language = new Language(Configuration::get('PS_LANG_DEFAULT'));

and add below that:

$language = new Language(true);

 

 

hannes01

hannes01

If someone encounters the same issue, here's the fix:

go to: config/config.inc.php

uncomment row 225: // $language = new Language(Configuration::get('PS_LANG_DEFAULT'));

and add below that:

$language = new Language(true);

 

 

×
×
  • Create New...