On 7/17/07, Paul Scott <[EMAIL PROTECTED]> wrote:

On one of our test boxen, we recently upgraded to PHP-5.2.3 and all of a
sudden started getting Internal Server Errors. The Apache log file tells
me that there is a premature end of script error on index.php, which is
simply an entry point script to an MVC framework.

I have checked that there is no whitespace after the closing ?> tag and
all, and have removed almost everything that I can think of that may be
causing something like this.

It seems to choke on the call to ob_start()...

Anyone have any ideas that may shed some light on this one?

Appreciate any helpful tips.

--Paul


All Email originating from UWC is covered by disclaimer 
http://www.uwc.ac.za/portal/uwc2006/content/mail_disclaimer/index.htm


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


   Check your Apache error_log file.  It will either be in the same
directory as the index.php script or in the logs/ subdirectory of
Apache's installation, by default.

--
Daniel P. Brown
[office] (570-) 587-7080 Ext. 272
[mobile] (570-) 766-8107

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to