michaelctorres / clients-oriented-ftp

Automatically exported from code.google.com/p/clients-oriented-ftp
0 stars 0 forks source link

Problem with changing the table 'tbl_' prefix. #485

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1."/**
 * Prefix for the tables. Set to something other than tbl_ for increased
 * security onr in case you want more than 1 installations on the same database.
 */
define('TABLES_PREFIX', 'tbl_');"

2.Change the 'tbl_' to something else.
3.Then go to install and create a new user.
4.Go to php my admin and see the 'tbl_' prefix!
5.So you'll be always redirected to the install page.

As I anderstang, the database.php does not treat the new prefix.
Version r561.

Original issue reported on code.google.com by yefremov...@gmail.com on 6 Aug 2014 at 12:22