• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Issue A lot of prestashop problem

sebgonzes

Silver Pleskian
Hi

I have a lot of problem to install prestashop from APS plesk, it's always give error during the process... Include installing manually, it's give 500 error message.
It's not seam an direct issue from plesk but from prestashop (try the last version but algo an 1.6), finally I have successfully install an 1.7.3.1 changing code in php lines :

classes/Context.php =>
Change
if (!is_null($this->shop)) {
$sqlTranslationLoader->setTheme($this->shop->theme);
}

To
/*
if (!is_null($this->shop)) {
$sqlTranslationLoader->setTheme($this->shop->theme);
}
*/

Do someone have similar problem????
 
Back
Top