dieg0
Active member
Hello,
I'm getting this error right after clicking the Begin upgrade button from the admin panel /install/index.php?upgrade/run
XF\Db\Exception: MySQL statement prepare error [1146]: Table 'mydb.xf_upgrade_job' doesn't exist in src/XF/Db/AbstractStatement.php at line 183
I'm getting this error right after clicking the Begin upgrade button from the admin panel /install/index.php?upgrade/run
XF\Db\Exception: MySQL statement prepare error [1146]: Table 'mydb.xf_upgrade_job' doesn't exist in src/XF/Db/AbstractStatement.php at line 183
- XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 34
- XF\Db\Mysqli\Statement->prepare() in src/XF/Db/Mysqli/Statement.php at line 44
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 67
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 94
- XF\Db\AbstractAdapter->fetchAllKeyed() in src/XF/Install/Upgrader.php at line 432
- XF\Install\Upgrader->getUpgradeJobs() in src/XF/Install/Upgrader.php at line 438
- XF\Install\Upgrader->getExtraUpgradeJobsMap() in src/XF/Install/Controller/Upgrade.php at line 214
- XF\Install\Controller\Upgrade->actionRebuild() in src/XF/Install/Controller/Upgrade.php at line 105
- XF\Install\Controller\Upgrade->actionRun() in src/XF/Mvc/Dispatcher.php at line 232
- XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 85
- XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1771
- XF\App->run() in src/XF.php at line 319
- XF::runApp() in install/index.php at line 14