0blivion6
0blivion6

Reputation: 51

No styles in wp_admin

Welcome,

I have a huge problem. Everything's fine on localhost. But when I upload my page to the server (site88.net), wp_admin styles don't load. The page itself is alright although.

wp_admin looks like this

I have tried what this guy wrote:

http://manovotny.com/fix-wordpress-admin-styles-not-loading/

I have also added define('SCRIPT_DEBUG', true); to wp-config.php and the result is following:

Console

Please help :)

Upvotes: 1

Views: 114

Answers (1)

Vasim Shaikh
Vasim Shaikh

Reputation: 4512

Try the following:

1) Clear your browser cache.

2) Re-install WordPress (keep wp-content and your database, just reinstall the core files)

3) Check homeurl and siteurl form phpmyadmin

4) rename .htaccess file form root.

5) Always user private browser remove cache issue.

That's it.

Upvotes: 1

Related Questions