Go Back  FlyerTalk Forums > Support&Services > Technical Support and Feedback
Reload this Page >

The "The 13 Oct 21 FT 'Like' Feature - [now restored to prior version]" thread

Community
Wiki Posts
Search

The "The 13 Oct 21 FT 'Like' Feature - [now restored to prior version]" thread

Thread Tools
 
Search this Thread
 
Old Dec 14, 2021 | 10:20 am
  #121  
10 Countries Visited
20 Countries Visited
30 Countries Visited
10 Years on Site
 
Join Date: Apr 2013
Programs: AA, United, R34 ftw
Posts: 2,064
Originally Posted by Silver Fox
Just tried now, F5 or CTRL-F5 makes no difference, same before and after and also there are more likes in there now but I always end up as the 3rd like as ARG6.
Interesting that the other likes come back--definitely points to only an issue in the ajax code, but maybe the main code not pulling in the username is what is causing the missing ARG. Seems like someone needs to go through both the ajax code and the regular one and see what's not coming through from the db because it all seems to be there.

Is there any other place to like a post other than on the post itself? I can't remember if the individual post view is using a different php module (viewpost.php vs viewthread.php).
SamirD is online now  
Old Dec 14, 2021 | 10:30 am
  #122  
FlyerTalk Evangelist
20 Countries Visited
30 Countries Visited
2M
15 Years on Site
 
Join Date: Apr 2009
Location: Democratic People's Republic of the UK
Programs: Lifetime Gold, Global Entry, Hertz PC, and my wallet
Posts: 21,912
Originally Posted by SamirD
Interesting that the other likes come back--definitely points to only an issue in the ajax code, but maybe the main code not pulling in the username is what is causing the missing ARG. Seems like someone needs to go through both the ajax code and the regular one and see what's not coming through from the db because it all seems to be there.

Is there any other place to like a post other than on the post itself? I can't remember if the individual post view is using a different php module (viewpost.php vs viewthread.php).
I have no clue but I just tried logging out/in and still the same issue as before.
SamirD likes this.
Silver Fox is offline  
Old Dec 14, 2021 | 10:32 am
  #123  
FlyerTalk Evangelist
20 Countries Visited
30 Countries Visited
2M
15 Years on Site
 
Join Date: Apr 2009
Location: Democratic People's Republic of the UK
Programs: Lifetime Gold, Global Entry, Hertz PC, and my wallet
Posts: 21,912
IBJoel if you read the last page or so, this might be a good one to look at and try to nail this down.
SamirD likes this.
Silver Fox is offline  
Old Dec 14, 2021 | 1:13 pm
  #124  
10 Countries Visited
20 Countries Visited
30 Countries Visited
10 Years on Site
 
Join Date: Apr 2013
Programs: AA, United, R34 ftw
Posts: 2,064
Originally Posted by Silver Fox
IBJoel if you read the last page or so, this might be a good one to look at and try to nail this down.
Yep, that was my thinking in sharing our collective experiences with it. It helps that I know the vb platform, but I can't wrench under the hood.

One experiment to try would be if you are seeing ARG, log out and look at the post again and see if your username is there or not. I haven't tried that one yet myself. Ooo, or better yet, stay logged in and use another browser to look at the same post from a non-logged in state simultaneously.
SamirD is online now  
Old Dec 14, 2021 | 1:16 pm
  #125  
FlyerTalk Evangelist
20 Countries Visited
30 Countries Visited
2M
15 Years on Site
 
Join Date: Apr 2009
Location: Democratic People's Republic of the UK
Programs: Lifetime Gold, Global Entry, Hertz PC, and my wallet
Posts: 21,912
Originally Posted by SamirD
Yep, that was my thinking in sharing our collective experiences with it. It helps that I know the vb platform, but I can't wrench under the hood.

One experiment to try would be if you are seeing ARG, log out and look at the post again and see if your username is there or not. I haven't tried that one yet myself. Ooo, or better yet, stay logged in and use another browser to look at the same post from a non-logged in state simultaneously.
Oooh! Well I used Edge and can see Silver Fox whereas here I see ARG6. Naturally I am not logged in on Edge. Good call.
SamirD likes this.
Silver Fox is offline  
Old Dec 14, 2021 | 1:45 pm
  #126  
10 Countries Visited
20 Countries Visited
30 Countries Visited
10 Years on Site
 
Join Date: Apr 2013
Programs: AA, United, R34 ftw
Posts: 2,064
Originally Posted by Silver Fox
Oooh! Well I used Edge and can see Silver Fox whereas here I see ARG6. Naturally I am not logged in on Edge. Good call.
Oooo...this is good data! This means that the issue is only when a user is logged in, so it must be somewhere in the style sheet for registered members as guests cannot like/unlike and guest access uses a different style sheet. What's even better is that we've definitively proven that the db is being written correctly and the data is there and in the right place. The only issue is on retrieval...which makes me wonder why unliking and liking again fixes it...and in fact, the bug in the ajax should be easy to find by comparing the code and query for when the likes are read after a like is initiated versus when they are read when the thread is initially loaded--and all this only for a registered user. Really narrowing it down!
Silver Fox likes this.
SamirD is online now  
Old Dec 15, 2021 | 9:51 am
  #127  
10 Countries Visited
20 Countries Visited
30 Countries Visited
10 Years on Site
 
Join Date: Apr 2013
Programs: AA, United, R34 ftw
Posts: 2,064
So definitely something is changing. I just had a really odd experience a few seconds ago. Pulled up a thread where I thought I had liked some posts previously, but didn't see any of them liked, so went to like one and got ARG4. Checked the thread on another browser on another computer and the newest like is there, but I think there's a like missing on another post, but I could have just not liked that one previously. Still, the missing one on the post that I re-liked is definitely a new issue, and it simply didn't pull my like from the db at all while it did pull another poster's like. Post in thread where I ran into the issue:
https://www.flyertalk.com/forum/33806886-post253.html
SamirD is online now  
Old Dec 15, 2021 | 9:53 am
  #128  
FlyerTalk Evangelist
20 Countries Visited
30 Countries Visited
2M
15 Years on Site
 
Join Date: Apr 2009
Location: Democratic People's Republic of the UK
Programs: Lifetime Gold, Global Entry, Hertz PC, and my wallet
Posts: 21,912
Originally Posted by SamirD
So definitely something is changing. I just had a really odd experience a few seconds ago. Pulled up a thread where I thought I had liked some posts previously, but didn't see any of them liked, so went to like one and got ARG4. Checked the thread on another browser on another computer and the newest like is there, but I think there's a like missing on another post, but I could have just not liked that one previously. Still, the missing one on the post that I re-liked is definitely a new issue, and it simply didn't pull my like from the db at all while it did pull another poster's like. Post in thread where I ran into the issue:
https://www.flyertalk.com/forum/33806886-post253.html
I liked it to prove that every time I am 3rd I am really ARG6 when logged in, and Silver Fox when on a browser and not logged in.
SamirD likes this.
Silver Fox is offline  
Old Dec 15, 2021 | 11:27 pm
  #129  
FlyerTalk Evangelist
10 Countries Visited
20 Countries Visited
30 Countries Visited
All eyes on you!
 
Join Date: Oct 1999
Posts: 11,869
Same here: Seeing ARG4 and ARG6 for my likes too .......
dgreen12, Silver Fox and SamirD like this.
cesco.g is offline  
Old Dec 16, 2021 | 9:36 am
  #130  
10 Countries Visited
20 Countries Visited
30 Countries Visited
10 Years on Site
 
Join Date: Apr 2013
Programs: AA, United, R34 ftw
Posts: 2,064
Originally Posted by cesco.g
Same here: Seeing ARG4 and ARG6 for my likes too .......
Do you see them only when returning to a thread or all the time?
SamirD is online now  
Old Dec 16, 2021 | 11:29 pm
  #131  
FlyerTalk Evangelist
10 Countries Visited
20 Countries Visited
30 Countries Visited
All eyes on you!
 
Join Date: Oct 1999
Posts: 11,869
Originally Posted by SamirD
Do you see them only when returning to a thread or all the time?
It seems to be all the time, except it says "you" when am the first to click the "like".
corky, Silver Fox and SamirD like this.
cesco.g is offline  
Old Dec 20, 2021 | 1:06 pm
  #132  
FlyerTalk Evangelist
30 Countries Visited
2M
All eyes on you!
20 Years on Site
 
Join Date: Jun 2001
Location: Redondo Beach, Ca
Posts: 34,943
Originally Posted by SamirD
Do you see them only when returning to a thread or all the time?
Does it really matter? It has been happening for months now and it doesn't seem that anyone who can is interested in fixing it. Maybe they have been quietly working for months behind the scenes to rectify but I don't see any evidence of that.
Silver Fox likes this.
corky is online now  
Old Dec 20, 2021 | 3:12 pm
  #133  
Administrator
10 Countries Visited
Conversation Starter
All eyes on you!
10 Years on Site
 
Join Date: Sep 2015
Location: Los Angeles
Programs: Internet Brands
Posts: 4,440
Guys, again, we cannot replicate this, even with your input (it's appreciated, though). Our recommendation at this point would be to try a different browser or disable any extensions you may be running.
SamirD likes this.
IBJoel is offline  
Old Dec 20, 2021 | 3:40 pm
  #134  
FlyerTalk Evangelist
 
Join Date: Jun 2010
Location: TOA
Programs: HH LTDiamond, Marriott LTPP/Platinum Premier, Hyatt Lame-ist, UA MM LT1P
Posts: 21,195
Originally Posted by IBJoel
Guys, again, we cannot replicate this, even with your input (it's appreciated, though). Our recommendation at this point would be to try a different browser or disable any extensions you may be running.
No Like

David
DELee is offline  
Old Dec 21, 2021 | 10:58 pm
  #135  
10 Countries Visited
20 Countries Visited
30 Countries Visited
10 Years on Site
 
Join Date: Apr 2013
Programs: AA, United, R34 ftw
Posts: 2,064
Originally Posted by corky
Does it really matter? It has been happening for months now and it doesn't seem that anyone who can is interested in fixing it. Maybe they have been quietly working for months behind the scenes to rectify but I don't see any evidence of that.
It does because narrowing it down helps define exactly when it happens and what code to examine.
SamirD is online now  


Contact Us - Archive - Advertising - Cookie Policy - Privacy Statement - Terms of Service -

This site is owned, operated, and maintained by MH Sub I, LLC dba Internet Brands. Copyright © 2026 MH Sub I, LLC dba Internet Brands. All rights reserved. Designated trademarks are the property of their respective owners.