Error..Plz Help

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Error..Plz Help

    guys m facing problem wid dis script sunone plz fix it...its the login.php script of indifun shared here..
    Attached Files
    ImPoSsIbLe iS nOthInG aS ImPoSsible ItSelF SaYs "I M POSSIBLE"

    #2
    so you must post the error you get

    http://wapx.amob.com
    Applications, Games, Wallpapers, Ringtones, Videos, Themes, Screensaver and More!!!

    Comment


      #3
      whenever i compleate registration and click login option a blank page opens,that page is login.php so i guessed it has sum error
      ImPoSsIbLe iS nOthInG aS ImPoSsible ItSelF SaYs "I M POSSIBLE"

      Comment


        #4
        Looks like you got the WSOD (White Screen Of Death), Turn on error_reporting after the first php opening tag. Maybe it may help, if it doesnt then a line by line review of login.php and its included files should help. Post the contents here if u dnt mind.
        PHP Code:
        <?php
        error_reporting
        (E_ALL & ~E_STRICT);
        ini_set('display_errors'TRUE);

        Comment


          #5
          br0 all contents are already here its the indifun script provided by ozziemale31
          ImPoSsIbLe iS nOthInG aS ImPoSsible ItSelF SaYs "I M POSSIBLE"

          Comment

          Working...
          X