1 Dec 2005 01:17
Importing a wiki
I am trying to port my wiki on a new computer. To do this I simply dumped by database and then recreated it on my new database on the new computer. I then tried to simply run the install script from a fresh wiki installation. I get the following error: A database error has occurred Query: INSERT INTO `old` (old_namespace,old_title,old_text,old_comment,old_user,old_user_text,old _timestamp,inverse_timestamp) SELECT cur_namespace,cur_title,cur_text,cur_comment,cur_user,cur_user_text,cur_ timestamp,99999999999999-cur_timestamp FROM `cur` WHERE cur_namespace='8' AND cur_title='1movedto2' Function: Article::quickEdit Error: 1146 Table 'wikidb.old' doesn't exist (localhost) The entire installation script appears as follows: ...linkscc table already exists. ...hitcounter table already exists. ...querycache table already exists. ...objectcache table already exists. ...categorylinks table already exists. ...logging table already exists. ...user_rights table already exists. ...have ipb_id field in ipblocks table. ...have ipb_expiry field in ipblocks table. ...have rc_type field in recentchanges table. ...have rc_ip field in recentchanges table. ...have rc_id field in recentchanges table. ...have rc_patrolled field in recentchanges table.(Continue reading)
RSS Feed