Graeme Grandmaster Poster

Joined: 12 Apr 2003 Posts: 321 Location: Dublin
|
Posted: Sat Dec 23, 2006 4:05 pm Post subject: Help! Forums not working! |
|
|
| Quote: | phpBB : Critical Error
Error creating new session
DEBUG MODE
SQL Error : 1034 Incorrect key file for table 'phpbb_sessions'; try to repair it
INSERT INTO phpbb_sessions (session_id, session_user_id, session_start, session_time, session_ip, session_page, session_logged_in, session_admin) VALUES ('a46287aac4fd2f8c98a16763eb43b584', 2, 1166911108, 1166911108, '59642871', 0, 1, 0)
Line : 163
File : sessions.php |
Ive tried to enter in this to PhpMyAdmin
| Quote: | | INSERT INTO phpbb_sessions (session_id, session_user_id, session_start, session_time, session_ip, session_page, session_logged_in, session_admin) VALUES ('9cd91c2225eaa32c063fb2ff1d1688e9', 2, 1166910792, 1166910792, '59642871', 0, 1, 0) |
and it says
| Quote: | Error
SQL query: Documentation
SELECT *
FROM Array
WHERE CONCAT_WS( "-", session_id, session_user_id, session_start, session_time, session_ip, session_page, session_logged_in, session_admin ) = "9cd91c2225eaa32c063fb2ff1d1688e9"
ORDER BY session_id, session_user_id, session_start, session_time, session_ip, session_page, session_logged_in, session_admin
LIMIT 0 , 30
MySQL said: Documentation
#1146 - Table 'socceram_phpbb.Array' doesn't exist |
then when i tried to start a support ticket i got this error
| Quote: | Not Acceptable
An appropriate representation of the requested resource /index.php could not be found on this server. |
HELP!!?!?! |
|
krt ...

Joined: 11 Jan 2005 Posts: 4704 Location: Down Under
|
Posted: Sat Dec 23, 2006 8:07 pm Post subject: |
|
|
Looks like a bug in phpMyAdmin, incorrect use of an array as a scalar value.
Have you tried "repairing" the phpbb_sessions table (can be done through operations in phpMyAdmin)
And bad luck, everything buggered up at the same time!
Perhaps try the support ticket system again, it may have been a temporary issue. |
|