|
Make sure you upload all the files. Replace your wowbb integration file etc
If you ran the upgrades the only thing I can suggest is to why the query fails for unregistered users is your missing this important part in the wowbb file which sets userid to 0 for unregistered users
$User['userid'] = 0;
Thats why its so important to ensure your files are right
|