Pozzz svima, nadam se da se odmara što više u ova topla vremena.
Imam problem taj da ne mogu napraviti update joomle, niti bilo koje druge ekstenzije na serveru.
Sve dozovole na serveru su ok, folderi 755, fajlovi 644, međutim kad ih pogledam u sys conf unutar admina u J!, stoji da su unwritable. Tek kad na foldere stavim 777, onda mi je writable. Temp folder unutar configuration.php je podešen ok.
Probao sam preko SSHa podesiti usera i grupu:
međutim, ne dogodi se ništa.
Server ima neku čudnu naviku, da u root foldera, ukoliko nema .htaccess, sam ga dodaje i izgleda nekako ovako:
Help, please...
Imam problem taj da ne mogu napraviti update joomle, niti bilo koje druge ekstenzije na serveru.
Kod [Odaberi]
Warning
Copy failed: /home/USER/public_html/ao2/tmp/install_611b7e7ce54c6/site/index.html to /home/USER/public_html/ao2/components/com_phocacommander/index.html
JInstaller: :Install: Failed to copy file /home/USER/public_html/ao2/tmp/install_611b7e7ce54c6/site/index.html to /home/USER/public_html/ao2/components/com_phocacommander/index.html
Component Update: Failed to copy site files.
Before updating ensure that the update is compatible with your Joomla! installation.
You are strongly advised to make a backup of your installation before you start updating.
Sve dozovole na serveru su ok, folderi 755, fajlovi 644, međutim kad ih pogledam u sys conf unutar admina u J!, stoji da su unwritable. Tek kad na foldere stavim 777, onda mi je writable. Temp folder unutar configuration.php je podešen ok.
Probao sam preko SSHa podesiti usera i grupu:
Kod [Odaberi]
chown -R USER:GROUP *
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
međutim, ne dogodi se ništa.
Server ima neku čudnu naviku, da u root foldera, ukoliko nema .htaccess, sam ga dodaje i izgleda nekako ovako:
Kod [Odaberi]
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName DOMENA.com
AuthUserFile /home/USER/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/USER/public_html/_vti_pvt/service.grp
# php -- BEGIN cPanel-generated handler, do not edit
# Set the "ea-php73" package as the default "PHP" programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php73 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
Help, please...