Femtos
09-17-2005, 07:13 PM
Hi, I recently moved my vbulletin 3.0.8 forums from one host to another. I backed up the mysql database in phpmysql and restored it in full in phpmysql on my new host. I then uploaded all the other site files, entered in the new config.php details and tried accessing the restored forum. Sadly, I received two errors that make the forum unfunctional.
Warning: array_keys(): The first argument should be an array in /includes/functions.php on line 3090
Warning: Invalid argument supplied for foreach() in /includes/functions.php on line 3090
Are the errors I get. On line 3090 of my includes/functions.php, I have:
foreach(array_keys($forumcache) AS $forumid)
So $forumcache doesnt seem to be working.
I installed a lot of hacks including vbfeedback, vbjournal, and vbgarage although I don't see why it wouldnt work if I transfered every single thing that vbulletin uses (database and site files). Is there something I missed? Please help.
Warning: array_keys(): The first argument should be an array in /includes/functions.php on line 3090
Warning: Invalid argument supplied for foreach() in /includes/functions.php on line 3090
Are the errors I get. On line 3090 of my includes/functions.php, I have:
foreach(array_keys($forumcache) AS $forumid)
So $forumcache doesnt seem to be working.
I installed a lot of hacks including vbfeedback, vbjournal, and vbgarage although I don't see why it wouldnt work if I transfered every single thing that vbulletin uses (database and site files). Is there something I missed? Please help.