Dear phpBB community,
there's an issue with deleting cookies on phpBB version 3.3.12, when I am on a page that is not located in the phpBB-root, the delete cookies option does not work. For example, see the FAQ page on this forum.
The action tries to "./ucp.php?_=***&mode=delete_cookies&confirm_key=***". In the root directory it would work, but not in any other directory. Since it is in another directory, it cannot access ucp.php because it does not exist there.
POST https://www.phpbb.com/community/help/ucp.php?_=***&mode=delete_cookies&confirm_key=***&confirm_uid=***&sid=***
(I think on this board the URL rewrite is active, on my board it tries to root/app.php/help/ucp.php delete cookies.)
I tried to change the root in the app.php and did a redirect via .htaccsess without any success.
I hope any of you can help me or the devs try fixing this bug.
(I censored any data that isn't relevant with ***)
best regards
CW_Felix
there's an issue with deleting cookies on phpBB version 3.3.12, when I am on a page that is not located in the phpBB-root, the delete cookies option does not work. For example, see the FAQ page on this forum.
The action tries to "./ucp.php?_=***&mode=delete_cookies&confirm_key=***". In the root directory it would work, but not in any other directory. Since it is in another directory, it cannot access ucp.php because it does not exist there.
POST https://www.phpbb.com/community/help/ucp.php?_=***&mode=delete_cookies&confirm_key=***&confirm_uid=***&sid=***
(I think on this board the URL rewrite is active, on my board it tries to root/app.php/help/ucp.php delete cookies.)
I tried to change the root in the app.php and did a redirect via .htaccsess without any success.
I hope any of you can help me or the devs try fixing this bug.
(I censored any data that isn't relevant with ***)
best regards
CW_Felix
Statistics: Posted by CW_Felix — Thu Jul 11, 2024 8:58 am