• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.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