• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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