Topic on Project:Support desk

When I add the line $wgUploadDirectory I get a HTML 500 error

4
2601:441:8000:6AA:7D26:B9D8:EC8F:8A2C (talkcontribs)

is what I get when I add that line to LocalSettings.php

Without that line, the wiki works but whenever I try to upload images I get "Could not open lock file for "mwstore://local-backend/local-public/4/4b/0AICore.png"."

MarkAHershberger (talkcontribs)

You are introducing a syntax error into your LocalSettings.php file. Could you paste the line that you add to your LocalSettings.php file here?

2601:441:8000:6AA:7D26:B9D8:EC8F:8A2C (talkcontribs)

You say syntax error and I immediately realized I've been forgetting to add the ; after "images".

Now I'm back to just getting "Could not open lock file for "mwstore://local-backend/local-public/4/4b/0AICore.png"" for no reason.

MarkAHershberger (talkcontribs)

Check the permissions on the images directory. The directory should be writable by the webserver.

Reply to "When I add the line $wgUploadDirectory I get a HTML 500 error"