Bonjour,
Pour faire des tests, je transfère mon site JOOMLA en local sur wampserver via l'utilitaire de sauvegarde Akeeba Backup.
Lors du lancement de la page localhost/... j'ai le massage d’erreur suivant. J'avoue ne rien y comprendre..
Pourriez vous décoder pour moi....
Merci
Nicolas
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;
Pour faire des tests, je transfère mon site JOOMLA en local sur wampserver via l'utilitaire de sauvegarde Akeeba Backup.
Lors du lancement de la page localhost/... j'ai le massage d’erreur suivant. J'avoue ne rien y comprendre..
Pourriez vous décoder pour moi....
Merci
Nicolas
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;