Registration PHP Error

#1
Hello! I'm trying to register, but I get the following PHP error whenever I try to do so:
Code:
Notice: Use of undefined constant WORKING_DIRECTORY - assumed 'WORKING_DIRECTORY' in /var/www/common.php on line 3 Warning: require(WORKING_DIRECTORYincludes/user.php): failed to open stream: No such file or directory in /var/www/common.php on line 3 Fatal error: require(): Failed opening required 'WORKING_DIRECTORYincludes/user.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/common.php on line 3
I'm very eager and excited to try this out! Thanks for any help :)
 
#3
I am also getting the same PHP error when trying to register.

Edit: I have tried multiple browsers and cleared data and tried doing it in incognito in Chrome and Firefox. Same error everytime.
 

Grizzly

Well-Known Member
#4
Whoops, sorry about that. It should be fixed now.
 
Top