• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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