Log in

View Full Version : Registration error


ltjman22
08-17-2009, 10:44 PM
Recently upgraded to the latest version and am now getting this?

Warning: require_once(includes/functions_vbsfs.php) [function.require-once]: failed to open stream: No such file or directory in [path]/register.php(385) : eval()'d code on line 27

Fatal error: require_once() [function.require]: Failed opening required 'includes/functions_vbsfs.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /forums/register.php(385) : eval()'d code on line 27

--------------- Added 1250553746 at 1250553746 ---------------

just to help you guys out, I don't even have the file it's looking for? I am perplexed

Lynne
08-17-2009, 11:12 PM
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:
($hook = vBulletinHook::fetch_hook('register_addmember_proc ess')) ? eval($hook) : false;
It's a mod using the register_addmember_process hook location that is causing the problem.