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

dan.crouthamel’s picture

Update - 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 :)

Stuart Greenfield’s picture

Status: Active » Postponed (maintainer needs more info)

Is 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?

dan.crouthamel’s picture

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

Stuart Greenfield’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

OK - changing status to closed to keep issue queue tidy.

rv0’s picture

Was this eventually fixed by the host and how?

I'm having similar issues on a site where it used to work fine.

jenlampton’s picture

Project: SWF Tools » Drupal core
Version: 6.x-2.5 » 6.25
Component: SWF Tools » base system

this 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