Jump to content

[PrestaShop] Fatal error in module file


Recommended Posts

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

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

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

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