Salve e' la prima volta che utilizzo jooma, anzi che non utilizzo dato che non riesco ad installarlo , ho seguito la guida del sito, metto tutti i file nel sito tramite filezilla , ma quando metto l'indirizzo del sito web mi esce una pagina con delle righe scritte in alto con tutti simboli:
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;
[/size]
[/size]come faccio?....