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