ubuntu - File Upload Error in MediaWiki 1.22.3 - Could not create directory "mwstore://local-backend/local-public/7/70" -
we upgraded our mediawiki installation 1.22.3 running on ubuntu 12.04.2 lts. when try upload files, following error:
could not create directory "mwstore://local-backend/local-public/7/70"
finally found solution in mediawiki documentation. problem ownership of images directory. making adjustments suggested in documentation eliminated problem. see following details: http://www.mediawiki.org/wiki/manual:configuring_file_uploads
specifically, this:
sudo chown -r www-data:www-data images/ sudo chmod -r 755 images/
your installation might use uploads/ directory instead. if so, same it.
Comments
Post a Comment