INTERNET EXPLORER (IE) - JOOMLA NÃO ABRE

  • manager
  • Avatar de manager Autor do Tópico
  • Offline
  • JCB! Colaborador
  • JCB! Colaborador
Mais
14 anos 6 meses atrás #45869 por manager
manager created the topic: INTERNET EXPLORER (IE) - JOOMLA NÃO ABRE
Olá!
Não sou nenhum expert em programação ou análise de sistema, mas minha curiosidade me fez ir muito longe pra criar meu site.

Deparei-me com DOIS grandes problemas que não encontro solução:

1. Não encontrei até hoje alguém que pudesse claramente me dizer PORQUE o JOOMLA não abre nas versões IE, e COMO CORRIGIR o problema. Naveguei por inúmeros fóruns e absolutamente NADA!

2. Meu site abre normalmente em outros navegadores, mas no IE, NEM PENSAR!
<!-- w -->[url=http://www.etherius.com.br" onclick="window.open(this.href);return false;]www.etherius.com.br[/url]<!-- w -->

Minha maior preocupação é corrigir o problema, afinal não me fará nenhuma diferença saber porque o IE é jurássico.

Pergunta: Alguém que tenha estudado ou seja habilidoso neste assunto conseguiria me APONTAR ou DIZER o que fazer para corrigir o problema, por favor? Tenho certeza que alguém possui este domínio.

MENSAGEM DE ERRO: "swfobject não está definido"
Local: index.php (linha 35)

URI:http://www.etherius.com.br/portal/index.php
<?php
/**
* @version $Id: index.php 14401 2010-01-26 14:10:00Z louis $
* @package Joomla
* @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/
// Set flag that this is a parent file
define( '_JEXEC', 1 );
define('JPATH_BASE', dirname(__FILE__) );
define( 'DS', DIRECTORY_SEPARATOR );
require_once ( JPATH_BASE .DS.'includes'.DS.'defines.php' );
require_once ( JPATH_BASE .DS.'includes'.DS.'framework.php' );
JDEBUG ? $_PROFILER->mark( 'afterLoad' ) : null;
/**
* CREATE THE APPLICATION
*
* NOTE :
*/
$mainframe =& JFactory::getApplication('site');
/**
* INITIALISE THE APPLICATION
*
* NOTE :
*/
// set the language
$mainframe->initialise();
JPluginHelper::importPlugin('system');
// trigger the onAfterInitialise events
JDEBUG ? $_PROFILER->mark('afterInitialise') : null;
$mainframe->triggerEvent('onAfterInitialise');
/**
* ROUTE THE APPLICATION
*
* NOTE :
*/
$mainframe->route();
// authorization
$Itemid = JRequest::getInt( 'Itemid');
$mainframe->authorize($Itemid);
// trigger the onAfterRoute events
JDEBUG ? $_PROFILER->mark('afterRoute') : null;
$mainframe->triggerEvent('onAfterRoute');
/**
* DISPATCH THE APPLICATION
*
* NOTE :
*/
$option = JRequest::getCmd('option');
$mainframe->dispatch($option);
// trigger the onAfterDispatch events
JDEBUG ? $_PROFILER->mark('afterDispatch') : null;
$mainframe->triggerEvent('onAfterDispatch');
/**
* RENDER THE APPLICATION
*
* NOTE :
*/
$mainframe->render();
// trigger the onAfterRender events
JDEBUG ? $_PROFILER->mark('afterRender') : null;
$mainframe->triggerEvent('onAfterRender');
/**
* RETURN THE RESPONSE
*/
echo JResponse::toString($mainframe->getCfg('gzip'));
Anexos:

Please Entrar ou Registrar to join the conversation.


Mais
14 anos 6 meses atrás #45889 por rldesign
rldesign replied the topic: Re: INTERNET EXPLORER (IE) - JOOMLA NÃO ABRE
Manager, sua persistencia fará vc ir mais longe. Continue sempre se esforçando e estudando. Sempre que tiver dúvidas, poste-as aqui.

1) Pequena explicação rápida:
Na verdade, o IE 6 e 7 não suporta quase nada dos padrões. E isso não so acontece no Joomla, acontece no Wordpress e em outros cms. Por esses cms utilizarem sempre utilizar todos os padrões de css, esses navegadores da ms que ficaram parados no tempo. O IE8 melhorou muito e o 9 mais ainda.

Dicas:
Experimente usar essa extensão, pra tentar limpar e corrigigir os erros mais grosseiros de xhtml/css:
http://extensions.joomla.org/extensions ... dards/9782

Habilite esse modo de compatibilidade:
http://extensions.joomla.org/extensions ... I7fQ%3D%3D

Alguns módulos não vão ser exibidos corretamente no IE e nos demais tudo ok. Então experimente usar essa extensão:
http://extensions.joomla.org/extensions ... I7fQ%3D%3D

e esse:

http://extensions.joomla.org/extensions ... I7fQ%3D%3D


Se vc tiver usando png transparente, então use essa:
http://extensions.joomla.org/extensions ... I7fQ%3D%3D

Rafael Santana
Web Designer | R&L Design - Desenvolvimento Gráfico e Sites

Please Entrar ou Registrar to join the conversation.

Mais
14 anos 6 meses atrás #45890 por rldesign
rldesign replied the topic: Re: INTERNET EXPLORER (IE) - JOOMLA NÃO ABRE
RECOMENDAÇÃO: Faça todos os testes no servidor local.

2)
Vc poderia fazer um levantamento de todas as extensões usadas nesse site?
Não consegui encontrar esse objeto. Vc esta rodando alguma coisa em flash e fez a inserção manual no index.php

Outra coisa, achei seu site muuito carregado e isso em todos os navegadores.
Postei tres materias sobre otimização de sites aqui no Joomla Clube, sugiro vc dar uma lida:
Pt 1: http://www.joomlaclube.com.br/site/mate ... oomla.html
Pt2: http://www.joomlaclube.com.br/site/mate ... rte-2.html
pt3: http://www.joomlaclube.com.br/site/mate ... rte-3.html

Rafael Santana
Web Designer | R&L Design - Desenvolvimento Gráfico e Sites

Please Entrar ou Registrar to join the conversation.

  • manager
  • Avatar de manager Autor do Tópico
  • Offline
  • JCB! Colaborador
  • JCB! Colaborador
Mais
13 anos 11 meses atrás #58948 por manager
manager replied the topic: Re: INTERNET EXPLORER (IE) - JOOMLA NÃO ABRE
O Plugin resolveu!

Please Entrar ou Registrar to join the conversation.