Can't Login

Hey every one i searched alot but cannot get the answer i cant login to my account and my members cant login as well when i click on the login button the screen goes white please help my site is www.emiratescorner.com thanks

Quote · 6 Sep 2013

There is probably a php error behind that white screen.  Can you turn on php reporting errors to the browser and then see what the error message is and paste it here.  You can then turn it back off so your members don't see the message.

Geeks, making the world a better place
Quote · 6 Sep 2013

when the screen goes whit - if you click anywhere on the screen, does the page go back to normal? I ask because I have noticed that if the screen goes white and goes back to normal when clicking on the screen, then this means the page exists but there is a problem on the page. If you click and the page does not go back to normal, then the page is missing. Hope this helps.

caredesign.net
Quote · 6 Sep 2013

 

There is probably a php error behind that white screen.  Can you turn on php reporting errors to the browser and then see what the error message is and paste it here.  You can then turn it back off so your members don't see the message.

 actually i found the problem i edited members.php because i was getting data base error in line 341 which was for a module called gamezone i removed the module cause it was corrupted i did it manually cause bonnex did not had it in modules anymore and i started getting this error when i removed these codes

 

//Game Zone
    $sGames = _t( "_GZGames" );
    $UserID = $this->aMemberInfo['ID'];
    $countbattlerequests = db_value( " select count( * ) from gz_battles  WHERE gz_battles.uid2=$UserID and gz_battles.winner ='' and gz_battles.accepted=0" );
    $countchamprequests = db_value( " select count( * ) from gz_competitors  WHERE gz_competitors.uid=$UserID and gz_competitors.accepted=1" );
    $totalgame = $countchamprequests + $countbattlerequests;

    if ( $countchamprequests > 0 && $countbattlerequests > 0 ){
        $gamesand = ', '; }
    if ( $countchamprequests > 0 | $countbattlerequests > 0 ){
       
        if ( $countchamprequests > 0 ) {
        $newchamp = '<a href="gamezone.php?page=mychampionships&item=championshiprequests">'.$countchamprequests.'&nbsp;'._t("_GZNew championships").'</a>'; }
        if ( $countbattlerequests > 0 ) {
        $newbattle = '<a href="gamezone.php?page=mybattles&item=battlerequests">'.$countbattlerequests.'&nbsp;'._t("_GZNew battles").'</a>'; }
   
        $newchallenges = $newchamp.$gamesand.$newbattle;

        } else { $newchallenges = _t("_GZNo new game challenges") ;}
    //end game zone


i add this back now but i what is with this and login there is no relation ??

Quote · 6 Sep 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.