Backup from a 1and1 shared hosting, and restore on another shared hosting : O2switch.
Have I read the related troubleshooter articles above before posting (which pages?)? Yes
Have I searched the tickets before posting? Yes
Have I read the documentation before posting (which pages?)? Yes
Joomla! version: 2.5.9
PHP version: 5.3.26
MySQL version: 5.1.68-cll
Host: o2switch
Akeeba Backup version which took the backup: Core 3.6.12
Kickstart version used to extract the backup: core 3.7.1
Description of my issue:
Tested with 3 different JPA backups.
The restore seems to work fine (no error message) but, at the end, when I go to the frontend or admin, I get that, on a blank screen :
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;