Jump to content

"Fatal Error" in email translations in BO


mtm

Recommended Posts

Hi,

I now got this "Fatal Error" in BO when saving translating email templates. Never had it before.

 

I checked the file error_log and got this:

 
PHP Warning:  include_once() [<a href='function.include-once'>function.include-once</a>]: Unable to allocate memory for pool. in ../prestashop/classes/Module.php on line 430
PHP Warning:  include_once() [<a href='function.include-once'>function.include-once</a>]: Unable to allocate memory for pool. in ../prestashop/classes/Module.php on line 886

In the Module.php, line 430:

 
include_once(_PS_MODULE_DIR_.$moduleName.'/'.$moduleName.'.php');
 
and line 886:
 
if (Tools::file_exists_cache($file) AND include_once($file))

Can someone help me on this? I'm not able to perform any kind of email translations and i need it badly...

Thanks.

 

Using PS 1.4.8.2

 
Edited by mtm (see edit history)
Link to comment
Share on other sites

Hi vekia, thanks for reply.

For what i understand, it's up to my host to make those configurations, right? Because i don't have access to such files on my server.

I'll contact them tomorrow morning and ask them about it. I'll update my post as soon as i have some news.

Thanks again for the tip.

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