Thank you for the most useful module. This is the first module that I include in the admin!
There was a terrible problem. I am using virtual hosting, they have certain limitations, such as max_allowed_packet = 1mb and PHP128mb. Increase the settings I can not.
I had some problems with lack of memory and decided to turn on this module is to manually check for updates when necessary, for example, after adding new modules. And turn off after update.

After inclusion a lot of modules, Localization update stopped running altogether.
Fatal error: Out of memory (allocated 50069504) (tried to allocate 18008 bytes) in /home/jsaru211/public_html/magaz/includes/database/query.inc on line 1819 (varios line and mem size)

I have it disabled right now. But what I do, how do I enable it? Why did you start it all breaks down?
Thanks in advance!

Comments

sutharsan’s picture

Status: Active » Closed (works as designed)

There is not a lot you can do except disabling modules as you have been doing (think of Views UI and other modules with a separate UI module), be very critical on which modules you include in the site or change to a different host. The roughly 48 MB that you are allowed is enough for a small site, but you may require up to 96MB. Your last resort is to manually download po files from localize.drupal.org and to upload them in you website. Have you tried to ?

Masala’s picture

Yes, I disabled the module. Now, putting them back these modules to cause a similar error.
Overlay module consumes much memory too. I think that virtual hosting is very weak and need to use the manual import.
Thank you for your help.