- Fórum
- /
- Suporte Joomla
- /
- Administração
- /
- Joomla 2.x
- /
- problema de permissão ou de atualização do Joomla
problema de permissão ou de atualização do Joomla
- Diego Lucca
-
- Offline
- JCB! Hero
-
Menos
Mais
12 anos 3 meses atrás #92791
por Diego Lucca
Diego Lucca
DG Company - Companhia Digital
www.dgcompany.com.br
Diego Lucca replied the topic: Re: problema de permissão ou de atualização do Joomla
talvez a melhor alternativa seja baixar manualmente e enviar o pacote de atualização
http://www.joomla.org/download.html
Diego Lucca
DG Company - Companhia Digital
www.dgcompany.com.br
Please Entrar ou Registrar to join the conversation.
- Edilei1904
-
- Offline
- JCB! Senior
-
Menos
Mais
- Postagens: 115
- Obrigados Recebidos: 0
12 anos 3 meses atrás #92802
por Edilei1904
[color=#B2B2B2:3fs81ijw]Edilei[/color:3fs81ijw]
Edilei1904 replied the topic: Re: problema de permissão ou de atualização do Joomla
Bom dia Ricardo A!
Tente isso http://docs.joomla.org/Security_Checkli ... or_defaced
Depois poste o aconteceu
Abraço
Edilei
chmod and cron
IF you have permissions to access SSH (secure shell) via putty you can chmod the files and directories. If you do not have shell access, you can run the commands from cron by setting up a temporary cron job. Copy and paste the command into a cron job. Run the job about 2 minutes after saving the job. When using the command by putty or a cron job, the use of the full physical path to public_html is recommended for best results.
For files use:
find /home/xxxxxx/domains/xxxxxxx.com/public_html -type f -exec chmod 644 {} \;
and for directories use:
find /home/xxxxxx/domains/xxxxxxx.com/public_html -type d -exec chmod 755 {} \;
Tente isso http://docs.joomla.org/Security_Checkli ... or_defaced
Depois poste o aconteceu
Abraço
Edilei
chmod and cron
IF you have permissions to access SSH (secure shell) via putty you can chmod the files and directories. If you do not have shell access, you can run the commands from cron by setting up a temporary cron job. Copy and paste the command into a cron job. Run the job about 2 minutes after saving the job. When using the command by putty or a cron job, the use of the full physical path to public_html is recommended for best results.
For files use:
find /home/xxxxxx/domains/xxxxxxx.com/public_html -type f -exec chmod 644 {} \;
and for directories use:
find /home/xxxxxx/domains/xxxxxxx.com/public_html -type d -exec chmod 755 {} \;
[color=#B2B2B2:3fs81ijw]Edilei[/color:3fs81ijw]
Please Entrar ou Registrar to join the conversation.
- Edilei1904
-
- Offline
- JCB! Senior
-
Menos
Mais
- Postagens: 115
- Obrigados Recebidos: 0
12 anos 3 meses atrás #92803
por Edilei1904
[color=#B2B2B2:3fs81ijw]Edilei[/color:3fs81ijw]
Edilei1904 replied the topic: Re: problema de permissão ou de atualização do Joomla
Outra coisa que as vezes passar despercebida configuration.php
public $log_path = '/var/www/html/zzz/logs';
public $tmp_path = '/var/www/html/zzz/tmp';
Abraço
Edilei
public $log_path = '/var/www/html/zzz/logs';
public $tmp_path = '/var/www/html/zzz/tmp';
Abraço
Edilei
[color=#B2B2B2:3fs81ijw]Edilei[/color:3fs81ijw]
Please Entrar ou Registrar to join the conversation.