tarunjeet
Member
Posted 5 months ago #
My site was hacked so i logged into control panel and removed wordpress using fanstico and then and i restored the home directory and sql database..
my website runs fine now but i can't access login page and even dashboard
when i enter the login url nothin happens .. just a balnk page appears and similary when i try to access wp-admin page same things happens
any suggestions?
Hi tarunjeet. A blank page in any PHP script generally means that your script (WordPress in this example) is getting an error message, however your php settings are currently set to hide the error. What you'll want to do is figure out what the exact error message is first. You can do this by enabling error reporting.
In WordPress, update your wp-config file and set "WP_DEBUG" to true. For more help, please see:
http://codex.wordpress.org/Editing_wp-config.php#Debug
Once you get the error message (which I assume you will), respond back with the error and I'll be happy to review further.