[Mon Feb 13 11:31:16 2012] [error] [client xxxx] PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/www/alicebox-news.fr/forums/admin/db_update.php on line 2242,
A part of code is missing at the end, and partiel duplicate
<?php
break;
}
$forum_db->end_transaction();
$forum_db->close();
if ($query_str != '')
exit('<script type="text/javascript">window.location="db_update.php'.$query_str.'"</script><br />JavaScript seems to be disabled. <a href="db_update.php'.$query_str.'">Click here to continue</a>.');
ate.php'.$query_str.'">Click here to continue</a>.');
This part is too
ate.php'.$query_str.'">Click here to continue</a>.');
After modify :
Sorry! The page could not be loaded.
Your database is already as up-to-date as this script can make it.
There is no error, but the update still does not work
line 13 :
define('UPDATE_TO', '1.4.1');
must be 1.4.2 I think.
after correction, it works