Reputation: 29
My wordpress media upload doesn't work, something it is a white screen, other only some words.
Here some images about it:
Can you help me?
Upvotes: 0
Views: 461
Reputation: 41
I had a similar problem. Disabling plugin one-by-one helped me (it was "SocialGrid" plugin, which conflicted with wordpress media upload panel).
Also, try to add
define('CONCATENATE_SCRIPTS', false );
to wp-config.php just before
require_once(ABSPATH . 'wp-settings.php');
In some cases, it might help.
Upvotes: 0
Reputation: 700
Did you tried deactivating the plugins one by one. And check the issue. Most probably its plugin conflict.
Upvotes: 1