XF 1.4 Server Migration - An unexpected error occurred. Please try again later.

altgg

New member
Hi.,
I Migrated my forum http://goo.gl/tsbj4D from Amazon to Arvixe hosting.
changed library/config.php files and changed file permissions.

and the forum starts working fine for sometime.
then it the morning i see the following error:
"An unexpected error occurred. Please try again later."

then reading xenforo community thread,
i added $config['debug'] = true; on config.php file.

now i get the following error:
An exception occurred: opendir(/home/darigaz/public_html/community/library/Waindigo/Listener/FrontControllerPreView) [<a href='function.opendir'>function.opendir</a>]: failed to open dir: No such file or directory in /home/darigaz/public_html/community/library/Waindigo/Listener/FrontControllerPreView.php on line 5

  1. XenForo_Application::handlePhpError()
  2. opendir() in Waindigo/Listener/FrontControllerPreView.php at line 5
  3. include() in XenForo/Autoloader.php at line 119
  4. XenForo_Autoloader->autoload()
  5. spl_autoload_call() in Waindigo/TrophyProgress/Listener/FrontControllerPreView.php at line 4
  6. include() in XenForo/Autoloader.php at line 119
  7. XenForo_Autoloader->autoload()
  8. spl_autoload_call() in XenForo/CodeEvent.php at line 0
  9. XenForo_CodeEvent::fire() in XenForo/FrontController.php at line 156
  10. XenForo_FrontController->run() in /home/darigaz/public_html/community/index.php at line 13


Kindly get me a solution.
 
The error references the "Waindigo" addon, and "Waindigo/TrophyProgress". Try disabling or reinstalling that addon as it appears to be missing some of its files.
 
Top Bottom