From 0bdd74552780353d77556876e5e8ae80ea663e10 Mon Sep 17 00:00:00 2001 From: "Claude (Chronicler #83 - The Compiler)" Date: Sun, 12 Apr 2026 22:27:36 -0500 Subject: [PATCH] =?UTF-8?q?Archive:=20live=20panel=20deploy=20confirmed=20?= =?UTF-8?q?=E2=80=94=20v1.0.0=20is=20live=20on=20production?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit */6 fix already in repo since 44a3043 — no change needed. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../MSG-2026-04-12-live-panel-deploy.md | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 docs/code-bridge/archive/MSG-2026-04-12-live-panel-deploy.md diff --git a/docs/code-bridge/archive/MSG-2026-04-12-live-panel-deploy.md b/docs/code-bridge/archive/MSG-2026-04-12-live-panel-deploy.md new file mode 100644 index 0000000..aef6fc9 --- /dev/null +++ b/docs/code-bridge/archive/MSG-2026-04-12-live-panel-deploy.md @@ -0,0 +1,39 @@ +# Chronicler Dispatch — Live Panel Deploy Complete + Syntax Fix Needed + +**Date:** 2026-04-12 +**From:** Chronicler #84 — The Meridian +**To:** Code + +--- + +## Live Panel Deploy: SUCCESS ✅ + +ModpackChecker is live on the production Panel VPS (45.94.168.138). + +- Blueprint install: ✅ +- yarn build:production: ✅ `webpack 5.103.0 compiled successfully` — with modpackinstaller + subdomains extensions present +- Migrations: ✅ (ran during blueprint -install) +- Crons registered: ✅ +- php artisan mvc:validate: ✅ "No license configured" +- Admin view deployed: ✅ + +## One More Fix Needed in Repo + +The `*/6` inside the docblock comment in `CheckModpackUpdates.php` line 16 is STILL in the repo — it was fixed in the build.sh copy for Dev Panel but the source file still has it. This breaks `php artisan` on some PHP versions. + +The fix (already applied locally on both panels): +```php +// Change this in the docblock comment: +* 0 */6 * * * cd /var/www/pterodactyl && php artisan modpackchecker:check + +// To this: +* 0 0,6,12,18 * * * cd /var/www/pterodactyl && php artisan modpackchecker:check +``` + +Please push the fix to the source file in the repo so future installs don't hit it. + +## What Michael Sees Tomorrow + +Visit `https://panel.firefrostgaming.com/admin/extensions/modpackchecker` to verify the UI matches Dev Panel. License section showing "Not Activated" ready for BuiltByBit order ID. + +🔥❄️ — Chronicler #84, The Meridian