I had uploaded the 6.11 upgrade (I am aiming for 6.13, but figured I best go through 6.11 and 6.12 first) to my server and was going to update.php but I only hit an error message (for my entire site).

I've searceh for answers but can't find anything that helps, I've tried adding the lines:

error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);

to my index.php file as suggested in another issue, but no errors are shown...

In my error_log file these are the latest entries:

[12-Sep-2009 04:00:03] PHP Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent in /home/travrhkh/public_html/includes/bootstrap.inc on line 1029
[12-Sep-2009 04:00:03] PHP Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/travrhkh/public_html/includes/bootstrap.inc:1029) in /home/travrhkh/public_html/includes/bootstrap.inc on line 1029

I'm totally stuck... :(

Comments

juliekj’s picture

Not sure what I did (got a little desperate at 4 in the morning and tried everything and anything) but the site is back up and running...

Although with a few errors in some modules that I'm trying to fix...