Starting AJAX handler debug... Including config.php... Config loaded successfully Including consent_manager.php... Consent manager loaded successfully Creating database connection... Database connected successfully Charset set Initializing consent manager... Consent manager initialized successfully === Testing Methods === Testing acceptAll()... acceptAll() result: {"success":true,"message":"All cookies accepted"} Testing acceptRequired()... acceptRequired() result: {"success":true,"message":"Required cookies accepted"} Testing acceptNone()... acceptNone() result: {"success":true,"message":"Consent refused"} Testing withdrawConsent()... withdrawConsent() result: {"success":true,"message":"Consent withdrawn"} === Database Records === Record: {"id":"56245","session_id":"vjem1d6mdvku1be0k5mctpb3th","hashed_ip":"5def852fad87bfb8a6a119a3d3c257e7b602b669ec1c36a6a4f8f3c82e38718d","consent_date":"2026-04-09 09:44:40","allow_necessary":"0","allow_processing":"0","allow_storage":"0","allow_tracking":"0","allow_analytics":"0","status":"User consent withdrawn"} Record: {"id":"56244","session_id":"vjem1d6mdvku1be0k5mctpb3th","hashed_ip":"5def852fad87bfb8a6a119a3d3c257e7b602b669ec1c36a6a4f8f3c82e38718d","consent_date":"2026-04-09 09:44:40","allow_necessary":"0","allow_processing":"0","allow_storage":"0","allow_tracking":"0","allow_analytics":"0","status":"User refused processing"} Record: {"id":"56243","session_id":"vjem1d6mdvku1be0k5mctpb3th","hashed_ip":"5def852fad87bfb8a6a119a3d3c257e7b602b669ec1c36a6a4f8f3c82e38718d","consent_date":"2026-04-09 09:44:40","allow_necessary":"1","allow_processing":"1","allow_storage":"1","allow_tracking":"0","allow_analytics":"0","status":"User accepts minimum processing"} Record: {"id":"56242","session_id":"vjem1d6mdvku1be0k5mctpb3th","hashed_ip":"5def852fad87bfb8a6a119a3d3c257e7b602b669ec1c36a6a4f8f3c82e38718d","consent_date":"2026-04-09 09:44:40","allow_necessary":"1","allow_processing":"1","allow_storage":"1","allow_tracking":"1","allow_analytics":"1","status":"User accepts all processing requirements"} Record: {"id":"56237","session_id":"dnhob099ghvffc7h15lejro387","hashed_ip":"fed4c9248f11231368b1c705e4934289efba627cc2710db2334f7b4ae15c6b81","consent_date":"2026-04-08 19:27:22","allow_necessary":"0","allow_processing":"0","allow_storage":"0","allow_tracking":"0","allow_analytics":"0","status":"User consent withdrawn"} === Testing JSON Input Simulation === Testing action: accept_all Result: {"success":true,"message":"All cookies accepted"} Testing action: accept_required Result: {"success":true,"message":"Required cookies accepted"} Testing action: accept_none Result: {"success":true,"message":"Consent refused"} Testing action: withdraw_consent Result: {"success":true,"message":"Consent withdrawn"} All tests completed successfully!