Hello all,
I would like to upgrade to the latest version (18 I think), or at worst 17, I'm currently using version 16 and I'm apparently stuck with it. I deactivated the plugins before the migration
php flarum info
Flarum core 0.1.0-beta.16
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, imagick, intl, json, exif, mysqli, pdo_mysql, Phar, posix, ps, readline, sass, shmop, SimpleXML, smbclient, sockets, sysvmsg, sysvsem, sysvshm, tideways, tokenizer, uploadprogress, wddx, xmlreader, xmlwriter, xsl, zip, ds, libsmbclient, Zend OPcache
+----------------------------+----------------+--------+
| Flarum Extensions | | |
+----------------------------+----------------+--------+
| ID | Version | Commit |
+----------------------------+----------------+--------+
| flarum-flags | v0.1.0-beta.16 | |
| flarum-tags | v0.1.0-beta.16 | |
| flarum-subscriptions | v0.1.0-beta.16 | |
| flarum-statistics | v0.1.0-beta.16 | |
| flarum-lock | v0.1.0-beta.16 | |
| flarum-bbcode | v0.1.0-beta.16 | |
| flarum-lang-english | v0.1.0-beta.16 | |
| flarum-emoji | v0.1.0-beta.16 | |
| flarum-likes | v0.1.0-beta.16 | |
| tpokorra-post-notification | 0.3.15-beta.16 | |
| flarum-sticky | v0.1.0-beta.16 | |
| flarum-suspend | v0.1.0-beta.16 | |
+----------------------------+----------------+--------+
the update command result :
php /root/composer.phar update --prefer-dist --no-dev -a --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Nothing to modify in lock file
Installing dependencies from lock file
Nothing to install, update or remove
Generating optimized autoload files
67 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
The composer.json file :
"require": {
"flarum/bbcode": "^0.1.0",
"flarum/core": "^0.1.0",
"flarum/emoji": "^0.1.0",
"flarum/flags": "^0.1.0",
"flarum/lang-english": "^0.1.0",
"flarum/likes": "^0.1.0",
"flarum/lock": "^0.1.0",
"flarum/markdown": "^0.1.0",
"flarum/mentions": "^0.1.0",
"flarum/nicknames": "^0.1.0",
"flarum/pusher": "^0.1.0",
"flarum/statistics": "^0.1.0",
"flarum/sticky": "^0.1.0",
"flarum/subscriptions": "^0.1.0",
"flarum/suspend": "^0.1.0",
"flarum/tags": "^0.1.0",
"ramsey/uuid": "^4.1",
"tpokorra/flarum-ext-post-notification": "^0.3.6"
},
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"minimum-stability": "beta",
"prefer-stable": true
I tried to force the version with " "flarum/core": "v0.1.0-beta.17", but I had compatibility problems with a plugin... I tried to solve it by uninstalling it, but compatibility problems with a second one appeared.
I think if I try to uninstall this second one, I'll have problems with a third one etc, and I don't want to uninstall everything. the problem does not have to come from that.
I hope you will have some ideas. because I hope that the migration can solve (no guarantee) another problem I have for months with the upload plugin
Thanks in advance