View Full Version : Error on 'forgot password' page
Mutley
08-16-2005, 06:28 AM
I get this error at the bottom of the forgot password page and the 'login' page:
Fatal error: Call to undefined function: poweredby() in /home/---/www/---/body.php on line 81
imported_Tim Mousel
08-16-2005, 11:04 PM
Hi,
Please add this to the top and let me know if it fixes your problem. Also if you have this error in any other pages, please let me know.
include ("../f_secure.php");
Thanks,
Tim
Mutley
08-17-2005, 02:58 AM
added it like this:
include ("../body.php");
include ("../f_secure.php");
and now i get a 'couldn't connect' error.
imported_Tim Mousel
08-17-2005, 03:39 AM
Try this:
include ("../body.php");
include ("../f_secure.php");
include ("../functions.php");
imported_Tim Mousel
08-17-2005, 04:54 AM
Try this:
include ("../body.php");
include ("../f_secure.php");
include ("../functions.php");
Tim
vBulletin® v3.7.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.