• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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