Transfer issues..

Jonathan Carl

Active member
I transfered all my files to a more powerful server and after i make all the needed adjustments i receive an error.

" An unexpected error occurred while accessing the error handler. Please try again later. "

What would cause this to happen?
 
Can you access the Admin CP? Check the logs for a more detailed error:

Admin CP -> Tools -> Server Error Log

Or enable debug mode by adding this line to your library/config.php file:

Code:
$config['debug'] = 1;

That may expose a more detailed error message on the forum.
 
Failed to get controller response and reroute to error handler (XenForo_ControllerPublic_Error::actionErrorNotFound)
An exception occurred: Argument 1 passed to XenForo_Phrase::setPhrases() must be an array, null given, called in /home/********/*****/library/XenForo/Visitor.php on line 407 and defined in /home/****/******/library/XenForo/Phrase.php on line 310
  1. XenForo_Application::handlePhpError() in XenForo/Phrase.php at line 310
  2. XenForo_Phrase::setPhrases() in XenForo/Visitor.php at line 407
  3. XenForo_Visitor::setup() in XenForo/Session.php at line 148
  4. XenForo_Session::startPublicSession() in XenForo/Controller.php at line 286
  5. XenForo_Controller->_setupSession() in XenForo/Controller.php at line 303
  6. XenForo_Controller->preDispatch() in XenForo/FrontController.php at line 309
  7. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
  8. XenForo_FrontController->run() in /home/*****/******/index.php at line 15
 
Top Bottom