You may need to extend your MySQL max_connections configuration parameter.
These are PDO/MySQL error messages, so you might be able to find more guidance by searching outside this forum; the problem is likely to occur in other applications using those tools as well.
Regards,
Alec Smecher
Public Knowledge Project Team
Fatal error : Uncaught PDOException: SQLSTATE[HY000]: General error: 1467 Failed to read auto-increment value from storage engine in /home/support4/public_html/ijoscience.com/ojsscience/lib/pkp/lib/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:119 Stack trace: #0 /home/support4/public_html/ijoscience.com/ojsscience/lib/pkp/lib/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php(119): PDOStatement->execute(NULL) #1 /home/support4/public_html/ijoscience.com/ojsscience/lib/pkp/lib/vendor/laravel/framework/src/Illuminate/Database/Connection.php(489): Doctrine\DBAL\Driver\PDOStatement->execute() #2 /home/support4/public_html/ijoscience.com/ojsscience/lib/pkp/lib/vendor/laravel/framework/src/Illuminate/Database/Connection.php(664): Illuminate\Database\Connection->Illuminate\Database{closure}(‘INSERT INTO ses…’, Array) #3 /home/support4/public_html/ijoscience.com/ojsscience/lib/pkp/lib/vendor/laravel/framework/src/Illuminate/Database/Connection.php(631): Illuminate\Database\Connection->runQueryCallb in /home/support4/public_html/ijoscience.com/ojsscience/lib/pkp/lib/vendor/laravel/framework/src/Illuminate/Database/Connection.php on line 671
My host replied that:
I tried to clear the session tables from support4_ojsscience/sessions table, but that made the website access for once then noticed the same error. Upon checking, found the issue with auto-increment. Tried to fix the auto-increment even that did not help to erase the error.
Noticed that session ids do not get updated no matter how many new website sessions were created, it remains the same. Instead it should have auto incremented.
My website https://ijoscience.com/ojsscience/ is showing up in error.
I send the error message to my hosting provider.
My host replied:
I tried to clear the session tables from support4_ojsscience/sessions table, but that made the website access for once then noticed the same error. Upon checking, found the issue with auto-increment. Tried to fix the auto-increment even that did not help to erase the error.
Noticed that session ids do not get updated no matter how many new website sessions were created, it remains the same. Instead it should have auto incremented.
But they could not solve it. Please help