Buongiorno a tutti,
premotto che sono abbastanza "ignorante" in campo gestione siti web, creazioni ecc ecc.
Comunque, ho scaricato il pacchetto Joomla e con Filezilla l'ho caricato sull'ftp.
Dalla guida parlate di cartella Root, nel mio FTP non c'era ancora alcune cartella così l'ho creata.
www.xxxx.com/Root e qui ho messo Joomla.
wwwxxxx.com/Root/Joomla ma se vado su questa pagina mi da l'errore che vi incollo di seguito.
Possibile che abbia fatto qualche "cavolata" io quindi vi prego fatemi capire cosa devo fare!!!
Grazie mille.
Ale
"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')); "