Closed (fixed)
Project:
Drupal core
Version:
6.25
Component:
base system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2010 at 18:56 UTC
Updated:
2 Apr 2012 at 18:56 UTC
I can only guess that this is due to limited memory with shared hosting of 1and1, but when I try to access the administration settings "Embedding Settings" and "File Handling" I get an out of memory error. Any ideas?
Comments
Comment #1
dan.crouthamel commentedUpdate - if I comment out the following line of code in swftools.admin.inc (for handling_form and embed_form), then I don't run into the memory issue and everything works fine.
drupal_flush_all_caches
Now I just need to understand why this gives me a white screen of death :)
Comment #2
Stuart Greenfield commentedIs this still happening? I've been doing a lot of development locally and haven't had this happen once. The call is a standard drupal function to reset the cache. Do you have a lot of modules running?
Comment #3
dan.crouthamel commentedIt does, but I don't think it's any fault of this module. I am running a decent amount of additional modules, probably around 25. I think my problem is on the web host side and the limited php memory.
Comment #4
Stuart Greenfield commentedOK - changing status to closed to keep issue queue tidy.
Comment #5
rv0 commentedWas this eventually fixed by the host and how?
I'm having similar issues on a site where it used to work fine.
Comment #6
jenlamptonthis issue was not related to SWF Tools, changing project and status.
And here's a handbook page on the White Screen Of Death (WSOD) and PHP memory errors that might help others: http://drupal.org/node/158043