On 2015-12-30, David Shaw <[email protected]> wrote:
> Hi

> I thought it might be somehow a change in permissions so I sudo chmod
> 777 images.
>
> I have $wgShowExceptionDetails = true;
> but at the moment I'm not getting any details, just this error message:
>
> Could not create directory "mwstore://local-backend/local-public/4/44".

Can you check the owner/group/permissions on your "4" directory under "images"
(or wherever your $wgUploadDirectory points to)?

I've had cases where the "images" directory had correct settings but some
of the subdirectories were not.

You can check all the directories using:

find $wgUploadDirectory -type d -ls

(where $wgUploadDirectory is the actual path your $wgUploadDirectory MediaWiki
variable points to).

Saper


_______________________________________________
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to