I've set a prefix for all my database tables (wikiwise_) using the settings in index.php but when trying to log in I receive the following error:
lib/WikiDB/backend/PearDB.php:765: Fatal[256]: wikidb_backend_mysql: fatal database error
DB Error: no such table
(SELECT prefs FROM pref WHERE userid='axbom' [nativecode=1146 ** Table 'b0294700_innodb1.pref' doesn't exist])
since you define the prefs table in the DBAuthParam statements, it cannot be automatically prefixed. you have to fix your statements manually.
I enabled now warnings to remind you. And documented it in index.php
Log in to post a comment.
I've set a prefix for all my database tables (wikiwise_) using the settings in index.php but when trying to log in I receive the following error:
lib/WikiDB/backend/PearDB.php:765: Fatal[256]: wikidb_backend_mysql: fatal database error
DB Error: no such table
(SELECT prefs FROM pref WHERE userid='axbom' [nativecode=1146 ** Table 'b0294700_innodb1.pref' doesn't exist])
since you define the prefs table in the DBAuthParam statements, it cannot be automatically prefixed. you have to fix your statements manually.
I enabled now warnings to remind you.
And documented it in index.php