• Hi!
    I have recently installed WordPress on my hosting. The installation went well, I got my admin pass, but the problem appears when I try to login to the control panel of my blog. When I load wp-login.php and I insert admin and the password, the only thing I get is a Blank Page. No error messages, only a Blank Page. It happens with Explorer, Firefox, etc.
    Can you help me?
    Thank you!
    The demonstration that it’s installed correctly: https://www.runtimecomics.com

Viewing 15 replies - 1 through 15 (of 26 total)
  • blank pages are usually php errors – look in your error logs to see why it’s crashing at that point

    Thread Starter runtimeerror

    (@runtimeerror)

    Where can I see my error logs?

    Thread Starter runtimeerror

    (@runtimeerror)

    If it helps, I have installed WordPress 2.7 for the first time (not an upgrade), so I think widgets are not related to this problem.
    Any suggestions…?

    I’m interested in this topic, I’ve the same problems

    blank pages are usually php errors – look in your error logs to see why it’s crashing at that point

    you can access your error logs via ftp or at your host control center

    you need to look at the logs to see why php is crashing

    Rename your plugins folder, and it will work. I didn’t know exactly what plugin messed up my login, but I guess there are quite a lot that make this “crush”.

    I have a similar problem.

    1. The installation was a success
    2. I am able to login
    3. I am able to do all administratiin tasks like creating posts etc

    Problem: When I try to view the web-site, I get a listing page of all php files. I checked the log files and do not see any error.

    Problem: When I try to view the web-site, I get a listing page of all php files. I checked the log files and do not see any error.

    I have a similar problem.

    not similar.

    Add this to the top of your .htaccess file:
    DirectoryIndex index.php

    This post helped : https://www.ads-software.com/support/topic/230970?replies=3

    My issue is resolved. I am all set.

    My wp-admin goes to a redirect. should i just delete the index.php file inside the wp-admin folder?

    I am also having this problem. The login screen comes up fine, but when it tries to go to https://motorsportsnews.net/wordpress/wp-admin/, all I get is a blank screen.

    I have same problem. First it came out with Mozilla, been six months now. Then it worked with IE and now, with no browsers at all!!!!!!

    WHY? No access inside, no access to do nothing ??

    apparently it has to do with the way Apache looks at the index.php file. The following is from the post by k.v.ahuja.

    Solution 1
    If allowed by your host, putting this in an .htaccess file will solve the problem:
    DirectoryIndex index.html index.htm index.php

    Solution 2
    Some hosts allow you to make a change, via their hosting control panel, to the DirectoryIndex. It’s typically described as Indexes or Index documents, but may also require you to type something like
    DirectoryIndex index.html index.htm index.php
    or specify index.php as an index type file.

    Solution 3
    Instruct Apache to treat index.php as an index file. If you own the server, or have access to the http.conf file, simply modify the DirectoryIndex line in httpd.conf to:
    DirectoryIndex index.html index.htm index.php

    This search of the forum found the solutions described above:
    https://www.ads-software.com/search/displays+directory?forums=1

    I tried this solution, but the problem remains. Still blank login page!!

    Solution found!!!!!!!

    All right, delete the .htaccess file, then delete the wp-config file, then drop your database and create a brand new one.
    Next step: upload a fresh copy of wp-config-sample.php to your directory and go to your main page.
    You will have a message saying “wp-config can’t be found, would you like to create one”. Create it, entering the infos of your brand new DB.

    Tadam, it worked, well, for me!

Viewing 15 replies - 1 through 15 (of 26 total)
  • The topic ‘wp-login Blank Page!!’ is closed to new replies.