Quote:
Originally Posted by ltjman22
just to help you guys out, I don't even have the file it's looking for?
|
... which is exactly why you are getting the error. You have a plugin/mod installed telling it to look for the file and it can't find it.
Line 386 of register.php:
PHP Code:
($hook = vBulletinHook::fetch_hook('register_addmember_process')) ? eval($hook) : false;
It's a mod using the register_addmember_process hook location that is causing the problem.