Menu

DB Error: SELECT with no TABLE?

2004-05-06
2012-10-11
  • Tom Spilman

    Tom Spilman - 2004-05-06

    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!! =)

     
    • Tom Spilman

      Tom Spilman - 2004-05-06

      Oops... this should have gone in help.  Re-posting it there.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.