guys m facing problem wid dis script sunone plz fix it...its the login.php script of indifun shared here..
Error..Plz Help
Collapse
X
-
so you must post the error you get
http://wapx.amob.com
Applications, Games, Wallpapers, Ringtones, Videos, Themes, Screensaver and More!!!
-
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
Comment