Back to top

Autore Topic: Errore all'apertura del sito e alla index dell'amministrazione  (Letto 1097 volte)

Offline Magogo

  • Nuovo arrivato
  • *
  • Post: 34
    • Mostra profilo
Salve a tutti.
Da stamattina su uno dei miei siti realizzati in joomla ho quest'errore nella index dell'administrator:
Codice: [Seleziona]
mark( 'afterLoad' ) : null; /** * CREATE THE APPLICATION * * NOTE : */ $mainframe =& JFactory::getApplication('administrator'); /** * INITIALISE THE APPLICATION * * NOTE : */ $mainframe->initialise(array( 'language' => $mainframe->getUserState( "application.lang", 'lang' ) )); JPluginHelper::importPlugin('system'); // trigger the onAfterInitialise events JDEBUG ? $_PROFILER->mark('afterInitialise') : null; $mainframe->triggerEvent('onAfterInitialise'); /** * ROUTE THE APPLICATION * * NOTE : */ $mainframe->route(); // trigger the onAfterRoute events JDEBUG ? $_PROFILER->mark('afterRoute') : null; $mainframe->triggerEvent('onAfterRoute'); /** * DISPATCH THE APPLICATION * * NOTE : */ $option = JAdministratorHelper::findOption(); $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')); ?>
Invece nella index del sito, ho questo:
Codice: [Seleziona]
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'));
Potete aiutarmi?
Grazie mille


Offline Magogo

  • Nuovo arrivato
  • *
  • Post: 34
    • Mostra profilo
Re:Errore all'apertura del sito e alla index dell'amministrazione
« Risposta #1 il: 17 Mag 2011, 13:38:06 »
Scusate se uppo la discussione, ma cercando sul web non trovo soluzione a questo problema.

Offline maicolstaip

  • Global Moderator
  • Instancabile
  • ********
  • Post: 17623
  • Sesso: Maschio
    • Mostra profilo
Re:Errore all'apertura del sito e alla index dell'amministrazione
« Risposta #2 il: 17 Mag 2011, 13:55:25 »
Ciao Magogo,
hai chiesto all'host?
Cosa ti hanno risposto?
Non si risponde a PM tecnici. Postate sul forum. Grazie.

Offline Magogo

  • Nuovo arrivato
  • *
  • Post: 34
    • Mostra profilo
Re:Errore all'apertura del sito e alla index dell'amministrazione
« Risposta #3 il: 19 Mag 2011, 12:44:14 »
Ciao :).
No, non ho chiesto all'host perchè non pensavo potesse essere un problema dovuto a loro.
A questo punto lo faccio e vi dico cosa loro dicono a me.
Grazie intanto.

 



Web Design Bolzano Kreatif