What are the required directory permissions for the following:
Cache Folder Writable (detected no)
Logs Folder Writable (detected no)
And the line in the install that sates zip, detecteced no, recommended yes, what is this in reference to?
Directory Permissions
Re: Directory Permissions
Apologies for the late reply, have been really busy.
0755 usually for directory, so that it can at least write into the directory.
PHP zip needs to be installed as well.
0755 usually for directory, so that it can at least write into the directory.
PHP zip needs to be installed as well.
Re: Directory Permissions
Thanks Mate, worked like a charm!