Hi folks I was running Flarum version 0.1.0-beta.7 but currently it's down
So i am planing to do the upgrade to Flarum version 0.1.0-beta.10
I did fresh install and i get fresh running version 0.1.0-beta.10
Here is my steps:
1./ install new version 0.1.0-beta.10
composer create-project flarum/flarum . --stability=beta
2./ config.php to current 0.1.0-beta.7 database
3./ Migrate database up to version 0.1.0-beta.10
php flarum migrate
4./ Clear cache
php flarum cache:clear
Everything seem to be work,
But when i changed setting to
All Discussions flarum show error Like this
InvalidArgumentException
Cannot load XML: Premature end of data in tag r line 1
Link : http://new.laox.la/
But when i try to access to tags it's working.
http://new.laox.la/tags
InvalidArgumentException Cannot load XML: Premature end of data in tag r line 1
php flarum info
Flarum core 0.1.0-beta.10
PHP version: 7.2.23
Loaded extensions: Core, date, libxml, openssl, pcre, sqlite3, zlib, bcmath, calendar, ctype, curl, dom, hash, fileinfo, filter, ftp, gd, gettext, SPL, iconv, intl, json, mbstring, session, standard, mysqlnd, PDO, pdo_mysql, pdo_sqlite, Phar, posix, Reflection, mysqli, SimpleXML, soap, sockets, sodium, exif, tokenizer, xml, xmlreader, xmlwriter, xsl, zip, ionCube Loader, Zend OPcache
+----------------------+----------------+--------+
| Flarum Extensions | | |
+----------------------+----------------+--------+
| ID | Version | Commit |
+----------------------+----------------+--------+
| flarum-approval | v0.1.0-beta.8 | |
| flarum-bbcode | v0.1.0-beta.8 | |
| flarum-emoji | v0.1.0-beta.10 | |
| flarum-lang-english | v0.1.0-beta.10 | |
| flarum-flags | v0.1.0-beta.9 | |
| flarum-likes | v0.1.0-beta.9 | |
| flarum-lock | v0.1.0-beta.9 | |
| flarum-markdown | v0.1.0-beta.10 | |
| flarum-mentions | v0.1.0-beta.10 | |
| flarum-statistics | v0.1.0-beta.9 | |
| flarum-sticky | v0.1.0-beta.9 | |
| flarum-subscriptions | v0.1.0-beta.9 | |
| flarum-suspend | v0.1.0-beta.9 | |
| flarum-tags | v0.1.0-beta.10 | |
| flarum-pusher | v0.1.0-beta.9 | |
+----------------------+----------------+--------+
Base URL: http://new.laox.la
Installation path: /home/newlaox/domains/new.laox.la/public_html
Debug mode: ON