When trying to access admin/module I get a fatal out of memory error.

Fatal error: Out of memory (allocated 1900544000) (tried to allocate 261904 bytes) in C:\xampp\htdocs\openpublic\profiles\openpublic\modules\contrib\webform\webform.module on line 3173

I eventually increased the PHP memory_limit to 4096MB and monitored system resources, I can see a spike each time I click on the modules menu item until it consumes all the memory and falls over. I have also tried upgrading to Webform 7.13 from 7.11 but this did not fix the issue.

Comments

rplescia’s picture

Bump, has anyone had this issue? This is a real problem for me and I have had no luck so far.

Anonymous’s picture

Are you encountering this error with the beta3 version as well?

rplescia’s picture

I haven't updated to beta 3 yet as I am running beta 2 as the production site at the moment but will be upgrading the dev/staging site in a couple of weeks when I get back from leave. You can view the site http://www.da-abroad.org/

An interesting point to note is that when I disable the webform in the database and remove the webform module files out of the modules directory i can load the modules page without an issue

DSheffler’s picture

rplescia, please let us know if you are getting this issue with beta4.

DSheffler’s picture

Status: Active » Postponed (maintainer needs more info)
DSheffler’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

Have not heard from original poster in 2 months. Please reopen if you are still having this issue.

rplescia’s picture

Hi,

I know that I haven't posted on this topic in a while but just thought I would share my experience.

I have updated to beta 7 recently and tested for this issue again, the problem still persists. Happens when I try and access the Features page as well.

I have found a way around it (since beta 2) to install new modules, If I disable the webform module in the database by setting it status to 0 I am able to to open the modules page and install new modules. Once completed I change the status back to 1 in the database and it all works.