No Editor Icons, Empty Editor Boxes, Problems with Featured Image Upload in WordPress Back-end Problem

Javascript Problem on WP Backend

I had a problem on some WordPress site’s back-end  with empty meta boxes, no icons in wordpress text editor, featured image uploading lightbox didn’t worked etc. Thank God, there is a solution.

Add to wp-config.php on top:

 define('CONCATENATE_SCRIPTS', false);

This helps to avoid some JavaScript errors on WordPress backend. After addition my problems were magically cured.

Share:
This entry was posted in WordPress and tagged . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *