View Single Post
  #15  
Old 04-25-2012, 03:08 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 392,735
Hall of Famer is on a distinguished road
Default

Well I see the problem is not with register.php... Open your functions.php and find this line

PHP Code:
include("../inc/config_forums.php"); 
Replace by:

PHP Code:
include("inc/config_forums.php"); 
This should fix your problem, I am not sure why this error is not displaying for my demo site though. It looks like a glitch, I will post it in bug tracker now.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote