jjfurn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress dashboard not displaying correctly after 3.9.1 upgradeAfter 3.9.1 update, cannot login. When try to log in, just receive a bunch of warning messages
Have warning messages on website about a plugin so deleted all plugins.
Tried deleting files and uploading new ones from a fresh copy of 3.9.1.
Still no luck.
What to do?
https://www.meeganmakes.comHave several other wordpress sites that upgraded to 3.9.1 just fine.
Forum: Fixing WordPress
In reply to: Media Library can't find/sort imagesHaving same problem as ClaudiaBianca. Problem uploading images.
Tell your hosting provider to go into the wp-config.php file and add the following line:
define(‘CONCATENATE_SCRIPTS’, false );
near the bottom, just before the line that starts with require_once.
I did this and EVERYTHING WORKS FINE now.
Try adding define(‘CONCATENATE_SCRIPTS’, false ); to the bottom of your wp-config.php file (just before the require_once line).
I didn’t have the problem with the shrunken images, etc., but I didn’t activate photon.
I did this and EVERYTHING WORKS FINE now.
Try adding define(‘CONCATENATE_SCRIPTS’, false ); to the bottom of your wp-config.php file (just before the require_once line).
I did this and EVERYTHING WORKS FINE now.
Try adding define(‘CONCATENATE_SCRIPTS’, false ); to the bottom of your wp-config.php file (just before the require_once line).
Forum: Fixing WordPress
In reply to: Add Media FreezingAdding
define(‘CONCATENATE_SCRIPTS’, false );
worked for me!
THANKS!Deactivating Proton did not work for me.
Also can’t upload media.
Also, can’t insert media into post.
Have exactly the same problem!