• I have installed wordpress on a domain When I login in the admin panel of wordpress it show only the left panel of dashboard but the main screen remains blank.

    I removed the hosting account and recreated it and installed the wordpress again from fantastico but still the main screen remains blank.

    WP version : 3.3.1

    Kindly help in resolving this issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi sz786,

    It sounds like your host might be a little behind with WordPress versions, I would recommend installing the latest version from WordPress.org if you can.

    If you’re still keen on troubleshooting this issue, your hosting might have an “error.log” or similar.

    Another thing to try is adding this to your wp-config.php:

    error_reporting(E_ALL); ini_set('display_errors', 1);
    define( 'WP_DEBUG', true);

    This should then cause the error to be displayed on the screen.

    Here’s more information on common WordPress issues:

    http://codex.wordpress.org/Common_WordPress_Errors

    I agree with Chris. You are installing WordPress 3.3.1 while we’re all already on WP 3.9.1. That’s a lot of vulnerabilities that could put your site at risk.

    Don’t rely on softwares like Fantastico or Softaculous to install WordPress and try to learn how to do it yourself. it’s really not that difficult.

    You can find the steps in the codex on this site here: http://codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Install

    Leslie

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blank Screen in WP Admin’ is closed to new replies.