Hi @wth1999,
Are you getting any errors? Can you try debug mode?
Thread Starter
Anonymous User
(@anonymized-15997115)
Hi @haktansuren,
I tried debug mode, but when I logout, it immediately shows 404 not found.
Nothing appears in the debug log too.
Are you using bbPress or WPML plugin by any chance?
Thread Starter
Anonymous User
(@anonymized-15997115)
Thread Starter
Anonymous User
(@anonymized-15997115)
Unfortunately, this didn’t work.
The only way I can get rid of the issue right now is by deactivating HandL UTM Grabber.
Thread Starter
Anonymous User
(@anonymized-15997115)
when I comment out this line inside the function CaptureUTMs in handl-utm-grabber.php
setcookie($field, $cookie_field , time()+60*60*24*30, '/' );
The problem gone, do you know why?
Thanks!
Thread Starter
Anonymous User
(@anonymized-15997115)
After some trial and error, it seems if the $cookie_field is an empty string, it will trigger the error. Is it possible to wrap the setcookie function with some if logic?
Although I could not reproduce the problem, I think i can put a if logic there to prevent “setCookie” for the fields are empty. I do not see any potential harm on that. I’ll do this in the next release. Thanks for the recommendation.