Running rebuildall.php I get:
> Content-type: text/html
> X-Powered-By: PHP/4.3.4
>
> ** Rebuilding fulltext search index (if you abort this will break
> searching; run this script again to fix):
> Dropping index...
> Rebuilding index fields for 1277 pages...
> 0
> 500
> 1000
> Rebuild the index...
>
>
> ** Rebuilding recentchanges table:
> Loading from CUR table...
> A database error has occurred
> Query: INSERT INTO `recentchanges`
> (rc_timestamp,rc_cur_time,rc_user,rc_user_text,rc_namespace,rc_title,rc_comment,rc_minor,rc_bot,rc_new,rc_cur_id,rc_this_oldid,rc_last_oldid,rc_type)
> SELECT
> cur_timestamp,cur_timestamp,cur_user,cur_user_text,cur_namespace,cur_title,cur_comment,cur_minor_edit,0,cur_is_new,cur_id,0,0,
> IF(cur_is_new != 0, 1, 0) FROM `cur`
> Function: rebuildRecentChangesTablePass1
> Error: 1146 Table 'wikidb.cur' doesn't exist (localhost)
>
> Backtrace:
> GlobalFunctions.php line 451 calls wfbacktrace()
> Database.php line 400 calls wfdebugdiebacktrace()
> Database.php line 350 calls databasemysql::reportqueryerror()
> Database.php line 1266 calls databasemysql::query()
> rebuildrecentchanges.inc line 38 calls databasemysql::insertselect()
> rebuildall.php line 26 calls rebuildrecentchangestablepass1()
I'm trying to rebuild the index and links from an imported wiki.
Any help much appreciated.
Peter