3
« il: 06 Set 2011, 09:37:55 »
Ho copiato con filezilla tutti i file e le cartella sul dominio che ho acquistato. Quindi digito l'indirizzo del sito web per iniziare l'installazione di joomla, ma la pagina web mi dà questo messaggio:
mark('afterLoad') : null; // Instantiate the application. $app = JFactory::getApplication('site'); // Initialise the application. $app->initialise(); // Mark afterIntialise in the profiler. JDEBUG ? $_PROFILER->mark('afterInitialise') : null; // Route the application. $app->route(); // Mark afterRoute in the profiler. JDEBUG ? $_PROFILER->mark('afterRoute') : null; // Dispatch the application. $app->dispatch(); // Mark afterDispatch in the profiler. JDEBUG ? $_PROFILER->mark('afterDispatch') : null; // Render the application. $app->render(); // Mark afterRender in the profiler. JDEBUG ? $_PROFILER->mark('afterRender') : null; // Return the response. echo $app;
Non so che fare .... è la prima volta che cerco di installare e utilizzare Joomla.
Grazie.