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":"56567","session_id":"egfiri5f6imnmn84qh9eqpema3","hashed_ip":"da06b8a334f23026732be72f71b780df605b2c28db294c55f08e3fa3f701ded5","consent_date":"2026-09-22 19:12:49","allow_necessary":"1","allow_processing":"1","allow_storage":"1","allow_tracking":"1","allow_analytics":"1","status":"User accepts all processing requirements"} Record: {"id":"56568","session_id":"egfiri5f6imnmn84qh9eqpema3","hashed_ip":"da06b8a334f23026732be72f71b780df605b2c28db294c55f08e3fa3f701ded5","consent_date":"2026-09-22 19:12:49","allow_necessary":"1","allow_processing":"1","allow_storage":"1","allow_tracking":"0","allow_analytics":"0","status":"User accepts minimum processing"} Record: {"id":"56570","session_id":"egfiri5f6imnmn84qh9eqpema3","hashed_ip":"da06b8a334f23026732be72f71b780df605b2c28db294c55f08e3fa3f701ded5","consent_date":"2026-09-22 19:12:49","allow_necessary":"0","allow_processing":"0","allow_storage":"0","allow_tracking":"0","allow_analytics":"0","status":"User consent withdrawn"} Record: {"id":"56569","session_id":"egfiri5f6imnmn84qh9eqpema3","hashed_ip":"da06b8a334f23026732be72f71b780df605b2c28db294c55f08e3fa3f701ded5","consent_date":"2026-09-22 19:12:49","allow_necessary":"0","allow_processing":"0","allow_storage":"0","allow_tracking":"0","allow_analytics":"0","status":"User refused processing"} Record: {"id":"56562","session_id":"4p9epcnmnavpvb26ojqeaof811","hashed_ip":"0fb197f8b266e20888be49d3e49d1d52154203004165058bace46e8d978e030e","consent_date":"2026-09-22 13:46:13","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!