TheProjecter / osfilemanager

Automatically exported from code.google.com/p/osfilemanager
0 stars 0 forks source link

users.sql file and index.php table prefix do not match #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

index.php contents: $config['db']['pref']           = 'libra_';
users.sql contents: 
-- Table structure for table `osfm_users`
--

DROP TABLE IF EXISTS `osfm_users`;
CREATE TABLE IF NOT EXISTS `osfm_users` (

these are inconsistent. you should change the users.sql file to read 'osfm_';

Original issue reported on code.google.com by drle...@gmail.com on 3 Apr 2010 at 5:50

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
correction

change the index.php to read 'osfm_'

Original comment by drle...@gmail.com on 3 Apr 2010 at 5:54

GoogleCodeExporter commented 9 years ago
This helped.. thanks

Original comment by vee...@blynk.it on 31 Jul 2015 at 6:24