| Author |
Message |
radr57
Joined: 06 Jan 2007 Posts: 1
|
Posted: Tue Jan 09, 2007 9:33 pm Post subject: phpBB+sql |
|
|
I've installed a phpbb forum on my web-site. Everything went smoothly until I've tried to access it. That's when I've got this message:
| Quote: | phpBB : Critical Error
Error doing DB query userdata row fetch
DEBUG MODE
SQL Error : 1146 Table '******_phpb1.phpbb_users' doesn't exist
SELECT u.* FROM phpbb_users u, phpbb_sessions_keys k WHERE u.user_id = 2 AND u.user_active = 1 AND k.user_id = u.user_id AND k.key_id = 'cf3966f9d04a3f551cb509523b087854'
Line : 89
File : sessions.php |
What's wrong and how can I fix it? |
|
| Back to top |
|
 |
Buddy_DarDar
Joined: 05 Apr 2007 Posts: 1
|
Posted: Thu Apr 05, 2007 10:47 am Post subject: |
|
|
Hi,
It looks like in cannot find a table in your MySQL database, did you create a MySQL database and create a user for it? It's a safer bet to create it yourself in cPanel than to let install scripts do it for you.
The simplest way is to install via Fanstastico on your cPanel. It'll install and configure everything for you. Good luck!
D'Arcy. |
|
| Back to top |
|
 |
|