Page 1 of 1

MYSQL Error

PostPosted: Fri Nov 30, 2007 4:02 pm
Author: Exius
Your phpBB Version: 2.0.
phpBB Type: Standard phpBB
MODs: No
Your knowledge: Intermediate
Board URL: http://www.reactionwow.com/forums

PHP Version:
MySQL Version:


What was done before the problem appeared?
IM Portal Was Installed


What was done to try to solve the problem?
Going into the Functions_portal.php and changing the MYSQL path around, didn't work.



De.scription and Message

This was the error message i received.

phpBB : Critical Error

Could not query portal config table

DEBUG MODE

SQL Error : 1146 Table 'reaction_p_bb1.phpbb_portal_config' doesn't exist

SELECT * FROM phpbb_portal_config

Line : 54
File : functions_portal.php

-------------------------------------------

The SQL Table is there, as I see it in PhPMyadmin. Any help would be appreciated.

Re: MYSQL Error

PostPosted: Fri Nov 30, 2007 5:08 pm
Author: Helter
are all of the portal tables in your db?

phpbb_block_position
phpbb_block_variable
phpbb_blocks
phpbb_layout
phpbb_portal_config

also, did you use the default "phpbb_" prefix for the rest of your forum tables? The portal prefix should match the prefix of the rest of your tables

Re: MYSQL Error

PostPosted: Fri Nov 30, 2007 5:56 pm
Author: Exius
I believe I found the error, It wants to connect to a database that is not in use anymore. How would I delete that database/redirect it?

P.S. All of those tables are in the proper database.

Re: MYSQL Error

PostPosted: Fri Nov 30, 2007 11:10 pm
Author: Helter
the only file that directs to the database is root/config.php