WAIT..
i do actually see this in the output of that fiel i missed it before... not sure if its cause for alarm....
<b>Warning</b>: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent in <b>/var/www/virtual/domain.com/htdocs/EBLASTS/new_staff_mc/config.php</b> on line <b>2</b><br />
<br />
<b>Warning</b>: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /var/www/virtual/domain.com/htdocs/EBLASTS/new_staff_mc/config.php:2) in <b>/var/www/virtual/domain.com/htdocs/EBLASTS/new_staff_mc/config.php</b> on line <b>2</b><br />
robmorin Wrote:BTW i just had a client call up, and he has the same issue where he sees error 500 via his web browser and in the error logs i see the same incomplete headers, however it seems to work sometimes and sometimes not, a refresh will sometimes make it work.... the only thing i see in common with these websites is that they use mysql... one client mentioned that he might think it is a mysql connection problem??? this is just speculation at this point...
OK i ran the sudo command and i see the php file run by... i get no errors or anything.... thats good i hope..
i ran ...
sudo -u vu2055 php4-cgi -f EBLASTS/new_staff_mc/eblast.php
and saw html output from the file... however via the web same thing error 500
Thanks for your help.... anything
else i should do?
Rob...
ephigenie Wrote:what happens if you try to exec a php script via
sudo -u vu2057 php4-cgi -f /path/to/your/php/index/or/whatever.php