@linc thank you for your help 🙏
Flarum installation before conversion with FLA_ prefix on database
Flarum core: 1.8.10
PHP version: 8.2.7
MySQL version: 10.11.3-MariaDB-1
Loaded extensions: Core, date, libxml, openssl, pcre, zlib, filter, hash, json, pcntl, random, Reflection, SPL, session, standard, sodium, zip, mysqlnd, PDO, xml, bz2, calendar, ctype, curl, dom, mbstring, FFI, fileinfo, ftp, gd, gettext, iconv, intl, exif, mcrypt, mysqli, pdo_mysql, Phar, posix, readline, shmop, SimpleXML, sockets, sysvmsg, sysvsem, sysvshm, tokenizer, xmlreader, xmlwriter, xsl, Zend OPcache
+--------------------------+---------+--------+
| Flarum Extensions | | |
+--------------------------+---------+--------+
| ID | Version | Commit |
+--------------------------+---------+--------+
| flarum-flags | v1.8.2 | |
| flarum-approval | v1.8.2 | |
| flarum-tags | v1.8.4 | |
| flarum-suspend | v1.8.4 | |
| fof-upload | 1.8.5 | |
| fof-byobu | 1.4.3 | |
| flarum-subscriptions | v1.8.1 | |
| flarum-sticky | v1.8.2 | |
| flarum-statistics | v1.8.1 | |
| flarum-mentions | v1.8.5 | |
| flarum-markdown | v1.8.1 | |
| flarum-lock | v1.8.2 | |
| flarum-likes | v1.8.1 | |
| flarum-lang-english | v1.8.0 | |
| flarum-extension-manager | v1.0.7 | |
| flarum-emoji | v1.8.1 | |
| flarum-bbcode | v1.8.0 | |
+--------------------------+---------+--------+
With version 3.7.0 I still get errors but the conversion continues
import: group_user — 5466 rows, 00.93s (6mb)
Batch insert error: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'discussion_count' cannot be null (Connection: flarum2, SQL: insert into `FLA_tags` (`description`, `discussion_count`, `id`, `name`, `parent_id`, `position`, `slug`)
and
Batch insert error: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'type' cannot be null (Connection: flarum2, SQL: insert into `FLA_fof_upload_files` (`actor_id`, `base_name`, `created_at`, `discussion_id`, `id`, `path`, `post_id`, `size`, `tag`, `type`, `upload_method`, `url`) values
Once the conversion is complete, the forum doesn't load.
Debug show this error:
[2025-08-26 12:34:35] flarum.ERROR: Error: Call to a member function updateLastSeen() on null in /var/www/html/vendor/flarum/core/src/Http/Middleware/AuthenticateWithSession.php:41
Just curious, in which folder should I copy the xenforo attachments?