Experiencing a new issue where user's cannot sign up. I've updated Flarum, to no avail. The front end message is "Oops! Something went wrong. Please reload the page and try again."
Note,
- Apache2 server is operating normally
- Existing users can log in
- Test email sends successfully from admin panel
shows,
flarum.ERROR: PDOException: SQLSTATE[HY000]: General error: 1712 Index users_email_unique is corrupted in /home/www-ssl/flarum/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:117
and,
Next Doctrine\DBAL\Driver\PDO\Exception: SQLSTATE[HY000]: General error: 1712 Index users_email_unique is corrupted in /home/www-ssl/flarum/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18
and,
Next Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1712 Index users_email_unique is corrupted (SQL: select count(*) as aggregate from
<USERS_TABLE>where
email= <TEST_EMAIL_ADDRESS>) in /home/www-ssl/flarum/vendor/illuminate/database/Connection.php:712
System info,
$ php flarum info
Flarum core: 1.8.10
PHP version: 8.0.30
MySQL version: 8.0.41-0ubuntu0.20.04.1
Loaded extensions: Core, date, libxml, openssl, pcre, zlib, filter, hash, json, pcntl, Reflection, SPL, session, standard, sodium, mysqlnd, PDO, xml, calendar, ctype, curl, dom, mbstring, FFI, fileinfo, ftp, gd, gettext, gmp, iconv, exif, mysqli, pdo_mysql, Phar, posix, readline, shmop, SimpleXML, sockets, sysvmsg, sysvsem, sysvshm, tokenizer, xmlreader, xmlrpc, xmlwriter, xsl, zip, Zend OPcache
+-------------------------------+---------+--------+
| Flarum Extensions | | |
+-------------------------------+---------+--------+
| ID | Version | Commit |
+-------------------------------+---------+--------+
| flarum-flags | v1.8.2 | |
| flarum-tags | v1.8.4 | |
| flarum-approval | v1.8.2 | |
| flarum-mentions | v1.8.5 | |
| flarum-subscriptions | v1.8.1 | |
| fof-follow-tags | 1.2.9 | |
| flarum-suspend | v1.8.4 | |
| fof-username-request | 1.2.4 | |
| fof-upload | 1.6.1 | |
| fof-subscribed | 1.1.4 | |
| fof-split | 1.1.1 | |
| fof-reactions | 1.4.1 | |
| fof-pages | 1.0.8 | |
| fof-nightmode | 1.6.0 | |
| fof-links | 1.3.0 | |
| fof-gamification | 1.6.8 | |
| fof-disposable-emails | 1.0.0 | |
| fof-default-user-preferences | 1.2.1 | |
| fof-cookie-consent | 1.1.3 | |
| fof-best-answer | 1.6.4 | |
| fof-anti-spam | 1.1.3 | |
| flarum-sticky | v1.8.2 | |
| flarum-statistics | v1.8.1 | |
| flarum-markdown | v1.8.1 | |
| flarum-lock | v1.8.2 | |
| flarum-likes | v1.8.1 | |
| flarum-lang-english | v1.8.0 | |
| flarum-emoji | v1.8.1 | |
| flarum-bbcode | v1.8.0 | |
| clarkwinkelmann-author-change | 1.0.3 | |
+-------------------------------+---------+--------+
Base URL: <URL>
Installation path: /home/www-ssl/flarum
Queue driver: sync
Session driver: file
Scheduler status: Never run
Mail driver: smtp
Debug mode: off