Admin- Critical error Admin- Critical error
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Admin- Critical error

Started by Mikeablah, July 06, 2004, 03:13:19 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Mikeablah

 I got everything installed and its real nice. When I click on Admin Tools I get this error:


Critical error
There was an error while processing a database query


sad.gif

I put debug mode and get:

While executing query "SELECT aid, category, IF(name IS NOT NULL, CONCAT('(', name, ') ',title), CONCAT(' - ', title)) AS title FROM cpg130_albums AS a LEFT JOIN ibf_members AS u ON category = (10000 + id) ORDER BY category, title" on

mySQL error: Table 'vathral_copper.ibf_members' doesn't exist

File: /home/vathral/public_html/cpg/include/functions.inc.php - Line: 141
CODE
Line 141:             cpg_die(CRITICAL_ERROR, $out, __FILE__, __LINE__);


What could be wrong?



This is with IPB 1.3.1 and CPG 1.3


Edit: Ok, got it to work by updating the bridge file.

Joachim Müller