Back to top

Autore Topic: Carneade!!!altro che facile  (Letto 1072 volte)

Offline farad

  • Nuovo arrivato
  • *
  • Post: 11
    • Mostra profilo
Carneade!!!altro che facile
« il: 01 Ott 2007, 21:39:32 »
ecco i codici di errore. Provider: register.it. Messi tutti i file e cartelle nella root principale:
ecco cosa appare nella mia pagina principale:(vedi sotto, anche se accedo da www.miosito/installation/index.php, altro tipo di erroee)
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 onAfterDisplay events JDEBUG ? $_PROFILER->mark('afterRoute') : null; $mainframe->triggerEvent('onAfterRoute'); /** * DISPATCH THE APPLICATION * * NOTE : */ $option = JRequest::getCmd('option'); $mainframe->dispatch($option); // trigger the onAfterDisplay events JDEBUG ? $_PROFILER->mark('afterDispatch') : null; $mainframe->triggerEvent('onAfterDispatch'); /** * RENDER THE APPLICATION * * NOTE : */ $mainframe->render(); // trigger the onAfterDisplay events JDEBUG ? $_PROFILER->mark('afterRender') : null; $mainframe->triggerEvent('onAfterRender'); /** * RETURN THE RESPONSE */ echo JResponse::toString($mainframe->getCfg('gzip'));

errore anhe da www.miosito.it/installation/index.php
initialise(); // render the application $mainframe->render(); /** * RETURN THE RESPONSE */ echo JResponse::toString();

 



Web Design Bolzano Kreatif