could you please tell me whats the problem
advans tnx
Your data directory is not writable by the apache user. See the “Fix File System Permissions” section of the install guide:
http://matrix.squiz.net/resources/installation
these are my directories:
drwxrwxr-x 3 apache apache 45056 Dec 26 03:09 cache
-rwxr-xr-x 1 apache apache 20106 Dec 2 17:47 CHANGELOG
drwxr-xr-x 13 apache apache 4096 Dec 2 17:55 core
drwxr-xr-x 2 apache apache 4096 Dec 2 17:55 CVS
drwxrwsr-x 7 apache apache 4096 Dec 12 02:46 data
drwxr-xr-x 4 apache apache 4096 Dec 2 17:54 docs
drwxr-xr-x 17 apache apache 4096 Dec 2 17:55 fudge
-rw-r–r-- 1 apache apache 18580 Jan 14 2007 GPL.txt
drwxr-xr-x 3 apache apache 4096 Dec 13 12:28 install
-rw-r–r-- 1 apache apache 5735 Jan 11 2007 licence.txt
drwxr-xr-x 6 apache apache 4096 Dec 2 17:55 packages
drwxr-xr-x 7 apache apache 4096 Dec 2 17:55 php_includes
drwxr-xr-x 6 apache apache 4096 Dec 2 17:55 scripts
-rw-r–r-- 1 apache apache 18898 May 20 2007 SSV.txt
Is your Apache daemon running as the apache user, though? What's the output of:
# ps aux | grep apache
If you see some httpd processes running, you should re-run the Fix File Permissions commands to ensure that all your files inside the entire file hierarchy are owned by the apache user and are writable.