JackieChun
Well-known member
- Affected version
- 2.3
The following happens when upgrading 1.5.5a to 2.3.
InvalidArgumentException: Table 'xf_job' does not exist so cannot be altered in src/XF/Db/Schema/Alter.php at line 39
XF\Db\Schema\Alter->__construct() in src/XF/Db/SchemaManager.php at line 231
XF\Db\SchemaManager->newAlter() in src/XF/Db/SchemaManager.php at line 152
XF\Db\SchemaManager->alterTable() in src/XF/Install/Upgrader.php at line 82
XF\Install\Upgrader->syncJobStructure() in src/XF/Install/Controller/Upgrade.php at line 123
XF\Install\Controller\Upgrade->actionRun() in src/XF/Mvc/Dispatcher.php at line 362
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 269
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 121
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 63
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 install/index.php at line 16
Upgrading the same forum to XenForo 2.2.5 does work correctly, so that's the intermediate solution I used. It's not ideal for most users, obviously.
InvalidArgumentException: Table 'xf_job' does not exist so cannot be altered in src/XF/Db/Schema/Alter.php at line 39
XF\Db\Schema\Alter->__construct() in src/XF/Db/SchemaManager.php at line 231
XF\Db\SchemaManager->newAlter() in src/XF/Db/SchemaManager.php at line 152
XF\Db\SchemaManager->alterTable() in src/XF/Install/Upgrader.php at line 82
XF\Install\Upgrader->syncJobStructure() in src/XF/Install/Controller/Upgrade.php at line 123
XF\Install\Controller\Upgrade->actionRun() in src/XF/Mvc/Dispatcher.php at line 362
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 269
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 121
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 63
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 install/index.php at line 16
Upgrading the same forum to XenForo 2.2.5 does work correctly, so that's the intermediate solution I used. It's not ideal for most users, obviously.