XF 2.3 Error during 2.3.1 upgrade:

Jaxel

Well-known member
Got the following error:

Symfony\Component\Cache\Exception\CacheException: MemcachedAdapter client error: system error: no such file or directory src/vendor/symfony/cache/Adapter/MemcachedAdapter.php:318

Code:
#0 src/vendor/symfony/cache/Adapter/MemcachedAdapter.php(265): Symfony\Component\Cache\Adapter\MemcachedAdapter->checkResultCode(false)
#1 src/vendor/symfony/cache/Traits/AbstractAdapterTrait.php(128): Symfony\Component\Cache\Adapter\MemcachedAdapter->doFetch(Array)
#2 src/XF/Install/Upgrader.php(611): Symfony\Component\Cache\Adapter\AbstractAdapter->clear()
#3 src/XF/Install/Upgrader.php(97): XF\Install\Upgrader->clearRegistryCache()
#4 src/XF/Install/Controller/Upgrade.php(293): XF\Install\Upgrader->completeUpgrade()
#5 src/XF/Mvc/Dispatcher.php(362): XF\Install\Controller\Upgrade->actionRunJob(Object(XF\Mvc\ParameterBag))
#6 src/XF/Mvc/Dispatcher.php(264): XF\Mvc\Dispatcher->dispatchClass('XF:Upgrade', 'RunJob', Object(XF\Mvc\RouteMatch), Object(XF\Install\Controller\Upgrade), NULL)
#7 src/XF/Mvc/Dispatcher.php(121): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(XF\Install\Controller\Upgrade), NULL)
#8 src/XF/Mvc/Dispatcher.php(63): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#9 src/XF/App.php(2813): XF\Mvc\Dispatcher->run()
#10 src/XF.php(802): XF\App->run()
#11 install/index.php(16): XF::runApp('XF\\Install\\App')
#12 {main}
Code:
array(4) {
  ["url"] => string(34) "/install/index.php?upgrade/run-job"
  ["referrer"] => string(53) "https://8wayrun.com/install/index.php?upgrade/run-job"
  ["_GET"] => array(1) {
    ["upgrade/run-job"] => string(0) ""
  }
  ["_POST"] => array(3) {
    ["_xfRedirect"] => string(54) "https://8wayrun.com/install/index.php?upgrade/complete"
    ["_xfToken"] => string(8) "********"
    ["execute"] => string(1) "1"
  }
}
 
Just upgraded to 2.3.3... got the same error again.

Everything works fine, and the upgrade is complete... but this error always shows up at the end of an upgrade.
 
It seems the error just shows up on this page: install/index.php?upgrade/run-job

If I just go to that page, the error shows up... even if there is no running job.
 
Back
Top Bottom