![]() |
No, you leave your database as is and run that query to add the userlist table. The error you first posted said that table didn't exist, so that is the query to create it. That should hopefully get rid of the error you were getting.
|
ok i now get this error peeps
Warning: array_keys() [function.array-keys]: The first argument should be an array in [path]/includes/functions.php on line 4098 Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php on line 4098 and still admin cp many thanx for being patient with mew i know i must be bugging you all now |
Could you open up functions.php and copy paste me lines 4095 - 4100?
Need to know which array isn't there. |
ok thanx carnage here is the lines
$user['forumpermissions'] = array(); } foreach (array_keys($vbulletin->forumcache) AS $forumid) { if (!isset($user['forumpermissions']["$forumid"])) { $user['forumpermissions']["$forumid"] = 0; } foreach ($membergroupids AS $usergroupid) { $user['forumpermissions']["$forumid"] |= $vbulletin->forumcache["$forumid"]['permissions']["$usergroupid"]; } foreach ($infractiongroupids AS $usergroupid) { $user['forumpermissions']["$forumid"] &= $vbulletin->forumcache["$forumid"]['permissions']["$usergroupid"]; } } // do access mask stuff if required if ($vbulletin->options['enableaccess'] AND $user['hasaccessmask'] == 1) { if (empty($accesscache["$user[userid]"])) { // query access masks // the ordercontrol is required! (3.5 bug 1878) $accessmasks = $vbulletin->db->query_read_slave(" there's probably more than you needed but beter more than less lol |
Quote:
|
frds: that wont help. The issue is caused here: $vbulletin->forumcache
obviously for some reason the forumcache isn't there. |
so what do you think i should do guys as i am willing to start over as long as i can keep posts and users would just need some info on what to do when board is reinstalled as i have bk ups of my sql ect ect and just wanna get board bk online asap
but if it can be done via other ways in fine with that aswell its just ive been banging ma head of a brick wall for a cpl oh days now and just well peeved of lol:up: |
if you have a full backup; try this.
PHP Code:
Then navigate to http://<your site url>/rebuildforumcache.php |
all sorted now guys many thanx for you help will be fixing the skins and mods now thanx again
|
You got it fixed! Yippeeeee! Now, first thing is Back It Up and put the backup someplace safe!
|
All times are GMT. The time now is 04:53 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|