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":"56283","session_id":"v0qlaodg6njmchasabtepivigo","hashed_ip":"f05a1218c5937b8c8d13bb973d1cf560b890949a3fb3e4d17cae770c72c194fc","consent_date":"2026-04-29 12:27:09","allow_necessary":"1","allow_processing":"1","allow_storage":"1","allow_tracking":"0","allow_analytics":"0","status":"User accepts minimum processing"} Record: {"id":"56282","session_id":"v0qlaodg6njmchasabtepivigo","hashed_ip":"f05a1218c5937b8c8d13bb973d1cf560b890949a3fb3e4d17cae770c72c194fc","consent_date":"2026-04-29 12:27:09","allow_necessary":"1","allow_processing":"1","allow_storage":"1","allow_tracking":"1","allow_analytics":"1","status":"User accepts all processing requirements"} Record: {"id":"56284","session_id":"v0qlaodg6njmchasabtepivigo","hashed_ip":"f05a1218c5937b8c8d13bb973d1cf560b890949a3fb3e4d17cae770c72c194fc","consent_date":"2026-04-29 12:27:09","allow_necessary":"0","allow_processing":"0","allow_storage":"0","allow_tracking":"0","allow_analytics":"0","status":"User refused processing"} Record: {"id":"56285","session_id":"v0qlaodg6njmchasabtepivigo","hashed_ip":"f05a1218c5937b8c8d13bb973d1cf560b890949a3fb3e4d17cae770c72c194fc","consent_date":"2026-04-29 12:27:09","allow_necessary":"0","allow_processing":"0","allow_storage":"0","allow_tracking":"0","allow_analytics":"0","status":"User consent withdrawn"} Record: {"id":"56278","session_id":"csd0trdkb0o6asr4cei2th7bj6","hashed_ip":"4970474bf5a90edab154f2b3413d1c2be3ecf4faae5290ae461205f6d49b387c","consent_date":"2026-04-29 00:28:19","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!