Page 1 of 1

phpBB+sql

PostPosted: Tue Jan 09, 2007 10:33 pm
by radr57
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:
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?

PostPosted: Thu Apr 05, 2007 11:47 am
by Buddy_DarDar
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.