AndyLaci Posted February 21, 2013 Share Posted February 21, 2013 (edited) Hi, Info: system windows 7 64bit wamp server, php 5.3.13, sql 5.5.24 (InnoDB) prestashop 1.5.3 (the config in admin says) antivirus eset smart security 6 wamp settings: mod_rewrite - on max_input_wars - set to 10000 openssl - turned on memory limit - 128M (dont remember the other settings in wam i had) I have a problem. I reinstalled windows, so I had to backup my prestashop project (database + all other files). I copied the files from my flash to wamp www folder and also populated database (everything with the same names) and when I go to modules in backoffice first time it is all fine but the first time I enter the modules tab everything inside including the section is not working and showing error: [PrestaShop] Fatal error in module Module: Maximum execution time of 30 seconds exceeded Every time I renew the backup it works once, but then after first time this section crashes again. I think it is probably something wrong with the wamp server. When I installed it I forgot to install Visual C++ 2010 SP1 Redistributable Package, but then I reinstalled wamp after installing this. Dont know if this can affect the smooth performance of wamp server. I have just one 3rd party module installed (mimic slider) and everything else is default by prestashop. Dont know if 1 of my modules can harm this. In my info section there it shows theese files are missing, dont know what it means: .gitignore modules/blockmyaccountfooter/blockmyaccount.css modules/blockmyaccountfooter/blockmyaccountfooter.php modules/blockmyaccountfooter/blockmyaccountfooter.tpl modules/blockmyaccountfooter/index.php modules/blockmyaccountfooter/logo.gif modules/blockmyaccountfooter/logo.png modules/blockmyaccountfooter/translations/index.php modules/newsletter/index.php modules/newsletter/logo.gif modules/newsletter/logo.png modules/newsletter/newsletter.php modules/newsletter/translations/index.php Edited February 21, 2013 by AndyLaci (see edit history) Link to comment Share on other sites More sharing options...
Dh42 Posted February 21, 2013 Share Posted February 21, 2013 In your php.ini increase the max execution time. 1 Link to comment Share on other sites More sharing options...
benjamin utterback Posted February 21, 2013 Share Posted February 21, 2013 I would try to disable the third party module. You are on a localhost? That is strange. You would usually edit the php.ini file. Link to comment Share on other sites More sharing options...
AndyLaci Posted February 21, 2013 Author Share Posted February 21, 2013 (edited) thanks max_execution_time 300 works, but why it takes so long? it takes above 40 sec to load everything in this section and subsections, when I get out of modules everything is like before. Maybe there is some problem with the Module controller or class. Till now every operation took maybe max 10 sec. Now it is really hard to work with. Do you think there is a problem with one module, prestashop files, database, or wamp? Edited February 21, 2013 by AndyLaci (see edit history) Link to comment Share on other sites More sharing options...
Dh42 Posted February 21, 2013 Share Posted February 21, 2013 What page / module are you loading? Prestashop has a built in profiler you can use by going to config/defines.php and turning PS_DEV_MODE to true Link to comment Share on other sites More sharing options...
AndyLaci Posted February 25, 2013 Author Share Posted February 25, 2013 the PS_DEV_MODE didnt help, but there is one important thing I mentioned. When I install new fresh unmodified prestashop it loads maybe 105 modules. My allmost done shop loads above 3800 modules 1 Link to comment Share on other sites More sharing options...
Dh42 Posted February 25, 2013 Share Posted February 25, 2013 3800 modules? I don't even know if that many exist for prestashop Link to comment Share on other sites More sharing options...
AndyLaci Posted February 25, 2013 Author Share Posted February 25, 2013 this must be the problem, but I dont know what causes it. Maybe it is the AdminModulesController, but I didnt change it. For the untouched prestashop the loading time is 1.62 sec. Can it be that I am loading somehow all the versions of modules? Or there is some loop? Link to comment Share on other sites More sharing options...
AndyLaci Posted February 25, 2013 Author Share Posted February 25, 2013 now I selected all modules and lot of errors showed, all were in section cache and ended with maximum exceeded mb. Here is the screen: (prestaoriginal is that modified prestashop) Link to comment Share on other sites More sharing options...
AndyLaci Posted February 26, 2013 Author Share Posted February 26, 2013 I removed paypal module from module positions and done some irrational steps and it started working. Dont understand... Ty for help guys Link to comment Share on other sites More sharing options...
pispest Posted February 26, 2016 Share Posted February 26, 2016 I have trouble access "configuration information" too. I have to increase execution time. Seems this happen after install Paypal modules too. Link to comment Share on other sites More sharing options...
Recommended Posts