DB Error: no such table
(SELECT sess_data FROM phpwiki_ WHERE sess_id='ea79324b5ab076884580178b1f821de3' [nativecode=1146 ** Table 'tspilman_phpwiki.phpwiki_' doesn't exist])
DB Error: no such table
(SELECT sess_data FROM phpwiki_ WHERE sess_id='ea79324b5ab076884580178b1f821de3' [nativecode=1146 ** Table 'tspilman_phpwiki.phpwiki_' doesn't exist])
.... so to me this looks like a bug where a query is being made with the prefix name, but without a table name. Or did i somehow misunderstand the MySQL instructions? Impossible!! =)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to install 1.3.9 and had lots of trouble ( the instructions for MySQL suck ). I've now got these errors....
lib/WikiDB/backend/PearDB.php:765: Fatal[256]: wikidb_backend_mysql: fatal database error
DB Error: no such table
(SELECT sess_data FROM phpwiki_ WHERE sess_id='ea79324b5ab076884580178b1f821de3' [nativecode=1146 ** Table 'tspilman_phpwiki.phpwiki_' doesn't exist])
lib/WikiUserNew.php:130: Notice[8]: Undefined variable: USER_AUTH_ORDER
lib/WikiGroup.php:29: Warning[512]: No or unsupported GROUP_METHOD defined
lib/main.php:29: Notice[8]: Undefined index: db_session_table
lib/WikiDB/backend/PearDB.php:765: Fatal[256]: wikidb_backend_mysql: fatal database error
DB Error: no such table
(SELECT sess_data FROM phpwiki_ WHERE sess_id='ea79324b5ab076884580178b1f821de3' [nativecode=1146 ** Table 'tspilman_phpwiki.phpwiki_' doesn't exist])
.... so to me this looks like a bug where a query is being made with the prefix name, but without a table name. Or did i somehow misunderstand the MySQL instructions? Impossible!! =)
Oops... this should have gone in help. Re-posting it there.