XF 1.1 Rebuild Thread Information Error

Lone Wolf

Well-known member
I just did an import from vb 3.8 and it all went well until I pressed 'import complete' and it began to automatically rebuild the caches. I got this error...

Fatal error: Call to undefined function array_keys_exists() in /home/site/public_html/forum/library/XenForo/CacheRebuilder/Thread.php on line 60

I went back into the ACP to rebuild the caches via the tools and I had no problems except for Rebuild Thread Info which gave me the same error as above
 
thank you that fixed it. Also none of the PMs have transferred over to PCs

Did you run that import module? Did it show as importing anything when you ran it? Also make sure you login as one of the imported users if you want to check for imported private messages.

I just ran a test import from vB 3.7 to XF 1.1.0b1 and private messages came across fine:

Screen shot 2011-10-06 at 12.33.29 PM.webp
 
I

Im sure i did, any way to check it without doing the whole import again?

The import log should have a record. Run this query on the database:

Code:
SELECT *
FROM xf_import_log
WHERE content_type = 'conversation';

That should return some nonzero number of records if any PMs were imported.

Or check the xf_conversation_* tables. Those tables store the actual conversations.
 
Top Bottom