Zen Cart Logo
Forums / Installing on a Linux/Unix Server / Permissions setting when installing

Permissions setting when installing

Locked

Views: 981

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
27 Mar 2009, 3:32 PM
#1
graffix75 avatar

graffix75

New Zenner

Join Date:
Mar 2009
Posts:
1
Plugin Contributions:
0

Permissions setting when installing

Hello,

I've just downloaded the latest version of zencart and having permissions problem when installing.

The error message,

*  includes/configure.php = Unwriteable
* admin/includes/configure.php = Unwriteable

But the files settings are set to 777

[root@phoenix zen]# ls -la admin/includes/configure.php
-rwxrwxrwx 1 apache root 4320 2009-03-27 14:12 admin/includes/configure.php

[root@phoenix zen]# ls -la includes/configure.php
-rwxrwxrwx 1 apache root 3015 2009-03-27 13:57 includes/configure.php

I'm using Fedora 10 and the security policy on both files are set correctly,

[root@phoenix zen]# ls -lZ includes/configure.php
-rwxrwxrwx apache root unconfined_u:object_r:httpd_sys_content_t:s0 includes/configure.php

[root@phoenix zen]# ls -lZ admin/includes/configure.php
-rwxrwxrwx apache root unconfined_u:object_r:httpd_sys_content_t:s0 admin/includes/configure.php

Any suggestions or perhaps something else I'm missing ?
thanks in advance.

Phil