Clear Cookies not working
Status: Inactive
Brought to you by:
eugee
When I click "Clear All Cookies" or try to delete individual cookie
every-time I get this:
Warning: Invalid argument supplied for foreach() in /home/club60/
public_html/browse/PHProxy.class.php on line 585
Warning: Cannot modify header information - headers already sent
by (output started at /home/club60/public_html/browse/
PHProxy.class.php:585) in /home/club60/public_html/browse/
index.php on line 18
Logged In: YES
user_id=1051731
Thanks for reporting this. It will be fixed by the next
release. If you want to fix it now, locate line 582 and
replace it with: $this->get_cookies('COOKIE', false);
I'm assuming you are running version 0.3.
Logged In: YES
user_id=903194
Yes, I am using version 0.3. I applied your fix and now I am not getting
this error anymore. Thank you.
However standard phpBB cookies are not appearing in this list (I am not
sure if they did before).
Logged In: YES
user_id=1051731
Yes, there are problems with cookies and I have recieved
several complaints. Cookies will hopefully function
correctly by the next release.
Logged In: YES
user_id=1082476
I had this problem too, but not only when I clear cookies.
Maybe you must do a test with the "headers_sent()" function
before calling the "header" function.