frm
Well-known member
It can't work on 8.2:
And it can't work on 8.3.14 erroring out with another error (something to do with mbstring).
I've only found something on here relating to the importers running correctly on PHP 8.3.13.
Resulting in trying to downgrade PHP to try, or the web.
But, the web produces this:
Code:
PHP Fatal error: Uncaught Error: Call to undefined function mysqli_report() in /var/www/vhosts/.com/httpdocs/src/XF.php:160
Stack trace:
#0 /var/www/vhosts/.com/httpdocs/src/XF.php(112): XF::standardizeEnvironment()
#1 /var/www/vhosts/.com/httpdocs/cmd.php(14): XF::start('...')
#2 {main}
thrown in /var/www/vhosts/.com/httpdocs/src/XF.php on line 160
And it can't work on 8.3.14 erroring out with another error (something to do with mbstring).
I've only found something on here relating to the importers running correctly on PHP 8.3.13.
Resulting in trying to downgrade PHP to try, or the web.
But, the web produces this:
Code:
XF\Db\Exception: MySQL query error [1114]: The table 'xf_post' is full in src/XF/Db/AbstractStatement.php at 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 83
XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 219
XF\Db\AbstractAdapter->insert() in src/XF/Import/Data/EntityEmulator.php at line 336
XF\Import\Data\EntityEmulator->insert() in src/XF/Import/Data/AbstractEmulatedData.php at line 73
XF\Import\Data\AbstractEmulatedData->write() in src/XF/Import/Data/AbstractData.php at line 132
XF\Import\Data\AbstractData->save() in src/addons/XFI/Import/Importer/IpsForums.php at line 1789
XFI\Import\Importer\IpsForums->stepPosts() in src/XF/Import/Runner.php at line 244
XF\Import\Runner->runStep() in src/XF/Import/Runner.php at line 61
XF\Import\Runner->run() in src/XF/Admin/Controller/ImportController.php at line 247
XF\Admin\Controller\ImportController->actionRun() in src/XF/Mvc/Dispatcher.php at line 362
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 264
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 2826
XF\App->run() in src/XF.php at line 806
XF::runApp() in admin.php at line 15