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":"56197","session_id":"jqllgh5g7u0kngggf7snr6r9dh","hashed_ip":"67e519b7c564de7af724a4da437e340cad23d725afee2e32e3d2de6717c9c80f","consent_date":"2026-03-18 05:57:56","allow_necessary":"0","allow_processing":"0","allow_storage":"0","allow_tracking":"0","allow_analytics":"0","status":"User consent withdrawn"} Record: {"id":"56196","session_id":"jqllgh5g7u0kngggf7snr6r9dh","hashed_ip":"67e519b7c564de7af724a4da437e340cad23d725afee2e32e3d2de6717c9c80f","consent_date":"2026-03-18 05:57:56","allow_necessary":"0","allow_processing":"0","allow_storage":"0","allow_tracking":"0","allow_analytics":"0","status":"User refused processing"} Record: {"id":"56195","session_id":"jqllgh5g7u0kngggf7snr6r9dh","hashed_ip":"67e519b7c564de7af724a4da437e340cad23d725afee2e32e3d2de6717c9c80f","consent_date":"2026-03-18 05:57:56","allow_necessary":"1","allow_processing":"1","allow_storage":"1","allow_tracking":"0","allow_analytics":"0","status":"User accepts minimum processing"} Record: {"id":"56194","session_id":"jqllgh5g7u0kngggf7snr6r9dh","hashed_ip":"67e519b7c564de7af724a4da437e340cad23d725afee2e32e3d2de6717c9c80f","consent_date":"2026-03-18 05:57:56","allow_necessary":"1","allow_processing":"1","allow_storage":"1","allow_tracking":"1","allow_analytics":"1","status":"User accepts all processing requirements"} 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"} === 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!