Hi,

I have 5 drupal sites on the same installation.
The following occurs on 1 of them ONLY

The site has 6 different webforms.
Sometimes, when I try to load one of the webforms (view mode, not edit) i get a blank page in FireFox2
and a "Internet Explorer cannot display the webpage" in IE7.
When i find that one webform behaves this way, i try to load the others, and they all behave the same (not loading).

At Some other times, everything works OK with all webforms.

I couldn't find patterns for this behavior, and there is no errors in server logs.

By the way - Only 1 of the forms have PHP code in it's view mode, but when it happens - it happens to all forms,
so i guess bad PHP code could not cause this problem.

I tried to truncate the cache tables from drupal database, but it didn't help.

Anyone can help ?

Thanks,
Comrax

Comments

comrax’s picture

For anyone out there who might sometime have the same problem:
After some debugging, We found that php stops the script and throws an error "exit with signal 11".
This means a memory problem (FreeBSD 7, apache2, php5).
We changed the PHP memory limit in php.ini from 32MB to 48MB and it solved the problem.

Comrax

patoshi’s picture

great this saved me alot of time trying to figure this out... gotta love open source community, anything else might have taken you a long time to fix. Please if this helped you, help some else in need. Try to answer someone else's problem.

Keywords that people might search for: Blank page, Blank screen, webform on view