← Back to team overview

phpdevshell team mailing list archive

[Bug 603108] Re: Installation fails with error about write directory even with chmod 777 set

 

** Changed in: phpdevshell
       Status: New => Fix Committed

** Changed in: phpdevshell
   Importance: Undecided => Medium

** Also affects: phpdevshell/3.0.0
   Importance: Undecided
       Status: New

-- 
Installation fails with error about write directory even with chmod 777 set
https://bugs.launchpad.net/bugs/603108
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.

Status in Open Source php gui type development framework.: Fix Committed
Status in PHPDevShell 3.0.0 series: New

Bug description:
[root@gist web]# ls -al write/
total 72
drwxrwxrwx 8   1000 1000 4096 Jul  8 03:39 .
drwxr-xr-x 9 root   root 4096 Jul  8 03:55 ..
drwxrwxrwx 2 apache 1000 4096 Jul  8 03:39 cache
drwxrwxrwx 2 apache 1000 4096 Jul  8 03:39 compile
-rwxrwxrwx 1 apache 1000  653 Aug  8  2009 index.php
drwxrwxrwx 2 apache 1000 4096 Jul  8 03:39 logs
drwxrwxrwx 2 apache 1000 4096 Jul  8 04:36 session
drwxrwxrwx 2 apache 1000 4096 Jul  8 03:39 tmp
drwxrwxrwx 2 apache 1000 4096 Jul  8 03:39 upload

However even with the above permissions your script still rudely states: 
Your session path write/session/ is not writable please check config file, comon anyone can do this!
Your compile path write/compile/ is not writable please check config file, comon anyone can do this!