Commit graph

1 commit

Author SHA1 Message Date
DJP
b26252fde9 Add server environment diagnostic tool
Created server-check.php to diagnose server issues:
- PHP version check (requires 7.4+)
- Extension checks (curl, json, mbstring, openssl, zip)
- File permission checks (logs/, vendor/)
- Composer dependency verification
- Configuration file existence
- PHP settings (upload limits, memory)
- Service class loading tests

Use this to troubleshoot 500 errors on production server.
Access: /server-check.php

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-18 11:20:02 -05:00