DB Error: no such table
(SELECT phpwiki_page.id FROM phpwiki_nonempty, phpwiki_page WHERE phpwiki_nonempty.id=phpwiki_page.id AND pagename='HomePage' [nativecode=Table 'phpwiki.phpwiki_nonempty' doesn't exist])
The table non empty does exist I've even droped it and recreated it to make sure I didn't have an error the first time I created it.
Any help would be appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It's been a struggle and I've never used Apache, PHP or Mysql.
I've gotten each piece to work individually however I get the following message when I try to run index.php:
WikiFatalError
c:\apache\htdocs\phpwiki\lib\WikiDB\backend\PearDB.php:667: Fatal[256]: wikidb_backend_mysql: fatal database error
DB Error: no such table
(SELECT phpwiki_page.id FROM phpwiki_nonempty, phpwiki_page WHERE phpwiki_nonempty.id=phpwiki_page.id AND pagename='HomePage' [nativecode=Table 'phpwiki.phpwiki_nonempty' doesn't exist])
The table non empty does exist I've even droped it and recreated it to make sure I didn't have an error the first time I created it.
Any help would be appreciated.