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":"52235","session_id":"4uuovfpedurfnfthhmvspu442a","hashed_ip":"c7b0306b49358a34812916bf8624100d9863607c81ae4bdd32f86cfb7fdaa83f","consent_date":"2026-01-05 05:34:48","allow_necessary":"1","allow_processing":"1","allow_storage":"1","allow_tracking":"1","allow_analytics":"1","status":"User accepts all processing requirements"} Record: {"id":"52238","session_id":"4uuovfpedurfnfthhmvspu442a","hashed_ip":"c7b0306b49358a34812916bf8624100d9863607c81ae4bdd32f86cfb7fdaa83f","consent_date":"2026-01-05 05:34:48","allow_necessary":"0","allow_processing":"0","allow_storage":"0","allow_tracking":"0","allow_analytics":"0","status":"User consent withdrawn"} Record: {"id":"52236","session_id":"4uuovfpedurfnfthhmvspu442a","hashed_ip":"c7b0306b49358a34812916bf8624100d9863607c81ae4bdd32f86cfb7fdaa83f","consent_date":"2026-01-05 05:34:48","allow_necessary":"1","allow_processing":"1","allow_storage":"1","allow_tracking":"0","allow_analytics":"0","status":"User accepts minimum processing"} Record: {"id":"52237","session_id":"4uuovfpedurfnfthhmvspu442a","hashed_ip":"c7b0306b49358a34812916bf8624100d9863607c81ae4bdd32f86cfb7fdaa83f","consent_date":"2026-01-05 05:34:48","allow_necessary":"0","allow_processing":"0","allow_storage":"0","allow_tracking":"0","allow_analytics":"0","status":"User refused processing"} Record: {"id":"52234","session_id":"jd4o76uqba4c9j77nm7poasbii","hashed_ip":"3c19d12f23f18281a025d1cc6ba476d7bf4a794a5dbc87c4b6881c9c30a035bd","consent_date":"2026-01-05 03:41:26","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!