Quote:
EDIT: By changing the ownership and group ownership of all files within DATA to "nobody" I was able to run this successfully. Note this was not previously required.
|
Ok, great.
The permissions requirement can be met by either allowing write access to "everyone" (chmod 0777 for data/ folder) or to assign the owner attribute to the one used to run php scripts.
Quote:
The instructions within the zip file posted here (1.6) have an incorrect replacement string for .htaccess (the .htaccess file included is fine -- just the one in the readme is incorrect).
|
Thank you for the notice!