Installer for components, modules, templates shows error - Joomla! Forum - community, help and support
i've installed joomla hundreds of times, installed components, modules, etc many more times that, moved new server , being presented problem i've never seen before. no matter try, everytime attempt install module, bot, template, xml errors.
i have set file permissions easy installation:
and i'm using .zip files i've used fine on other servers. i'm sure has server, maybe enableing apache module or something. have never dealt before. i'm running centos php 5.16, apache2, mysql 5.
please suggestions helpful.
i wanted note have root access on server. error coming /media/ directory set 777
code: select all
upload template - upload failed
error: not find xml setup file in package.
[ continue ... ]
upload template - failed
installation file not found:
/var/www/web61/web/media/install_474f6730a84e2/
[ continue ... ]
i have set file permissions easy installation:
code: select all
find . -type f -exec chmod 666 {} \;
find . -type d -exec chmod 777 {} \;
and i'm using .zip files i've used fine on other servers. i'm sure has server, maybe enableing apache module or something. have never dealt before. i'm running centos php 5.16, apache2, mysql 5.
please suggestions helpful.
i wanted note have root access on server. error coming /media/ directory set 777
checked forum , found: can ftp files joomla installation /templates main folder containing joomla installation. put extracted files here can change template in administrator section.
worked fine me. had same problem.
worked fine me. had same problem.
Comments
Post a Comment