XF 2.2 Errors after moving Xenforo to new server

rivacom

Active member
Moved servers over night and after uploading files and restoring the DB the site won't come up. I've

  • CHMOD 777 data and internal_data Recursively, and CHOWN the entire forum directory.
  • Edited config.php to include the correct info.
  • Can't get to any page including admin.php
Getting this for an error.

Fatal error: Uncaught Error: Unknown named parameter $config in /home/revenant/web/revenantgaming.com/public_html/src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php:431 Stack trace: #0 /home/revenant/web/revenantgaming.com/public_html/src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php(431): call_user_func_array() #1 /home/revenant/web/revenantgaming.com/public_html/src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php(395): League\Flysystem\EventableFilesystem\EventableFilesystem->callFilesystemMethod() #2 /home/revenant/web/revenantgaming.com/public_html/src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php(128): League\Flysystem\EventableFilesystem\EventableFilesystem->delegateMethodCall() #3 /home/revenant/web/revenantgaming.com/public_html/src/vendor/league/flysystem/src/MountManager.php(311): League\Flysystem\EventableFilesystem\EventableFilesystem->has() #4 /home/revenant/web/revenantgaming.com/public_html/src/XF/Util/File.php(728): League\Flysystem\MountManager->has() #5 /home/revenant/web/revenantgaming.com/public_html/src/XF/Error.php(100): XF\Util\File::installLockExists() #6 /home/revenant/web/revenantgaming.com/public_html/src/XF/App.php(2201): XF\Error->logException() #7 /home/revenant/web/revenantgaming.com/public_html/src/XF.php(167): XF\App->logException() #8 [internal function]: XF::handleException() #9 {main} thrown in /home/revenant/web/revenantgaming.com/public_html/src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php on line 431
 
Top Bottom