Admin- Critical error Admin- Critical error
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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