Apologies for my abscence. I'm not installing/writing any more vb mods until vbulletin V3 is out, so I haven't been here for a couple of months.
gohanssj2:
The page hasn't accessed your vbulletin global.php file. Probably a problem with the paths of the include statement on your page.
Bubba:
Are you by any chance runing phpadsnew? There's a known problem with phpadsnew overloading a site's cookie file and causing very random, obscure logout / session expire problems.
Wells:
I've not come across this problem before. It looks like a problem with the paths. Check your include statement on your main page, as well as any other paths in the script. Some servers require the full include path.
Frank:
Are you accessing other databases on your page?
Try adding
PHP Code:
mysql_select_db("vbulletin");
where "vbulletin"is the name of your vb database, before the include for the webwelcome.php file.
Glo:
I'm running it on vb2.2.9 - I never could understand why it doesn't work on your server. The files you sent to me worked fine on mine