Not sure if this goes in the quality assurance forum or here. If it's in the wrong spot, I appologize.
Getting a server error 500 when I add a new field to a form.
It worked fine for the first 50 or so fields.
Form name I am working with when the error occurs is rental application
ERROR MESSAGE FROM SERVER LOG: [Sun Jul 29 21:00:26 2007] [error] [client 68.97.79.195] Premature end of script headers: moduleinterface.php, referer: http://trinitydorjay.com/admin/moduleinterface.php
CMSMS VERSION: 1.1
FormBuilder v 0.3
PHP Settings are here: http://www.johnbmcdonald.com/info.php
I exported the database, the results are here: http://trinitydorjay.com/uploads/sql.txt
phpMyAdmin 2.6.4-pl2
MySQL 4.1.11-Debian_4sarge7-
Got any ideas?
Thanks for your help
John
Formbuilder Problem - Server 500 Error
- johnbmcdonald
- Forum Members

- Posts: 60
- Joined: Mon May 14, 2007 8:01 pm
Re: Formbuilder Problem - Server 500 Error
Premature end of script headers is always so nice to debug 
I couldnt find php max memory size from your phpinfo, what does the settings say?
maybe its running out of memory...
I couldnt find php max memory size from your phpinfo, what does the settings say?
maybe its running out of memory...
- johnbmcdonald
- Forum Members

- Posts: 60
- Joined: Mon May 14, 2007 8:01 pm
Re: Formbuilder Problem - Server 500 Error
Here is the php config file: http://trinitydorjay.com/uploads/php.ini.txt
I think this is what you are looking for: memory_limit = 8M ; Maximum amount of memory a script may consume (8MB)
John
I think this is what you are looking for: memory_limit = 8M ; Maximum amount of memory a script may consume (8MB)
John
- johnbmcdonald
- Forum Members

- Posts: 60
- Joined: Mon May 14, 2007 8:01 pm
Re: Formbuilder Problem - Server 500 Error
so, do you think if I increase memory_limit = 8M to memory_limit = 10M that may fix the problem?
Thanks
John
Thanks
John
