The issue
After upgrading Flarum into 1.8.* my site stops fully loading. Instead, I see a bullet-list of the first page of discussions, and a message at the top of the site that reads:
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
After disabling all extensions then enabling one-by-one, I found that FOF Upload was the culprit. I've dug around and haven't really found any websites, support pages, threads discussing this issue. Curious what folks can help with?
Sharing additional info below
Flarum information
Flarum core: 1.8.9
PHP version: 8.2.20
MySQL version: 10.6.19-MariaDB
Loaded extensions: Core, date, libxml, openssl, pcre, zlib, filter, hash, json, pcntl, random, readline, Reflection, SPL, session, standard, bcmath, bz2, calendar, ctype, curl, dom, mbstring, fileinfo, ftp, gd, gettext, gmp, iconv, imap, intl, ldap, exif, mysqlnd, oci8, PDO, pgsql, Phar, posix, pspell, shmop, SimpleXML, soap, sockets, sodium, sqlite3, sysvmsg, sysvsem, sysvshm, tidy, tokenizer, xml, xmlwriter, xsl, mcrypt, mysqli, pdo_mysql, PDO_OCI, pdo_pgsql, pdo_sqlite, xmlreader, zip, apcu, igbinary, imagick, mailparse, msgpack, trader, zmq, memcached, redis, Zend OPcache
+------------------------------+---------+--------+
| Flarum Extensions | | |
+------------------------------+---------+--------+
| ID | Version | Commit |
+------------------------------+---------+--------+
| flarum-tags | v1.8.3 | |
| flarum-mentions | v1.8.5 | |
| flarum-subscriptions | v1.8.1 | |
| flarum-markdown | v1.8.1 | |
| fof-follow-tags | 1.2.5 | |
| therealsujitk-gifs | v4.1.1 | |
| ianm-follow-users | 1.4.10 | |
| fof-user-bio | 1.4.2 | |
| fof-upload | 1.2.3 | |
| fof-split | 1.1.1 | |
| fof-secure-https | 1.1.3 | |
| fof-pwned-passwords | 1.1.1 | |
| fof-merge-discussions | 1.4.1 | |
| fof-links | 1.3.0 | |
| fof-formatting | 1.0.3 | |
| fof-drafts | 1.2.12 | |
| flarum-sticky | v1.8.2 | |
| flarum-statistics | v1.8.1 | |
| flarum-lock | v1.8.2 | |
| flarum-likes | v1.8.1 | |
| flarum-lang-english | v1.8.0 | |
| flarum-extension-manager | v1.0.5 | |
| flarum-emoji | v1.8.1 | |
| clarkwinkelmann-emojionearea | 1.0.0 | |
| askvortsov-rich-text | v2.1.7 | |
| askvortsov-categories | v3.1.0 | |
| antoinefr-online | v1.0.1 | |
| acpl-mobile-tab | 1.4.4 | |
+------------------------------+---------+--------+
Base URL: https://theconvo.gamalight.com
Installation path: /home/hemingway/theconvo
Queue driver: sync
Session driver: file
Scheduler status: Never run
Mail driver: smtp
Debug mode: off
I can share the debug log on request - figured 800+ lines would be a bit much to share. Interestingly, when attempting debug mode, the website would throw a 500 (separate issue seems to be happening with askvortsov-rich-text), but the log still exists in storage/logs
Thanks for any help and guidance!
Caleb