Am trying to install onto server but the installer appears to be failing to recognize file permissions.
Checking via SSH or FTP shows correct file permissions have been set (ie. assets/cache to 777) but cannot get modx installer to recognise this.
Any tips on where to look from here? I’ve successfully installed MODx before - even 0.9.6.2 - but this is killing me!
Thanks in advance.
Dan
for example:
installer returns - Checking if assets/cache directory is writable: Failed!
Server returns - drwxrwxrwx 2 (user) (group) 4096 2008-09-22 14:10 cache
installer is finding the directories ok, but doesn’t think it can write... hmmm.
Is this your only error? Do any of the checks before this fail? Before it does this check it does a file_exists check on ../assets/cache does this work?
What are your permissions on ../assets?
Use MODx, or the cat gets it!
-
☆ A M B ☆
- 24,524 Posts
Could you have some really uptight safe_mode configuration?
it is the only error I - the server is setup pretty tightly as far as I can tell - is there some safe-mode setting I should be requesting?
and the ’file found’ check passes on each of the dirs.
Resolved - AppArmour was causing the problems - not allowing the right permissions access to the files/folders.