seattle Posted October 22, 2011 Share Posted October 22, 2011 I've just upgraded from 1.4.3 to 1.4.5 using the upgrade module. There were no issues with the upgrade and all the functionality of the site has remained except for the Modules. When I go into Modules I receive the following error 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 contacted my my hosting company, fasthosts who have come back with the following response; "Usually you will be able to get this error message 'All modules cannot be loaded due to memory limit restriction reason, please increase your memory_limit value on your server configuration' if you are adding plug ins or additional script that calls the server to process something not supported. Due to server limitations, we won't be able to change server configuration for server performance and stability. Please refer to http://www.equi1.com/info.php for PHP limit." I have deleted as many modules as I am able to but the main issue is that I no longer have the theme installer. Is there anyway around this??? Thanks for your help in advance. Link to comment Share on other sites More sharing options...
s3v3n Posted October 23, 2011 Share Posted October 23, 2011 Go to root/config/config.inc.php add: /* Improve PHP configuration to prevent issues */ ini_set('memory_limit','128M'); Works on 1.4.5.1 3 Link to comment Share on other sites More sharing options...
seattle Posted October 23, 2011 Author Share Posted October 23, 2011 thanks s3v3n, worked perfectly! Link to comment Share on other sites More sharing options...
potteryhouse Posted October 23, 2011 Share Posted October 23, 2011 Thanks, I was having the same problem, I set the limit to 96mb and its working now. Link to comment Share on other sites More sharing options...
gingermix Posted October 24, 2011 Share Posted October 24, 2011 Thanks, I was having the same problem, I set the limit to 96mb and its working now. I tried all the above but unfortunately this does not fix the problem in my case... any suggestion really appreciated. Thanks in advance. Cris Link to comment Share on other sites More sharing options...
Ellenvh Posted October 29, 2011 Share Posted October 29, 2011 I have the same problem and also tried the fix above, but unfortunately it doesn't work for me either. Does anybody has another solution to this problem? Thanks for helping me! Link to comment Share on other sites More sharing options...
Mike Spike Posted November 26, 2011 Share Posted November 26, 2011 You are a STAR!!!! Thank you so much! worked great!!! Mike - DovJudaica.com Link to comment Share on other sites More sharing options...
kangaroobaby Posted November 30, 2011 Share Posted November 30, 2011 Changed the limit to 128m,. still not working on 1.4.5.1, any other solutions? THanks, Link to comment Share on other sites More sharing options...
jocarodrigues Posted November 30, 2011 Share Posted November 30, 2011 thnxs.! :-D work perfectly for PrestaShop™ 1.4.6.2 . Link to comment Share on other sites More sharing options...
Aldeag Posted December 9, 2011 Share Posted December 9, 2011 For me it does not work. I have version 1.4.5.1 Link to comment Share on other sites More sharing options...
peeke Posted December 12, 2011 Share Posted December 12, 2011 All these solutions didn't work for me. I have the latest 1.4.6.2 and no modules showed cause memory limit. I made a new folder modules1 and moved all the modules to this new folder, the original modules folder is empty now.. I tried the modules tab again and no problem. When I move a module to the original modules folder, the problem is back. Only with one module. This couldn't have anything to do with memory or am I wrong? Edit: I also changed the values in the modules database to '0' not active. Edit2: I managed to load all the modules, there is only one who is giving problems "dejala", I deleted this one and my problems are gone. Link to comment Share on other sites More sharing options...
Carl Favre Posted December 12, 2011 Share Posted December 12, 2011 Hi peeke, What error message do you have when you only put one module ? Link to comment Share on other sites More sharing options...
peeke Posted December 12, 2011 Share Posted December 12, 2011 Hi peeke, What error message do you have when you only put one module ? I didn't get a message at all, it just didn't load, but it could be a mistake from me, sorry. I found another issue. I managed to load all the modules, there is only one who is giving problems "dejala", I deleted this one and my problems are gone. All the modules are loading perfect without this dejala (what does this module do? Link to comment Share on other sites More sharing options...
Carl Favre Posted December 12, 2011 Share Posted December 12, 2011 Dejala module ? http://addons.prestashop.com/en/shipping-logistics/1757-dejala.html It seems to be a logistic module. So after removing this module, no more problem? Link to comment Share on other sites More sharing options...
peeke Posted December 12, 2011 Share Posted December 12, 2011 not untill now, still testing Edit: I didn't find any problems after deleting dejala module. So I did get memomy limit issues before, but it seems it hasn't got anything to do with memory (in my config, don't know if this was the same problem with other users) Link to comment Share on other sites More sharing options...
peeke Posted December 12, 2011 Share Posted December 12, 2011 ok my conclusion is that dejala is the problem. I've tested it on 2 differend shops on two different servers (both memory 64) -If you delete the dejala module on the server with ftp, it could be that the problem remains -move all the modules from the modules folder to a folder on your pc (or another folder with differend name on the server, but I didn't test this) -delete all the modules from the original modules folder -go to your backoffice/modules and look if the problem is still there, if it is, then I don't know -copy all modules (except dejala) from your folder on pc (or new folder on server) to the original folder. (I copied them not all together, but in a bunch of 10, just to test in backoffice/modules if there were problems) -now it should be ok in your backoffice/modules Don't ask me why this strange behaviour is showing. I don't know, but hey, it works, so whatever Link to comment Share on other sites More sharing options...
Aldeag Posted December 12, 2011 Share Posted December 12, 2011 I also have version 1.4.5.1 and some modules don´t load. For example Groupdiscount. It still doesn´t load even after doing this: I deleted Dejala from my modules folder I changed config/config.inc.php and added: /* Improve PHP configuration to prevent issues */ ini_set('memory_limit','128M'); But I when I check for the memory I get this, where Local Value is 128M but Master Value is only 32M: Link to comment Share on other sites More sharing options...
peeke Posted December 12, 2011 Share Posted December 12, 2011 I also have version 1.4.5.1 and some modules don´t load. For example Groupdiscount. It still doesn´t load even after doing this: I deleted Dejala from my modules folder I changed config/config.inc.php and added: /* Improve PHP configuration to prevent issues */ ini_set('memory_limit','128M'); But I when I check for the memory I get this, where Local Value is 128M but Master Value is only 32M: My problem was that none of the modules loaded and I got a error in the backoffice about my memory limit that was to small. The solution I gave was for this problem. BTW I didn't change my config file, it is still original! My memory is 64M and I have 111 modules. Prestashop 1.4.6.2 Tested and working on 2 shops Link to comment Share on other sites More sharing options...
Carl Favre Posted December 13, 2011 Share Posted December 13, 2011 Hi Aldeag, Ask your webhost if he can increase the master value memory limit ? To delete the dejala module was only in the case of peeke’s problem. Logically you do not have to do it. Link to comment Share on other sites More sharing options...
Aldeag Posted December 14, 2011 Share Posted December 14, 2011 There are some other modules that don´t load and I now I have memory to 128M. For example I try to activate autoupgrade and I get this message Warning: copy(/var/www/vhosts/aldeaglobaltarifa.com/httpdocs/tiendaweb/1aldea123/autoupgrade/ajax-upgradetab.php) [function.copy]: failed to open stream: Permission denied in /var/www/vhosts/aldeaglobaltarifa.com/httpdocs/tiendaweb/modules/autoupgrade/autoupgrade.php on line 91 The following module(s) were not installed successfully:<p class="error"> autoupgrade Link to comment Share on other sites More sharing options...
heogia Posted January 26, 2012 Share Posted January 26, 2012 Hi everybody, I've got same problems. I ask Hosting Provider but they don't increase their memory. So I have to delete some unuseful modules to fetch all. Link to comment Share on other sites More sharing options...
RSKK Posted January 26, 2012 Share Posted January 26, 2012 I had the same problem, but fix it by deleting this modules: gridextjs gridextjs.deprecated Link to comment Share on other sites More sharing options...
januar_iman Posted February 12, 2012 Share Posted February 12, 2012 Thanks. it works for my 1.4.6.1 Link to comment Share on other sites More sharing options...
dtnguyen Posted March 23, 2012 Share Posted March 23, 2012 Thank you, tested and approuved on PS 1.4.7 too, Link to comment Share on other sites More sharing options...
aamozorr Posted April 8, 2012 Share Posted April 8, 2012 i have the same error, there is a way to install the upgrade module manually??? Link to comment Share on other sites More sharing options...
aamozorr Posted April 8, 2012 Share Posted April 8, 2012 [TECHNICAL ERROR] ajax-autoupgrade.php no se encuentra. Por favor reinstale o reinicie el modulo Link to comment Share on other sites More sharing options...
ralphstirrat Posted July 25, 2012 Share Posted July 25, 2012 Great fix thanks! Link to comment Share on other sites More sharing options...
Samanta88 Posted November 26, 2015 Share Posted November 26, 2015 you can set the permissions in config/xml to 777 its work for me. 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