Thread: Login error!
View Single Post
  #1  
Old 25th January 2010, 14:29
PerformerXTR PerformerXTR is offline
Member
 
Join Date: Jan 2010
P2P
Posts: 5
Default Login error!
COOKIES ARE ENABLED!


Account successfully confirmed!


Code:
Your account has been activated! However, it appears that you could not be logged in automatically. A possible reason is that you disabled cookies in your browser. You have to enable cookies to use your account.
Code:
Fatal error:  Call to undefined function stdfoot() in /home/hosting/PerformerXTR/galiciagrande.hi2.ro/ok.php on line 43


why this appear when i sing up for a new user? :unknown:


Code:
elseif ($type == "confirm") {
        if (isset($CURUSER)) {               stdhead("Signup confirmation");
                print("<h1>Account successfully confirmed!</h1>\n");
                print("<p>Your account has been activated! You have been automatically logged in. You can now continue to the <a href=index.php><b>main page</b></a> and start using your account.</p>\n");
                print("<p>Before you start using $DEFAULTBASEURL we urge you to read the <a href=\"rules.php\"><b>RULES</b></a> and the <a href=\"faq.php\"><b>FAQ</b></a>.</p>\n");
                stdfoot();
        }
        else {
                stdhead("Signup confirmation");
                print("<h1>Account successfully confirmed!</h1>\n");
                print("<p>Your account has been activated! However, it appears that you could not be logged in automatically. A possible reason is that you disabled cookies in your browser. You have to enable cookies to use your account.</p>\n");
                stdfoot();

Last edited by PerformerXTR; 26th January 2010 at 15:51.
Reply With Quote