Jump to content

[SOLVED] Unable to install Prestashop 1.7.7.5


elmasgayu

Recommended Posts

Hi,

There is one easy way I find prestashop installation by auto installer provided by web hosting or softaculous auto installer

Link => https://www.softaculous.com/softaculous/

Check demo video on topic PrestaShop how to install prestashop e-commerce online shopping software

System requirements for PrestaShop 1.7

https://devdocs.prestashop.com/1.7/basics/installation/system-requirements/

https://github.com/PrestaShop/php-ps-info

 

 

Link to comment
Share on other sites

Solved. 

 

open /classes/Tools.php, find the function:

public static function addonsRequest($request, $params = [])
{
if (!self::$is_addons_up) {
return false;
}

and edit to:

public static function addonsRequest($request, $params = [])
{
/*if (!self::$is_addons_up) {
return false;
}*/
return false;

  • Thanks 2
Link to comment
Share on other sites

  • elmasgayu changed the title to [SOLVED] Unable to install Prestashop 1.7.7.5
  • 4 months later...
On 7/6/2021 at 5:48 PM, elmasgayu said:

Solved. 

 

open /classes/Tools.php, find the function:

public static function addonsRequest($request, $params = [])
{
if (!self::$is_addons_up) {
return false;
}

and edit to:

public static function addonsRequest($request, $params = [])
{
/*if (!self::$is_addons_up) {
return false;
}*/
return false;

This worked, Thank you

Link to comment
Share on other sites

  • 2 months later...

Hi,

right now I've been stucked at the same point of installation in PS 1.7.8.3

Do not understand why this is happening, but same solution worked.

Otherwise, installation stuck at next step, which is Install theme. I didn't investigated why, yet.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...