Menu

#2 installation problem: db tables prefix does not work

open
nobody
None
5
2008-12-08
2008-12-08
Kubis_Bubis
No

hello, when installing siren, the DB TABLES PREFIX does not work.

If you want the tables with prefix, modify before installation these files, add the hack at the beginning of them

files:
\includes\bootstrap.inc
\includes\database.inc
install.php

//--- HACK
$db_prefix = "s_";
//--- HACK

IMPORTANT NOTE: the db tables prefix string has to be very short, otherwise very long system object in oracle db (triggers, seqs) will be created and siren will not work!!

Discussion


Log in to post a comment.

MongoDB Logo MongoDB