Joomla.it Forum
Joomla! 1.5.x (versione con supporto terminato) => Joomla! 1.5 => Installazione, migrazione e aggiornamento => : albertobeccio 05 May 2010, 13:28:51
-
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.
-
ciao albertobeccio,
sei so hosting Linux o windows?
-
su Linux.
-
Ciao albertobeccio,
contatta il tuo hosting e chiedi se il php č abilitato.