I'm working into a Flarum install of a friend, honestly he have a little mess into the server and is hard to pint what is the problem.
When i run the command suggested to update Flarum composer update --prefer-dist --no-dev -a --with-all-dependencies
i'm facing weird trouble and instead update to version 13, Flarum is downgraded to Flarum version 8 🤯 🤯
When i run the command composer why-not flarum/core v0.1.0-beta.13
the output is:
[ecom@lin176 flarum]$ php composer.phar why-not flarum/core v0.1.0-beta.13
flarum/core v0.1.0-beta.13 requires wikimedia/less.php (^3.0)
flarum/flarum - does not require wikimedia/less.php (but v2.0.0 is installed)
Output of php flarum info
:
[ecom@lin176 flarum]$ php flarum info
Flarum core 0.1.0-beta.12
PHP version: 7.2.31
Loaded extensions: Core, date, libxml, openssl, pcre, sqlite3, zlib, bcmath, bz2, calendar, ctype, curl, dom, hash, fileinfo, filter, ftp, gd, gettext, gmp, SPL, iconv, session, intl, json, mbstring, standard, mysqlnd, odbc, mysqli, PDO, pdo_mysql, PDO_ODBC, pdo_sqlite, Phar, Reflection, imap, shmop, SimpleXML, soap, sockets, exif, tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, xsl, zip
+----------------------+----------------+--------+
| Flarum Extensions | | |
+----------------------+----------------+--------+
| ID | Version | Commit |
+----------------------+----------------+--------+
| flarum-bbcode | v0.1.0-beta.12 | |
| flarum-emoji | v0.1.0-beta.12 | |
| flarum-lang-english | v0.1.0-beta.12 | |
| flarum-flags | v0.1.0-beta.12 | |
| flarum-lock | v0.1.0-beta.12 | |
| flarum-markdown | v0.1.0-beta.12 | |
| flarum-mentions | v0.1.0-beta.12 | |
| flarum-statistics | v0.1.0-beta.12 | |
| flarum-sticky | v0.1.0-beta.12 | |
| flarum-subscriptions | v0.1.0-beta.12 | |
| flarum-tags | v0.1.0-beta.12 | |
| flarum-likes | v0.1.0-beta.12 | |
| flarum-suspend | v0.1.0-beta.12 | |
+----------------------+----------------+--------+
Base URL: https://nnnnnnnnn.com
Installation path: /httpdocs/flarum
Debug mode: off
I disabled all third party extensions.
Don't know how to solve this... Any idea?