We’ll I spent an hour reading forums and searching the internet for answers on this one. Â Here’s the solution that worked for me:
Essentially you need to add one line of code to your “wp-config.php†file, which is located in the root of your WordPress Install.
Add this line of code:
define(‘CONCATENATE_SCRIPTS’, false );
I placed the line of code just below this string:
require_once(ABSPATH . ‘wp-settings.php’);
Hope this helps!
Leave a Reply