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":"56187","session_id":"nhul6dnhe2d7j2lh6r12hihr3n","hashed_ip":"9accfe8eac861303cab16cacdfb59f8a21d75d5757b9f68ce2305a41b77fbe2f","consent_date":"2026-02-26 01:55:47","allow_necessary":"1","allow_processing":"1","allow_storage":"1","allow_tracking":"0","allow_analytics":"0","status":"User accepts minimum processing"} Record: {"id":"56186","session_id":"nhul6dnhe2d7j2lh6r12hihr3n","hashed_ip":"9accfe8eac861303cab16cacdfb59f8a21d75d5757b9f68ce2305a41b77fbe2f","consent_date":"2026-02-26 01:55:47","allow_necessary":"1","allow_processing":"1","allow_storage":"1","allow_tracking":"1","allow_analytics":"1","status":"User accepts all processing requirements"} Record: {"id":"56188","session_id":"nhul6dnhe2d7j2lh6r12hihr3n","hashed_ip":"9accfe8eac861303cab16cacdfb59f8a21d75d5757b9f68ce2305a41b77fbe2f","consent_date":"2026-02-26 01:55:47","allow_necessary":"0","allow_processing":"0","allow_storage":"0","allow_tracking":"0","allow_analytics":"0","status":"User refused processing"} Record: {"id":"56189","session_id":"nhul6dnhe2d7j2lh6r12hihr3n","hashed_ip":"9accfe8eac861303cab16cacdfb59f8a21d75d5757b9f68ce2305a41b77fbe2f","consent_date":"2026-02-26 01:55:47","allow_necessary":"0","allow_processing":"0","allow_storage":"0","allow_tracking":"0","allow_analytics":"0","status":"User consent withdrawn"} Record: {"id":"56182","session_id":"pdf44gk15k9e17vprbebu2mnhq","hashed_ip":"fbd5cd3838e11828d4b6439d3ffd4c6a21c698b84c0bb9787ce3f3eb9c2c3931","consent_date":"2026-02-20 08:54:30","allow_necessary":"1","allow_processing":"1","allow_storage":"1","allow_tracking":"1","allow_analytics":"1","status":"User accepts all processing requirements"} === 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!