Bojanstven Posted September 12, 2016 Share Posted September 12, 2016 Hi guys, I installed a new theme, and after that I cannot access Modules section... [PrestaShop] Fatal error in module file :/home/bbooks/public_html/modules/stthemeeditor/stthemeeditor.php:Allowed memory size of 67108864 bytes exhausted (tried to allocate 203520 bytes) Just wanted to test a theme, and it crashed my backend. Before this, I could normally access my Modules. Now I can't. I'm on shared hosting, so I can't increase the memory limit myself. Currently memory limit is on 64MB, but this shouldn't be a problem, since before this theme everything worked normally... I even tried editing the config.inc.php in public_html/config folder, to no avail... to 64MB... /* Improve PHP configuration to prevent issues */ ini_set('memory_limit','64M'); Any ideas? Link to comment Share on other sites More sharing options...
tuk66 Posted September 12, 2016 Share Posted September 12, 2016 I'm on shared hosting, so I can't increase the memory limit myself.Currently memory limit is on 64MB, but this shouldn't be a problem, since before this theme everything worked normally... This is the final stop. You definitely need more memory. The Modules page needs enough memory, more than other Back Office pages (except search re-indexing) ot Front Office ones. Link to comment Share on other sites More sharing options...
Bojanstven Posted September 14, 2016 Author Share Posted September 14, 2016 Hi tuk66, now that just doesn't make any sense. It worked before and didn't need any more memory. Only after the new theme installation did it crash. So I tinkered a bit... Well actually it turns out that 1 lines sorts this out... ini_set('memory_limit','128M'); Now it works, I can access Modules section. Link to comment Share on other sites More sharing options...
tuk66 Posted September 14, 2016 Share Posted September 14, 2016 On the contrary, I makes sense. New theme usually comes with new modules. The more modules the more memory. Link to comment Share on other sites More sharing options...
jkility Posted September 14, 2016 Share Posted September 14, 2016 I've got a similiar problem: https://www.prestashop.com/forums/topic/555319-problem-uploading-a-image-to-imageslider/ 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