salve a tutti,
premetto che sono nuovo del forum e assolutamente ignorante

a riguardo di realizzazione di siti, php ecc ecc.
ho provato a installare joomla 1.7 su xxxxx con filezilla e dopo avere effettuato il trasferimento ho scritto sul browser l' indirizzo del sito...
risultato ?
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;
che significa ?
è un problema di php ?
grazie per ogni aiuto.