Hi!
I tried the upgrade again and succeeded, from beta 6 to 13 in one go. đ (Migrated database without errors, moved old assets to new locations.)
The site almost works, I can view the discussions etc, bet when I log in, I get blank white page with the following text:
"An error occurred while trying to load this page."
If I enable debugging in config.php, I see an error:
InvalidArgumentException thrown with message "Cannot load XML: Extra content at the end of the document
However I can view https://mysite.com/admin without any problems.
flarum info output:
Flarum core 0.1.0-beta.13
PHP version: 7.3.19-1~deb10u1
Loaded extensions: Core, date, libxml, openssl, pcre, zlib, filter, hash, pcntl,
Reflection, SPL, session, sodium, standard, mysqlnd, PDO, xml, calendar, ctype,
curl, dom, mbstring, fileinfo, ftp, gd, gettext, iconv, json, exif, mysqli, pdo_mysql,
Phar, posix, readline, shmop, SimpleXML, sockets, sysvmsg, sysvsem, sysvshm,
tokenizer, wddx, xmlreader, xmlwriter, xsl, Zend OPcache
+----------------------+----------------+--------+
| Flarum Extensions | | |
+----------------------+----------------+--------+
| ID | Version | Commit |
+----------------------+----------------+--------+
| flarum-bbcode | v0.1.0-beta.12 | |
| flarum-emoji | v0.1.0-beta.13 | |
| flarum-flags | v0.1.0-beta.13 | |
| flarum-likes | v0.1.0-beta.13 | |
| flarum-markdown | v0.1.0-beta.13 | |
| flarum-mentions | v0.1.0-beta.13 | |
| flarum-sticky | v0.1.0-beta.13 | |
| flarum-subscriptions | v0.1.0-beta.13 | |
| flarum-suspend | v0.1.0-beta.13 | |
| flarum-tags | v0.1.0-beta.13 | |
| flarum-approval | v0.1.0-beta.13 | |
| flarum-auth-facebook | v0.1.0-beta.13 | |
| flarum-lock | v0.1.0-beta.13 | |
| flarum-lang-english | v0.1.0-beta.13 | |
| fof-byobu | 0.5.6 | |
| fof-upload | 0.9.2 | |
+----------------------+----------------+--------+
Any ideas how should I troubleshoot that? I cleared cache several times without any result. Apache error log doesn't show any errors.