• Resolved Shane

    (@shaneoriordan)


    Hi There,

    I just installed WP on a new domain.

    Firstly I used a One-Click install.
    When I set up, page looked like the CSS was not loading and it would not allow me to login.

    I then deleted this install, database etc. and did a clean manual install with a fresh download of WP 4.9.7.

    Same issue.
    Setup Page loaded as if the CSS was not loading and once install complete not allowing me to log in (same CSS issue).

    Am using same server I have multiple WP install running so should not be a server configuration issue as all other sites are perfect.
    Broadband speeds very fast so should not be that.

    Any ideas?

    Shane

    PS. I am not new to WP and have been using it since version 1.1

    • This topic was modified 6 years, 3 months ago by Shane.
    • This topic was modified 6 years, 3 months ago by Shane.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Are you viewing the admin page via https or http? I wonder if there could be some mixed content that is being blocked by your browser (the CSS, for example).

    If you currently have an SSL certificate for this particular domain, try adding the following to your wp-config.php:

    
    define('FORCE_SSL_LOGIN', true);
    define('FORCE_SSL_ADMIN', true);
    

    If that isn’t the issue, there could be some script concatenation issues or something else entirely. Try the following next (the second will display some debugging information on script loading):

    
    define( 'CONCATENATE_SCRIPTS', false );
    define( 'SCRIPT_DEBUG', true );
    
    • This reply was modified 6 years, 3 months ago by Laken Hafner.
    Thread Starter Shane

    (@shaneoriordan)

    Thank you Laken,

    It was an SSL/mixed content issue.
    Don’t know why as I have used the same install many times with no problem.

    Sorted now, thank you.

    Shane

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t login after install’ is closed to new replies.