MojoW
Active member
So i was in the process of upgrading my live site but got a alot of errors, so i had to roll back.
Now i have a local test bed setup and i've fixed all the database problems that had to do with old addons.
I'm stuck on one more error and i think this one has to do with MYSQL 8.0.11 as i can not find the solution for this one.
This error happens straight after i press begin upgrade, without performing any steps.
Apache 2.4
PHP 7
MYSQL 8.0.11
If anyone can help in the right direction it would be appreciated.
MojoW
Now i have a local test bed setup and i've fixed all the database problems that had to do with old addons.
I'm stuck on one more error and i think this one has to do with MYSQL 8.0.11 as i can not find the solution for this one.
This error happens straight after i press begin upgrade, without performing any steps.
Apache 2.4
PHP 7
MYSQL 8.0.11
Code:
XF\Db\InvalidQueryException: MySQL statement prepare error [1064]: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'admin INNER JOIN xf_user AS user ON (admin.user_id = user.user_id) WHE' at line 2 in src\XF\Db\AbstractStatement.php at line 212
XF\Db\AbstractStatement->getException() in src\XF\Db\Mysqli\Statement.php at line 196
XF\Db\Mysqli\Statement->getException() in src\XF\Db\Mysqli\Statement.php at line 39
XF\Db\Mysqli\Statement->prepare() in src\XF\Db\Mysqli\Statement.php at line 54
XF\Db\Mysqli\Statement->execute() in src\XF\Db\AbstractAdapter.php at line 79
XF\Db\AbstractAdapter->query() in src\XF\Db\AbstractAdapter.php at line 106
XF\Db\AbstractAdapter->fetchAllKeyed() in src\XF\Install\Upgrade\2000010-200a.php at line 1304
XF\Install\Upgrade\Version2000010->step27() in src\XF\Install\Controller\Upgrade.php at line 169
XF\Install\Controller\Upgrade->actionRun() in src\XF\Mvc\Dispatcher.php at line 249
XF\Mvc\Dispatcher->dispatchClass() in src\XF\Mvc\Dispatcher.php at line 88
XF\Mvc\Dispatcher->dispatchLoop() in src\XF\Mvc\Dispatcher.php at line 41
XF\Mvc\Dispatcher->run() in src\XF\App.php at line 1931
XF\App->run() in src\XF.php at line 328
XF::runApp() in install\index.php at line 14
If anyone can help in the right direction it would be appreciated.
MojoW