[RESOLVIDO] Erro 404 nos links depois de upar

  • ariadneduvessa
  • Avatar de ariadneduvessa Autor do Tópico
  • Offline
  • JCB! Junior
  • JCB! Junior
Mais
14 anos 7 meses atrás #17951 por ariadneduvessa
ariadneduvessa created the topic: [RESOLVIDO] Erro 404 nos links depois de upar
Boa tarde a todos <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Envergonhado" /><!-- s:oops: -->

Fiz meu site localmente e agora preciso colocá-lo em meu host (no caso, contratei os serviços da Blue Host). Fiz backup (através do JoomlaPack) e tb do BD (pelo próprio banco, em Exportar, gerando um arquivo sql).

Criei um novo BD no server, com mesmo nome q usava localmente. Importei para esse novo (como um arquivo de texto) e ele fez o processo com sucesso. Depois disso, 'upei' os arquivos na já então instalação Joomla (fornecida pelo host).

Qdo acessei o link para ver o resultado online, parecia tudo normal. Parecia.... o menu nada funciona!!!! <!-- s:( --><img src="{SMILIES_PATH}/icon_e_sad.gif" alt=":(" title="Triste" /><!-- s:( --> [ 404 - Componente não encontrado ]

O que posso ter feito errado e q deve ser refeito?!?

Segue o link do site (ainda em trabalho, num subdomínio) para quem puder, me ajduar a solucionar. <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Envergonhado" /><!-- s:oops: -->

http://wader.ariadnepinheiro.com/

Abraços!

[b:2u81uzhp]@ariadnepinheiro[/b:2u81uzhp]
Member of the [b:2u81uzhp]Brazilian Portuguese Joomla Translation Team[/b:2u81uzhp]
Member and Owner of [b:2u81uzhp]J! Brasil[/b:2u81uzhp] url:2u81uzhp]http&#58;//www&#46;joomla&#46;com&#46;br[/url:2u81uzhp and [b:2u81uzhp]JUG RJ[/b:2u81uzhp] url:2u81uzhp]http&#58;//www&#46;joomlariodejaneiro&#46;com&#46;br[/url:2u81uzhp

Please Entrar ou Registrar to join the conversation.


Mais
14 anos 7 meses atrás #17956 por Trorram
Trorram replied the topic: Re: Erro 404 nos links depois de upar
voce alterou o arquivo configuration.php.

sugestao, é instalar o joomla em outra pasta e monte o novo configuration.pho.

O caminho tmp ta com kra de estar errado.

Abs.

Trorram <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Rindo" /><!-- s:lol: -->

Please Entrar ou Registrar to join the conversation.

  • ariadneduvessa
  • Avatar de ariadneduvessa Autor do Tópico
  • Offline
  • JCB! Junior
  • JCB! Junior
Mais
14 anos 7 meses atrás #18006 por ariadneduvessa
ariadneduvessa replied the topic: Re: Erro 404 nos links depois de upar

Trorram escreveu: voce alterou o arquivo configuration.php.
sugestao, é instalar o joomla em outra pasta e monte o novo configuration.pho.
O caminho tmp ta com kra de estar errado.
Abs.
Trorram <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Rindo" /><!-- s:lol: -->


Oi Trorram! Obrigada por me responder. <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Envergonhado" /><!-- s:oops: -->

Bom não consegui grandes coisa aqui... fiz o sugerido (comparei os arquivos 'configuration.php' e 'configuration.php-dist'), mas não deu certo as alterações q fiz.. <!-- s:x --><img src="{SMILIES_PATH}/icon_mad.gif" alt=":x" title="Furioso" /><!-- s:x -->

Vou colar meu 'configuration.php', pra facilitar mais alguma dica q vc puder me dar. <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Envergonhado" /><!-- s:oops: -->

Ps.: estou retirando os dados de acesso ao backend, banco e email. =)
<?php
class JConfig {
	var $offline = '0';
	var $editor = 'tinymce';
	var $list_limit = '20';
	var $helpurl = 'http://help.joomla.org';
	var $debug = '0';
	var $debug_lang = '0';
	var $sef = '1';
	var $sef_rewrite = '0';
	var $sef_suffix = '0';
	var $feed_limit = '10';
	var $feed_email = 'site';
	var $secret = '----';
	var $gzip = '0';
	var $error_reporting = '0';
	var $xmlrpc_server = '0';
	var $log_path = '/public_html/wader.com/logs';
	var $tmp_path = '/public_html/wader.com/tmp';
	var $live_site = '';
	var $force_ssl = '0';
	var $offset = '-3';
	var $caching = '0';
	var $cachetime = '15';
	var $cache_handler = 'file';
	var $memcache_settings = array ();
	var $ftp_enable = '0';
	var $ftp_host = 'localhost';
	var $ftp_port = '21';
	var $ftp_user = '';
	var $ftp_pass = '';
	var $ftp_root = '';
	var $dbtype = 'mysql';
	var $host = 'localhost';
	var $user = '----';
	var $db = '----';
	var $dbprefix = 'jos_';
	var $mailer = 'mail';
	var $mailfrom = '----';
	var $fromname = 'Teste';
	var $sendmail = '/usr/sbin/sendmail';
	var $smtpauth = '0';
	var $smtpsecure = 'none';
	var $smtpport = '25';
	var $smtpuser = '';
	var $smtppass = '';
	var $smtphost = 'localhost';
	var $MetaAuthor = '0';
	var $MetaTitle = '1';
	var $lifetime = '15';
	var $session_handler = 'database';
	var $password = '';
	var $sitename = 'Teste';
	var $MetaDesc = 'Teste';
	var $MetaKeys = '';
	var $offline_message = 'Este site está em manutenção. Por favor, retorne mais tarde.';
	var $legacy = '0';
	var $debug_db = '0';
}

Abraços,

Ps.: a cada dia gosto mais daqui. Sempre q tenho dúvidas, dou uma boa zapeada no fórum, e as dicas vem com segurança. Ótimo trabalho galera. <!-- s:ugeek: --><img src="{SMILIES_PATH}/icon_e_ugeek.gif" alt=":ugeek:" title="Uber Geek" /><!-- s:ugeek: -->

[b:2u81uzhp]@ariadnepinheiro[/b:2u81uzhp]
Member of the [b:2u81uzhp]Brazilian Portuguese Joomla Translation Team[/b:2u81uzhp]
Member and Owner of [b:2u81uzhp]J! Brasil[/b:2u81uzhp] url:2u81uzhp]http&#58;//www&#46;joomla&#46;com&#46;br[/url:2u81uzhp and [b:2u81uzhp]JUG RJ[/b:2u81uzhp] url:2u81uzhp]http&#58;//www&#46;joomlariodejaneiro&#46;com&#46;br[/url:2u81uzhp

Please Entrar ou Registrar to join the conversation.

Mais
14 anos 7 meses atrás #18024 por Uriel
Uriel replied the topic: Re: Erro 404 nos links depois de upar
qual versão do joomlapack vc usou
eu recomendo a core !!
o arquivo de saida é grande em zip
mas é completo, banco e tudo !!
vc cria normal o banco e o site ja funciona !!

abraço

Please Entrar ou Registrar to join the conversation.

  • ariadneduvessa
  • Avatar de ariadneduvessa Autor do Tópico
  • Offline
  • JCB! Junior
  • JCB! Junior
Mais
14 anos 7 meses atrás #18025 por ariadneduvessa
ariadneduvessa replied the topic: Re: Erro 404 nos links depois de upar
Olá Uriel!

Bom, eu estava usando o joomlapack-2.3.3-plus.

Vou experimentar esse q vc mencionou e resetar o subdomínio. Vejamos se assim, o site fica direitinho, como está localmente. :)

Forte abraço! <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Envergonhado" /><!-- s:oops: -->

[b:2u81uzhp]@ariadnepinheiro[/b:2u81uzhp]
Member of the [b:2u81uzhp]Brazilian Portuguese Joomla Translation Team[/b:2u81uzhp]
Member and Owner of [b:2u81uzhp]J! Brasil[/b:2u81uzhp] url:2u81uzhp]http&#58;//www&#46;joomla&#46;com&#46;br[/url:2u81uzhp and [b:2u81uzhp]JUG RJ[/b:2u81uzhp] url:2u81uzhp]http&#58;//www&#46;joomlariodejaneiro&#46;com&#46;br[/url:2u81uzhp

Please Entrar ou Registrar to join the conversation.