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":"56429","session_id":"2jbckqkhnoijcm7llm7qprbbfu","hashed_ip":"247b7d914623afcc2fbb700cf07d0eaf5187cbd31a0febb117ab9a1b078c13ab","consent_date":"2026-07-21 17:50:11","allow_necessary":"1","allow_processing":"1","allow_storage":"1","allow_tracking":"0","allow_analytics":"0","status":"User accepts minimum processing"} Record: {"id":"56430","session_id":"2jbckqkhnoijcm7llm7qprbbfu","hashed_ip":"247b7d914623afcc2fbb700cf07d0eaf5187cbd31a0febb117ab9a1b078c13ab","consent_date":"2026-07-21 17:50:11","allow_necessary":"0","allow_processing":"0","allow_storage":"0","allow_tracking":"0","allow_analytics":"0","status":"User refused processing"} Record: {"id":"56431","session_id":"2jbckqkhnoijcm7llm7qprbbfu","hashed_ip":"247b7d914623afcc2fbb700cf07d0eaf5187cbd31a0febb117ab9a1b078c13ab","consent_date":"2026-07-21 17:50:11","allow_necessary":"0","allow_processing":"0","allow_storage":"0","allow_tracking":"0","allow_analytics":"0","status":"User consent withdrawn"} Record: {"id":"56428","session_id":"2jbckqkhnoijcm7llm7qprbbfu","hashed_ip":"247b7d914623afcc2fbb700cf07d0eaf5187cbd31a0febb117ab9a1b078c13ab","consent_date":"2026-07-21 17:50:11","allow_necessary":"1","allow_processing":"1","allow_storage":"1","allow_tracking":"1","allow_analytics":"1","status":"User accepts all processing requirements"} Record: {"id":"56423","session_id":"d2tk4p588busja4da5087p4m9b","hashed_ip":"2f08ec783b9b82767fd4f8ea0db9d9e386f245ea590d906e05f2242c2d36c7b3","consent_date":"2026-07-20 12:05:38","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!