XF 2.2 Upgrade to 2.2 failing

Sal Collaziano

Well-known member
I have a pretty basic installation with only one add-on. I always keep my installations up to date - so I'm upgrading from the most recent version to 2.2. It hangs for a while, then progresses to the next screen without any message and hangs some more, and then gives me this error message. Any idea what could be going wrong? It keeps doing this - and the server isn't going away...

An exception occurred: [XF\Db\Exception] MySQL statement prepare error [2006]: MySQL server has gone away in src/XF/Db/AbstractStatement.php on line 228

  1. XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 196
  2. XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 39
  3. XF\Db\Mysqli\Statement->prepare() in src/XF/Db/Mysqli/Statement.php at line 54
  4. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
  5. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1346
  6. XF\Mvc\Entity\Finder->fetchOne() in src/XF/Repository/UpgradeCheck.php at line 33
  7. XF\Repository\UpgradeCheck->getLatestUpgradeCheck() in src/XF/Admin/App.php at line 239
  8. XF\Admin\App->renderPageHtml() in src/XF/App.php at line 2105
  9. XF\App->renderPage() in src/XF/Admin/App.php at line 123
  10. XF\Admin\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 402
  11. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 58
  12. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2300
  13. XF\App->run() in src/XF.php at line 465
  14. XF::runApp() in admin.php at line 13
 
Top Bottom