Vale Boccaccio
Vale Boccaccio

Reputation: 29

wordpress media upload doesn't work

My wordpress media upload doesn't work, something it is a white screen, other only some words.

Here some images about it:

enter image description here

enter image description here

Can you help me?

Upvotes: 0

Views: 461

Answers (2)

SnoUweR
SnoUweR

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

sarath
sarath

Reputation: 700

Did you tried deactivating the plugins one by one. And check the issue. Most probably its plugin conflict.

Upvotes: 1

Related Questions