installation problem: db tables prefix does not work
Brought to you by:
hswong3i
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!!