blank page [message #35121] |
Sat, 09 December 2006 15:45 |
gaintlock
Messages: 2 Registered: December 2006
Karma: 0
|
Junior Member |
|
|
i have FUDforum v2.7.6 installed
when i try to open forum i get blank page
in FUDforum/errors/sql_errors i found:
?548 ?1165678523?(/www/data/index.php:75<br />
/www/data/index.php:314<br />
/www/data/theme/default/index.php:38<br />
/www/data/index.php:1187<br />
) 1064: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1<br />
Query: UPDATE fud26_ses SET sys_id='55dadb62035d69569acd1be9d480c0bd', forum_id=0, time_sec=1165678523, action='Просмотр <a href=\"index.php?t=index\">списка форумов</a>', returnto='' WHERE id=<br />
Server Version: 4.0.20<br />
i try to go in adminstrative area, sent login and pass to server and get blank page too, but other error in sql_errors:
?621 ?1165678896?(/www/FUDforum/include/theme/default/db.inc:72<br />
/www/FUDforum/include/theme/default/users.inc:798<br />
/www/FUDforum/include/theme/default/users_reg.inc:267<br />
/www/data/adm/admloginuser.php:23<br />
) 1064: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1<br />
Query: UPDATE fud26_users SET sq='9fbb40c28fb6c3c648ce61547fb3825e' WHERE id=<br />
_POST: array (
'S' => '',
'SQ' => '0',
'login' => 'MyLogin',
'passwd' => 'MyPassword',
'btn_login' => 'Login',
)<br />
Server Version: 4.0.20<br />
how can i repaire it?
|
|
|
Re: blank page [message #35129 is a reply to message #35121] |
Mon, 11 December 2006 05:10 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Try clearing out the sessions table fud26_ses, then login and run the consistency checker.
FUDforum Core Developer
|
|
|
|
Re: blank page [message #35138 is a reply to message #35133] |
Mon, 11 December 2006 14:59 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Do you have any patches applied to your forum, normally session id can never be blank.
FUDforum Core Developer
|
|
|