Reputation: 51
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.
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:
Please help :)
Upvotes: 1
Views: 114
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