tank Posted November 8, 2011 Share Posted November 8, 2011 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: 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 Link to comment Share on other sites More sharing options...
jacky75 Posted November 8, 2011 Share Posted November 8, 2011 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 More sharing options...
tank Posted November 8, 2011 Author Share Posted November 8, 2011 I tried uninstalling 4 modules I don't really need, that didn't help. I increased memory from 64m to 92m in the php.ini file. Is that ok? Error message is gone now. What did you set your memory_limit to? Link to comment Share on other sites More sharing options...
batterio81 Posted November 10, 2011 Share Posted November 10, 2011 Hi, i have the same problem clicking the payment tab in Back Office, but i don't understand why? I already have my memory_limit valut at 64M in php.ini...someone know how to resolve this problem? thanks Ciao Link to comment Share on other sites More sharing options...
tank Posted November 15, 2011 Author Share Posted November 15, 2011 I had 64M and I increased it to 92M That solved the problem. Link to comment Share on other sites More sharing options...
Kash123 Posted November 16, 2011 Share Posted November 16, 2011 Go to root/config/config.inc.php and add: /* Improve PHP configuration to prevent issues */ ini_set('memory_limit','128M'); I hope this works for you as it worked for me. Link to comment Share on other sites More sharing options...
airbag Posted November 24, 2011 Share Posted November 24, 2011 Yes thank you Kash123, that worked for me! I have already found about 5 bugs in 1.4.5.1.... not very impressed with this version so far! Link to comment Share on other sites More sharing options...
kangaroobaby Posted November 30, 2011 Share Posted November 30, 2011 It doesnot work for me on 1.4.5.1.I did change /* Improve PHP configuration to prevent issues */ ini_set('memory_limit','128M'); nothing happened , When click Payment it shows: Access denied. Any help will be appreciated. Link to comment Share on other sites More sharing options...
peeke Posted December 12, 2011 Share Posted December 12, 2011 I had the same issue on 2 different servers with two different shops. I found a solution, look at the following post http://www.prestashop.com/forums/topic/138187-solved-cant-load-modules-after-upgrade-to-145/ Link to comment Share on other sites More sharing options...
theme_designer Posted December 13, 2011 Share Posted December 13, 2011 Even if you increase the memory limit to 128 Mb, some host, will still keep the limit at 32 Mb. Link to comment Share on other sites More sharing options...
nikmagnus Posted March 12, 2012 Share Posted March 12, 2012 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 More sharing options...
Never_give_up Posted October 14, 2012 Share Posted October 14, 2012 Go to root/config/config.inc.php and add: /* Improve PHP configuration to prevent issues */ ini_set('memory_limit','128M'); I hope this works for you as it worked for me. This worked in 1.4.9 .... THANKS! Link to comment Share on other sites More sharing options...
clayton29657 Posted October 14, 2012 Share Posted October 14, 2012 (edited) post Edited November 30, 2012 by clayton29657 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now