Joomla.it Forum

Joomla! 3 => Joomla! 3 => : squalogu 06 Apr 2017, 09:07:53

: [RISOLTO] errore sconosciuto
: squalogu 06 Apr 2017, 09:07:53
seguito trasferimento dominio, ho impostato i file e il DB nel nuovo spazio, ho aggiornato i dati del database nel file configuration...


mark('afterLoad') : null; // Instantiate the application. $app = JFactory::getApplication('administrator'); // Initialise the application. $app->initialise(array( 'language' => $app->getUserState('application.lang') )); // 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;
: Re:errore sconosciuto
: tomtomeight 06 Apr 2017, 16:06:36
Sembra che nel nuovo spazio del dominio non hai interprete php attivo.
: Re:errore sconosciuto
: squalogu 06 Apr 2017, 17:37:02
si esatto. grazie