Jump to content

1.4.5.1 All modules cannot be loaded due to memory...


Recommended Posts

Upgrade appeared successful from 1.4.4.1 to 1.4.5.1

After upgrade I noticed I get an error when I go to BO and click payments

 

 

The following module(s) couldn't be loaded:

  1. All modules cannot be loaded due to memory limit restriction reason, please increase your memory_limit value on your server configuration

I'm not sure what modules its referring to...

 

See screen shot.

 

I'm using Bluehost

post-183054-0-23090000-1320737462_thumb.gif

Link to comment
Share on other sites

Hi,

same issue received yesterday on a CentOS system and not present on a Debian system.

On the CentOS system I had to increase the PHP "memory_limit" setting. You can try to make the same using the htaccess if your hosting allow you, or you could ask to your hosting to make it for you.

 

Ciao

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 months later...

Thanks Kash123, this worked well for me.

Just to clarify,

go to the config folder in your prestashop root folder, and open the config.php.ini file

add the following code:

 

/* Improve PHP configuration to prevent issues */
ini_set('memory_limit','128M');

 

Go to root/config/config.inc.php and add:

/* Improve PHP configuration to prevent issues */
ini_set('memory_limit','128M');

Link to comment
Share on other sites

  • 7 months later...

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...