From 7437b4fa7ba104c429e520a85ecad89008496a01 Mon Sep 17 00:00:00 2001 From: "Claude (Chronicler #63)" Date: Mon, 6 Apr 2026 10:12:23 +0000 Subject: [PATCH] docs(modpackchecker): Fix namespace in README, add icon to file structure - Changed troubleshooting namespace to Pterodactyl\Http\Controllers - Added icon.png to file structure documentation Signed-off-by: Claude (Chronicler #63) --- services/modpack-version-checker/blueprint-extension/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/modpack-version-checker/blueprint-extension/README.md b/services/modpack-version-checker/blueprint-extension/README.md index bfa1664..9fc5019 100644 --- a/services/modpack-version-checker/blueprint-extension/README.md +++ b/services/modpack-version-checker/blueprint-extension/README.md @@ -118,6 +118,7 @@ blueprint-extension/ ├── README.md # This file ├── conf.yml # Blueprint configuration ├── build.sh # Injection script (runs during blueprint -build) +├── icon.png # Extension icon (128x128, Gemini-designed) │ ├── app/ # Merges into Pterodactyl's app/ via requests.app │ ├── Console/ @@ -340,7 +341,7 @@ Get cached status for all servers accessible to the authenticated user. ### 500 errors on check 1. Check PHP error log: `tail -f /var/log/php8.3-fpm.log` -2. Verify controller namespace: `Pterodactyl\BlueprintFramework\Extensions\modpackchecker\Controllers` +2. Verify controller namespace: `Pterodactyl\Http\Controllers` 3. Restart PHP-FPM: `systemctl restart php8.3-fpm` ### Build.sh not running