Advertisement
imranmodel32

host might wp-config.php problem

Oct 27th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. define('CONCATENATE_SCRIPTS', false );
  2.  
  3. hi,
  4.  
  5. I have confirmed that it is an issue with Wordpress and not the server. Going to Wordpress's forums I found a fix for the issue you were having.
  6.  
  7. =============
  8. Adding the following line in wp-config.php fixes the add media page.
  9.  
  10. define('CONCATENATE_SCRIPTS', false );
  11. =============
  12. Please provide me your domain name i will update.
  13. You will need to add the line I mentioned before to all affected domains or contact Wordpress for further assistance.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement