The upload directory (public) is not writable by the webserver Mediawiki

2011-05-04

I have set up wiki on my server. Everything was OK.When I attempt to upload image for my wiki I came across an error.The full error is as below: “ The upload directory (public) is not writable by the webserver “. I solved this problem as follow.

  • Change the default value of $wgEnableUploads to true.
  • Give 777 permission for the images folder on your root directory.

Thats it.