katos
I directly uninstalled the two extensions.
But the problem still exists.
[root@CLT_WEB cltserver.xyz]# composer remove zerosonesfun/flarum-ext-bittykitty
./composer.json has been updated
Running composer update zerosonesfun/flarum-ext-bittykitty
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 0 updates, 1 removal
- Removing zerosonesfun/flarum-ext-bittykitty (1.2.3)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 0 updates, 1 removal
- Removing zerosonesfun/flarum-ext-bittykitty (1.2.3)
Generating autoload files
18 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
[root@CLT_WEB cltserver.xyz]# composer remove fof/user-bio
./composer.json has been updated
Running composer update fof/user-bio
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 0 updates, 1 removal
- Removing fof/user-bio (0.3.1)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 0 updates, 1 removal
- Removing fof/user-bio (0.3.1)
Generating autoload files
17 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
[root@CLT_WEB cltserver.xyz]# composer install --prefer-dist --no-dev -a
Installing dependencies from lock file
Verifying lock file contents can be installed on current platform.
Nothing to install, update or remove
Generating optimized autoload files
17 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
[root@CLT_WEB cltserver.xyz]# composer update --no-install --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Nothing to modify in lock file
17 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
[root@CLT_WEB cltserver.xyz]# composer install --prefer-dist --no-dev -a
Installing dependencies from lock file
Verifying lock file contents can be installed on current platform.
Nothing to install, update or remove
Generating optimized autoload files
17 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
[root@CLT_WEB cltserver.xyz]# php flarum migrate
Migrating Flarum...
Nothing to migrate.
Migrating extension: flarum-approval
Nothing to migrate.
Migrating extension: flarum-emoji
Nothing to migrate.
Migrating extension: flarum-flags
Nothing to migrate.
Migrating extension: flarum-likes
Nothing to migrate.
Migrating extension: flarum-lock
Nothing to migrate.
Migrating extension: flarum-mentions
Nothing to migrate.
Migrating extension: flarum-sticky
Nothing to migrate.
Migrating extension: flarum-subscriptions
Nothing to migrate.
Migrating extension: flarum-suspend
Nothing to migrate.
Migrating extension: flarum-tags
Nothing to migrate.
Migrating extension: fof-upload
Nothing to migrate.
Migrating extension: askvortsov-pwa
Nothing to migrate.
Migrating extension: fof-geoip
Nothing to migrate.
Migrating extension: sycho-profile-cover
Nothing to migrate.
Migrating extension: fof-nightmode
Nothing to migrate.
Publishing assets...
DONE.
[root@CLT_WEB cltserver.xyz]# php flarum cache:clear
Clearing the cache...
[root@CLT_WEB cltserver.xyz]# php flarum info
Flarum core 0.1.0-beta.14.1
PHP version: 7.4.13
Loaded extensions: Core, date, libxml, openssl, pcre, sqlite3, zlib, bcmath, ctype, curl, dom, filter, ftp, gd, gettext, hash, iconv, intl, json, mbstring, SPL, session, pcntl, standard, PDO, mysqlnd, pdo_sqlite, Phar, posix, Reflection, pdo_mysql, shmop, SimpleXML, soap, sockets, sodium, mysqli, sysvsem, tokenizer, xml, xmlreader, xmlrpc, xmlwriter, zip, fileinfo, memcached, imagick, exif, gmp, ionCube Loader, Zend OPcache
+----------------------------------+------------------+--------+
| Flarum Extensions | | |
+----------------------------------+------------------+--------+
| ID | Version | Commit |
+----------------------------------+------------------+--------+
| flarum-approval | v0.1.0-beta.14 | |
| flarum-bbcode | v0.1.0-beta.12 | |
| flarum-emoji | v0.1.0-beta.14 | |
| flarum-flags | v0.1.0-beta.14.1 | |
| flarum-likes | v0.1.0-beta.14 | |
| flarum-lock | v0.1.0-beta.14 | |
| flarum-markdown | v0.1.0-beta.14 | |
| flarum-mentions | v0.1.0-beta.14 | |
| flarum-statistics | v0.1.0-beta.14 | |
| flarum-sticky | v0.1.0-beta.14 | |
| flarum-subscriptions | v0.1.0-beta.14 | |
| flarum-suspend | v0.1.0-beta.14 | |
| flarum-tags | v0.1.0-beta.14 | |
| fof-upload | 0.11.3 | |
| clarkwinkelmann-emojionearea | 0.3.0 | |
| askvortsov-pwa | v1.1.2 | |
| clarkwinkelmann-circle-groups | 0.2.3 | |
| fof-realtimedate | 0.2.1 | |
| nearata-copy-code-to-clipboard | v1.1.0 | |
| fof-geoip | 0.2.1 | |
| fof-realtimelogin | 0.2.1 | |
| fof-bbcode-details | 0.2.1 | |
| fof-profile-image-crop | 0.2.1 | |
| sycho-profile-cover | v1.2.0 | |
| webbinaro-gpx-preview | v0.2.1 | |
| clarkwinkelmann-comicsans | 0.2.2 | |
| fof-nightmode | 0.6.1 | |
| csineneo-lang-simplified-chinese | 1.13.1 | |
| flarum-lang-english | v0.1.0-beta.14.1 | |
+----------------------------------+------------------+--------+
Base URL: https://cltserver.xyz
Installation path: /www/wwwroot/cltserver.xyz
Debug mode: off
[root@CLT_WEB cltserver.xyz]# composer why-not flarum/core v0.1.0-beta.15
flarum/core v0.1.0-beta.15 requires symfony/mime (^5.2.0)
flarum/flarum - requires symfony/mime (v5.1.9)
[root@CLT_WEB cltserver.xyz]#