This test suite helps debug and validate the Framework Personnel AJAX functions and JavaScript modules. Use these tests to identify issues causing 500 errors and verify functionality.
Tests all PHP AJAX functions directly on the server. Checks database connections, table existence, and function execution. This will show you exactly what's causing the 500 errors.
Run PHP TestsTests JavaScript functions that make AJAX calls. Simulates the exact calls made by framework_personnel.js to identify client-side issues.
Run JS TestsAccess the raw AJAX endpoint directly. Useful for debugging server responses and checking for PHP syntax errors.
View EndpointQuick check to see if required database tables exist. Many 500 errors are caused by missing tables that should be created by the Code Builder.
Check TablesView recent PHP error logs to see detailed error messages. This is often the fastest way to identify the root cause of 500 errors.
View Error LogsTest the framework builder functionality to ensure it can create the required database structure for personnel management.
Open Code BuilderTest the actual Framework Personnel tab in the live system. This is where the 500 errors are occurring.
Open Personnel TabView PHP configuration, database settings, and other system information that might affect functionality.
System Info