Page 1 of 1

Formbuilder Problem - Server 500 Error

Posted: Sun Jul 29, 2007 6:42 pm
by johnbmcdonald
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

Re: Formbuilder Problem - Server 500 Error

Posted: Sun Jul 29, 2007 8:05 pm
by tsw
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...

Re: Formbuilder Problem - Server 500 Error

Posted: Sun Jul 29, 2007 9:36 pm
by johnbmcdonald
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

Re: Formbuilder Problem - Server 500 Error

Posted: Mon Jul 30, 2007 5:15 pm
by johnbmcdonald
so, do you think if I increase memory_limit = 8M to memory_limit = 10M that may fix the problem?

Thanks
John