XMPlus® pinned «php bin/console.php update has issue, will send the updated file here soon»
if you have an error creating admin account from command, remove strict_type from AdminCommand.php . Edit app/Commands/AdminCommand.php and remove line declare(strict_types=1);
XMPlus®
Photo
php bin/console.php update version v20230211
XMPlus® pinned «https://github.com/xcode75/XManagerPlus/wiki/OPENING-ISSUE-ON-GITHUB»
After update manually update composer

cd /www/wwwroot/tld.com

php composer.phar update -n
Enabled secure and httponly for session cookie, if your website is not using ssl cert, session cookies may not work thereby not able to login.
Change backend Log Level to warning or none to solve high cpu or memory usage in config.yml
add custom SNI, serverName must always be your backend cert domain
XMPlus® pinned Deleted message
These are fix for user traffic resetting after every update period
Update to v20230230 if already updared to 20230228/29, replace database with backup before traffic reset occured to get previous user used traffic stats
update.sql
10.9 KB
After replacing database, update database with today's database update
Always enable debug (in config/config.php of site directory) before sending me error page.