linux - Joomla Directory Permissions -


hello have problem joomla directory premissions. using fedora 19 kde. success install joomla , start develop own component. when start install component error: warning: failed move file!

ok next. check premissions in system information > directory premissions , there unwritable.

what next. first check owner:

cd /var/www/html  [ikac@localhost html]$ ls -l  drwxrwxrwx+ 17 ikac apache 4096 aug 15 15:07 joomla-2.5 

again unwritable:

i try

sudo chown -r apache:apache joomla-2.5 

and try this

sudo chmod -r 777 joomla-2.5/tmp sudo chmod -r 777 joomla-2.5/component sudo chmod -r 777 joomla-2.5/administrator 

nothing again unwritable. try put chmod 775 nothing.

any other solution how make writable directories. dont have more idea. change owner, mode, , more else.

here full dir premission:

[ikac@localhost joomla-2.5]$ ls -l total 204 drwxrwxrwx+ 10 ikac ikac  4096 aug  1 04:01 administrator drwxrwxrwx+  2 ikac ikac  4096 aug  1 04:01 cache drwxrwxrwx+  2 ikac ikac  4096 aug  1 04:01 cli drwxrwxrwx+ 13 ikac ikac  4096 aug 15 17:01 components -rwxrwxrwx+  1 ikac ikac  1807 aug 15 15:07 configuration.php -rwxrwxrwx+  1 ikac ikac  3118 aug  1 04:01 htaccess.txt drwxrwxrwx+  4 ikac ikac  4096 aug  1 04:01 images drwxrwxrwx+  2 ikac ikac  4096 aug  1 04:01 includes -rwxrwxrwx+  1 ikac ikac  1319 aug  1 04:01 index.php drwxrwxrwx+ 10 ikac ikac  4096 aug  1 04:01 installation1 -rwxrwxrwx+  1 ikac ikac  1752 aug  1 04:04 joomla.xml drwxrwxrwx+  4 ikac ikac  4096 aug  1 04:01 language drwxrwxrwx+  7 ikac ikac  4096 aug  1 04:01 libraries -rwxrwxrwx+  1 ikac ikac 17816 aug  1 04:01 license.txt drwxrwxrwx+  2 ikac ikac  4096 aug  1 04:01 logs drwxrwxrwx+ 15 ikac ikac  4096 aug  1 04:01 media drwxrwxrwx+ 26 ikac ikac  4096 aug  1 04:01 modules drwxrwxrwx+ 13 ikac ikac  4096 aug  1 04:01 plugins -rwxrwxrwx+  1 ikac ikac  4244 aug  1 04:01 readme.txt -rwxrwxrwx+  1 ikac ikac   865 aug  1 04:01 robots.txt.dist drwxrwxrwx+  6 ikac ikac  4096 aug  1 04:01 templates drwxrwxrwx+  2 ikac ikac  4096 aug  1 04:01 tmp -rwxrwxrwx+  1 ikac ikac  1715 aug  1 04:01 web.config.txt 

thanks!


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -