PDA

View Full Version : 4.2.4 Beta 1 Error after upgrading


Phillip
04-01-2016, 02:16 PM
On the register page...members are getting this error...

PHP Warning: require_once(..../includes/functions_recaptcha.php): failed to open stream: No such file or directory in ..../register.php(85) : eval()'d code on line 1

Fatal error: require_once(): Failed opening required '/home/user/public_html/domain/includes/functions_recaptcha.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/user/public_html/domain/register.php(85) : eval()'d code on line 1

Is there anyway of fixing this error?

squidsk
04-01-2016, 02:27 PM
You have a product installed that is looking for a file that is not there. My guess is you didn't just copy the new version of vbulletin over the old but replaced the folder entirely, which deleted all custom files that products you have installed, including this recaptcha product, are looking.

The solution is to redownload the product and reupload the files. You will likely have to do this for all your products.

Phillip
04-01-2016, 02:31 PM
Ah, I just started doing that and it's now working...I wasn't too aware of the situation at first. :)

Thanks, squidsk.