Here is the error I get.
Fatal error: Cannot redeclare UserRecordV9::$rmdir in /home/htdocs/php/Userdb.php on line 34
Logged In: NO
Note: This is only under php5 and is due to a duplicate declaration of $rmdir (it also appears a couple of lines above).
Solution: Remove the second $rmdir at line 34 in Userdb.php
Log in to post a comment.
Logged In: NO
Note: This is only under php5 and is due to a duplicate
declaration of $rmdir (it also appears a couple of lines above).
Solution: Remove the second $rmdir at line 34 in Userdb.php