Joomla.it Forum
Joomla! 1.5.x (versione con supporto terminato) => Joomla! 1.5 => Installazione, migrazione e aggiornamento => : ofausto 10 Oct 2009, 20:09:38
-
ciao a tutti, ho intallato con un client ftp tutti i file scompattati 1.5.14 in un sito mio registrato www.italian-dentis.com ma non mi esce nulla per poter andare avanti solo esce questo:
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'));
come mai non mi esce il resto della configurazione.... grazie a tutti per l'aiuto se vi serve vi do anche l'user e la pass per risolvermi il problema Ciao e grazie
-
Benvenuto nel forum di joomla.it ofausto,
sei sicuro che il tuo server abbia le caratteristiche per far girare joomla?
http://www.joomla.org/about-joomla/technical-requirements.html
-
il link che mi hai dato...devo installare cosa?
scusami se ti faccio domande stupide, ma vorrei imparare ad usarlo... grazie
-
Ciaoofausto,
nel link trovi le caratteristiche che deve avere il server dove vuoi installare joomla.
Devi avere a disposizione:
PHP
MySQL
Apache
Chiedi al tuo fornitore.