I configured my phpwiki so that the MySQL tables should all have a prefix of "phpwiki_"..
The vigin wiki was created just fine. I can edit pages fine.
But when I try to log in as admin I get this error:
Fatal Error:
lib/WikiDB/backend/PearDB.php:1014: Error: wikidb_backend_peardb_mysql: fatal database error
* DB Error: no such table * (SELECT prefs FROM pref WHERE userid='admin' [nativecode=1146 ** Table 'db99414456.pref' doesn't exist])
Why doesn't it have the prefix on the table name ?!??
this is the latest download...
figured this out.
there was a variable DBAUTH_PREF_SELECT to edit in the config.ini
Log in to post a comment.
I configured my phpwiki so that the MySQL tables should all have a prefix of "phpwiki_"..
The vigin wiki was created just fine. I can edit pages fine.
But when I try to log in as admin I get this error:
Fatal Error:
lib/WikiDB/backend/PearDB.php:1014: Error: wikidb_backend_peardb_mysql: fatal database error
Why doesn't it have the prefix on the table name ?!??
this is the latest download...
figured this out.
there was a variable DBAUTH_PREF_SELECT to edit in the config.ini