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":"56471","session_id":"dbr2i0tprr8tbf4q295gqkhbvf","hashed_ip":"03f61c5034902595203e1396578ffafd8e1fa8701a8d35eab872b16263a92310","consent_date":"2026-08-13 14:34:46","allow_necessary":"0","allow_processing":"0","allow_storage":"0","allow_tracking":"0","allow_analytics":"0","status":"User consent withdrawn"} Record: {"id":"56470","session_id":"dbr2i0tprr8tbf4q295gqkhbvf","hashed_ip":"03f61c5034902595203e1396578ffafd8e1fa8701a8d35eab872b16263a92310","consent_date":"2026-08-13 14:34:46","allow_necessary":"0","allow_processing":"0","allow_storage":"0","allow_tracking":"0","allow_analytics":"0","status":"User refused processing"} Record: {"id":"56469","session_id":"dbr2i0tprr8tbf4q295gqkhbvf","hashed_ip":"03f61c5034902595203e1396578ffafd8e1fa8701a8d35eab872b16263a92310","consent_date":"2026-08-13 14:34:46","allow_necessary":"1","allow_processing":"1","allow_storage":"1","allow_tracking":"0","allow_analytics":"0","status":"User accepts minimum processing"} Record: {"id":"56468","session_id":"dbr2i0tprr8tbf4q295gqkhbvf","hashed_ip":"03f61c5034902595203e1396578ffafd8e1fa8701a8d35eab872b16263a92310","consent_date":"2026-08-13 14:34:46","allow_necessary":"1","allow_processing":"1","allow_storage":"1","allow_tracking":"1","allow_analytics":"1","status":"User accepts all processing requirements"} Record: {"id":"56464","session_id":"sbuqcnniuqbvkh052povmafj8l","hashed_ip":"e6ac58b0c33be6ec6c2ad4b60f69b3ba826fbfc0fb5604d5bade92e0030d153c","consent_date":"2026-08-09 13:48:48","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!