DarkWaltz, I had not gotten a chance to upgrade to 4.0RC prior to moving servers. This is the first forum move I've done alone, and I've run into a peculiarity I was wondering if yoy could enlighten me on. I got this error after the import:
Fatal error: Call to undefined method vBulletinHook::fetch_hookusage() in /home/******/public_html/cogonline/forums/plugins/credits_plugins.php on line 46
I tracked it down to two plugins causing the error.
Define Showthread Template and
Display Navbar. Once I turn those two off, I no longer get the error. Looking at my old hooks, I don't see any differences between the working forum and the imported board. Everything is identical (barring a couple of hooks that seemed to have switched places on the listing).
I also don't see anything peculiar in line 46:
PHP Code:
switch (array_pop(array_keys(vBulletinHook::fetch_hookusage(), true)))
Any ideas?
EDIT: I should mention that in one of my first attempts to fix the error, I re-imported 4.0, allowing an overwrite, and I re-uploaded the plugins folder from the ZIP file. Both to no avail.