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

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

devel 'bug' (table prefix).

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

Previous topic - Next topic

0 Members and 2 Guests 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