Jump to content

MediaWiki:Config-sqlite-parent-unwritable-nogroup

From translatewiki.net

Cannot create the data directory $1, because the parent directory $2 is not writable by the webserver.

The installer could not determine the user your webserver is running as. Make the $3 directory globally writable by it (and others!) to continue. On a Unix/Linux system do:

cd $2
mkdir $3
chmod a+w $3