sono un neofita di joomla e di tutto ciò che riguarda la realizzazione di un sito. ho installato e caricato tutto come descritto dalle istruzioni riportate in
http://www.joomla.it/presentazione-joomla.html ma digitando nella barra degli indirizzi del Browser (Explorer 7) l'indirizzo completo del mio sito (
http://www.beccio.it - domiciliato su Register.it) appare questo messaggio e non riesco a risolvere il problema:
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'));
mi potete aiutare, per favore? non riesco a trovare da alcuna parte le indicazioni necessarie.
aspetto con ansia la vostra gentile risposta.
Vi ringrazio anticipatamente e vi saluto,
alberto.