JoyFreak
Well-known member
- Affected version
- 2.3.0
When rebuilding daily statistics I get this error during processing:
Code:
An exception occurred: [XF\Db\Exception] MySQL statement prepare error [2006]: MySQL server has gone away in src/XF/Db/AbstractStatement.php on line 230
XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 207
XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 43
XF\Db\Mysqli\Statement->prepare() in src/XF/Db/Mysqli/Statement.php at line 61
XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1417
XF\Mvc\Entity\Finder->fetchOne() in src/XF/Repository/UpgradeCheckRepository.php at line 34
XF\Repository\UpgradeCheckRepository->getLatestUpgradeCheck() in src/XF/Admin/App.php at line 271
XF\Admin\App->renderPageHtml() in src/XF/App.php at line 2552
XF\App->renderPage() in src/XF/Admin/App.php at line 155
XF\Admin\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 414
XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 66
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2777
XF\App->run() in src/XF.php at line 798
XF::runApp() in admin.php at line 15