Subscriber role doesnt have permission to upload image
-
Hi there,
on my site, when users with the subscriber role try to upload a profile photo, the window pops up and says “You do not have permissions to upload image”. My first thought was that the permissions on the server weren’t allowing something to happen, so I went on and chmodded my wp-contents folder. Nothing change, I then checked the browser console (using chrome) and it looks like I’m getting a server error calling meadia-upload.php (pasted the stack trace down below). I ended up chmod 777-ing that file, and all other files having to do with media upload in wp-admin, and still no dice. Same error.
Any thoughts?
GET https://www.confluxgames.com/wp-admin/media-upload.php?referer=profile&type=image& 500 (Internal Server Error) load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,zxcvbn-async,jquery-ui-core,jquery…:4
(anonymous function) load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,zxcvbn-async,jquery-ui-core,jquery…:4
x.fn.extend.domManip load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,zxcvbn-async,jquery-ui-core,jquery…:4
x.fn.extend.append load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,zxcvbn-async,jquery-ui-core,jquery…:4
tb_show load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,zxcvbn-async,jquery-ui-core,jquery…:223
(anonymous function) easy-author-image-uploader.js?ver=3.8.1:9
x.event.dispatch load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,zxcvbn-async,jquery-ui-core,jquery…:4
v.handle
- The topic ‘Subscriber role doesnt have permission to upload image’ is closed to new replies.