Joomla.it Forum

Joomla! 1.5.x (versione con supporto terminato) => Joomla! 1.5 => Installazione, migrazione e aggiornamento => : ste196free 04 Oct 2008, 22:35:05

: installazione Joomla su miodominio in hosting su tiscali
: ste196free 04 Oct 2008, 22:35:05
Mi sembra di impazzire: ho effettuato l'upload nella dir apposita public_html del miodominio su Tiscali (seguito passo passo tutto) ma come accedo ad http://miodominio.it mi appare schermo o bianco o con messaggi d'errore e non compare la schermata di configurazione.
il messaggio completo (tutto ciò che si vede in effetti) che appare sulla pagina bianca è:

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

Qualche anima più che pia ha un suggerimento?
Grazie tante in anticipo.
: Re: installazione Joomla su miodominio in hosting su tiscali
: sara82 04 Oct 2008, 23:04:07
Ciao ste,

puoi postarci esattamente i messaggi di errore che ti vengono visulizzati?  :)
: installazione Joomla su miodominio in hosting su tiscali
: ste196free 05 Oct 2008, 09:54:29
 :o
: Re: installazione Joomla su miodominio in hosting su tiscali
: sara82 05 Oct 2008, 12:06:10
Assicurati di avere attivo il php nel pacchetto che hai acquistato..  :)
: Re: installazione Joomla su miodominio in hosting su tiscali
: ste196free 05 Oct 2008, 12:06:51
ah okappa, grazie sara.
Ste