Hi Everyone,
On my configuration (Rocky Linux 8.10, PHP version 8.2.30) immediately after following the upgrade instructions I receive the below message. The revision from svn update is : 28273
PHP Fatal error: Uncaught Error: Undefined constant "PASSWORD_ARGON2ID" in /var/www/html/include/config.default.php:1166
Stack trace:
#0 /include/boot.php(61): include()
#1 /html/index.php(3): include('...')
#2 {main} thrown in /include/config.default.php on line 1166
Placing single quotes around the 'PASSWORD_ARGON2ID' brings the system back online. Existing system resources are unaffected and everything seems to function normally until attempting to add new resources. The upload looks like it completes however no preview images are produced and the system rolls over to entering meta-data. Once the meta-data is entered the resource appears offline.
The installation check comes back normal for my installation. I have disabled php-apcu and experienced no discernable performance impact. After turning on the debugging :
2026-02-18 19:38:22 [ps_query] returning cached data (source: /var/www/html/filestore/tmp/querycache/schema_c4851c8b65ed9f888128114bf870ffd7_d883a791cf138cf00ada8419c301fb6d.json)
2026-02-18 19:38:22 upload_batch - received file from user 'admin', filename: 'Quote No. 10526-B.pdf'
2026-02-18 19:38:22 upload_batch - processing. Looking for file at /var/www/html/filestore/tmp/tus/upload_86d1b3f6cec85e9ca0247967ad61f47cd5f4051ae5004920f5ed0a58dd3a96b6/UXVvdGUgTm8uIDEwNTI2LUI=.pdf
2026-02-18 19:38:22 SQL: SELECT ref AS value FROM resource_type Parameters: []
2026-02-18 19:38:22 [ps_query] returning cached data (source: /var/www/html/filestore/tmp/querycache/schema_a3ff2081f15a9af37f0257ff0dea0886_2ceef5067453c4c05715ff4d04441314.json)
The file appears to make it into the tmp folder.
I'm switching to Xdebug to step through the code.
Thanks everyone !