Ajax error on delete cookies

Get help with installation and running phpBB 3.3.x here. Please do not post bug reports, feature requests, or extension related questions here.
User avatar
janus_zonstraal
Registered User
Posts: 6589
Joined: Sat Aug 30, 2014 1:30 pm

Ajax error on delete cookies

Post by janus_zonstraal »

On some of my boards I get this error when I try to delete the cookies.
AJAX error

Something went wrong when processing your request.
On other boards it works (on phpbb.com I get the same error.)
Any ideas?
Last edited by KevC on Mon Sep 09, 2024 7:50 am, edited 1 time in total.
Reason: corrected topic title typo
Sorry! My English is bat ;) !!!
User avatar
Steve
Registered User
Posts: 1493
Joined: Tue Apr 07, 2009 7:48 pm
Name: Steven Clark

Re: Axaj error on delete cookies

Post by Steve »

same on phpbb.com and test board running 3.3.13

Code: Select all

user/delete_cookies?_=1725823687683&confirm_key=5PBBNMHDPF&confirm_uid=2&sess=9b0dbf78b55e16069882f85356455a86&sid=9b0dbf78b55e16069882f85356455a86
returns a 404.
@ The Chief Medical Officers guideline for men is that: You are safest not to drink regularly more than 14 units per week.
- I drank that today++ :lol: šŸŗ

No: https://phpbb3bbcodes.com/viewforum.php?f=66 [r=66]Steve[/r=66]
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26828
Joined: Fri Aug 29, 2008 9:49 am

Re: Axaj error on delete cookies

Post by Mick »

It appears to be a 3.3.13 issue, you should report it in the bug tracker.
  • "The more connected we get the more alone we becomeā€ - Kyle BroflovskiĀ© šŸ‡¬šŸ‡§
User avatar
janus_zonstraal
Registered User
Posts: 6589
Joined: Sat Aug 30, 2014 1:30 pm

Re: Axaj error on delete cookies

Post by janus_zonstraal »

But not every 3.3.13 board gives that error?
Sorry! My English is bat ;) !!!
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26828
Joined: Fri Aug 29, 2008 9:49 am

Re: Axaj error on delete cookies

Post by Mick »

But it does on this board which should be good enough reason, Iā€™ve just checked a couple of other boards using 3.3.13 and they did the same.
  • "The more connected we get the more alone we becomeā€ - Kyle BroflovskiĀ© šŸ‡¬šŸ‡§
User avatar
janus_zonstraal
Registered User
Posts: 6589
Joined: Sat Aug 30, 2014 1:30 pm

Re: Ajax error on delete cookies

Post by janus_zonstraal »

What to type in "epic link" in the bug report?
Sorry! My English is bat ;) !!!
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26828
Joined: Fri Aug 29, 2008 9:49 am

Re: Ajax error on delete cookies

Post by Mick »

I really have no idea, Iā€™ve Google searched the term and found this:

IMG_0609.jpeg

It doesnā€™t make a lot of sense to me but Iā€™m sure someone will know.
You do not have the required permissions to view the files attached to this post.
  • "The more connected we get the more alone we becomeā€ - Kyle BroflovskiĀ© šŸ‡¬šŸ‡§
User avatar
ssl
Registered User
Posts: 1979
Joined: Sat Feb 08, 2020 2:15 pm
Location: Le Lude, Pays de la Loire - France
Name: Fred Rimbert

Re: Ajax error on delete cookies

Post by ssl »

On none of the boards updated to version 3.3.13 I do not notice this error with cookies, all updates were made using the changed files method.
Have you check this post? viewtopic.php?t=2603641
Sorry for my English ... I do my best! :anger_right:

:point_right_tone3: phpBB: 3.3.13 | PHP: 8.3.9
:point_right_tone4: [Kill spam on phpBB] - [Some French translation of extensions]
"Mistress, Mistress someone is bothering me in pm"
User avatar
RMcGirr83
Former Team Member
Posts: 22061
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: Ajax error on delete cookies

Post by RMcGirr83 »

It's because the link is changed somehow. Instead of it being this

Code: Select all

https://www.phpbb.com/community/user/delete_cookies?SNIP
it's this

Code: Select all

https://www.phpbb.com/user/delete_cookies?SNIP
which then tosses a 404

Not sure if it's because of the forum not sitting at root of web site but I would wager that's why.

Cookies can still be deleted using the direct link instead of it ajaxing but you have to add all the session stuff to the end of it to make it actually work.

Code: Select all

https://www.phpbb.com/community/user/delete_cookies
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer šŸŗ
User avatar
janus_zonstraal
Registered User
Posts: 6589
Joined: Sat Aug 30, 2014 1:30 pm

Re: Ajax error on delete cookies

Post by janus_zonstraal »

Not sure if it's because of the forum not sitting at root of web site but I would wager that's why.
Tested on several board and it looks that is the case.
Sorry! My English is bat ;) !!!
User avatar
P_I
Community Team Member
Community Team Member
Posts: 2437
Joined: Tue Mar 01, 2011 8:35 pm
Location: Western Canada 🇨🇦

Re: Ajax error on delete cookies

Post by P_I »

Could it be related to changes for [PHPBB-17370] Deleting Cookies on FAQ/other pages which is shown as fixed in 3.3.13?
Normal peopleā€¦ believe that if it ainā€™t broke, donā€™t fix it. Engineers believe that if it ainā€™t broke, it doesnā€™t have enough features yet. ā€“ Scott Adams
User avatar
Scanialady
Registered User
Posts: 424
Joined: Thu Jan 17, 2013 7:09 pm
Location: Germany
Name: Annette

Re: Ajax error on delete cookies

Post by Scanialady »

Tested on 2 boards - one on first level, second in subfolder: true, the one in subfolder generates this ajax error.
My 2 cents: Whether an extension is in the CDB says nothing about its quality. It is more important to read the support topics for it. Better to avoid authors who do not answer support questions themselves, who do not update their stuff, and who do not fix bugs for years.
User avatar
janus_zonstraal
Registered User
Posts: 6589
Joined: Sat Aug 30, 2014 1:30 pm

Re: Ajax error on delete cookies

Post by janus_zonstraal »

P_I wrote: ā†‘Mon Sep 09, 2024 12:08 pm Could it be related to changes for [PHPBB-17370] Deleting Cookies on FAQ/other pages which is shown as fixed in 3.3.13?
I opened again.
Sorry! My English is bat ;) !!!
User avatar
RMcGirr83
Former Team Member
Posts: 22061
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: Ajax error on delete cookies

Post by RMcGirr83 »

It works on this page
help/faq
some re-write somewhere in the code is causing this issue.

Further if the

Code: Select all

data-ajax="true"
is removed from the link then it works on any page.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer šŸŗ
User avatar
halil16
Registered User
Posts: 1393
Joined: Fri Jul 24, 2020 11:30 pm
Location: Turkiye
Name: Halil

Re: Ajax error on delete cookies

Post by halil16 »

Up. Delete cookies do not work on this site and the sites where I updated to 3.3.13. Ajax Error.
Buy me a coffee
Hire me for your phpBB board.
Introducing Mobile Upgrade! Make your phpBB board like an app!
O Belde ā€¢ ThatTowns*for sale*
"The day we will need ideas more than possessions, we will find the secret to true wealth." - Peyami Safa

Return to ā€œ[3.3.x] Support Forumā€