Joomla.it Forum

Joomla! 1.5.x (versione con supporto terminato) => Joomla! 1.5 => Installazione, migrazione e aggiornamento => : kedavra 31 Jan 2011, 18:14:26

: installazione
: kedavra 31 Jan 2011, 18:14:26
Ciao a tutti,
ho trasferito joomla con filezilla su register ma se vado su www.kedavra.it ecco cosa si presenta anzichè l'installazione guidata... (non sono una principiante... molto MENO!!!)

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'));


ABBIATE PAZIENZA!!!
Grazie mille
Kedavra


: Re:installazione
: maicolstaip 31 Jan 2011, 20:14:21
Benvenuto nel forum di joomla.it kedavra,
sembra che sul server non sia abilitato il php.
Dovrai aprire un ticket con l'assistenza per chiedere lumi.
Ciao!
: Re:installazione
: primcipiante82 31 Jan 2011, 20:27:50
Possibile che sia collegato al fatto che nel Control Panel Application di XAMPP m esce ERROR: Status check Failure [3] ??
: Re:installazione
: maicolstaip 31 Jan 2011, 20:35:16
?