devel 'bug' (table prefix). devel 'bug' (table prefix).
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

devel 'bug' (table prefix).

Started by boii, October 05, 2003, 05:01:20 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

boii

hey guys.

i was sifting through the cvs and looking at the devel code.
i noticed that in the upgrade.php or so there's a call to update the sql tables (sql/update.php i believe).

anyhow in that file you'll notice:
"ALTER TABLE CPG_comments"
"INSERT INTO CPG_config"

and the like.

shouldn't `CPG` be replaced with the TABLE_PREFIX from the config. i know that my install of coppermine (defualt i believe) originally installed giving the tables a 'cpg11d' prefix.

i mean, it won't do anything if it can't alter/insert the right table.

just a thought (maybe i'm wrong).

cheers.
ken

Tarique Sani

Quote from: "boii"just a thought (maybe i'm wrong).
Yes you are wrong
// Update table prefix
        $sql_query = preg_replace('/CPG_/', $CONFIG['TABLE_PREFIX'], $sql_query);

Line 180 in update.php
SANIsoft PHP applications for E Biz

boii

Quote from: "tarique"Yes you are wrong

well there's a first time for everything.

cheers.
ken