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




Join Date: Apr 2013
Programs: AA, United, R34 ftw
Posts: 2,064
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).
#122
FlyerTalk Evangelist




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
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).
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).
#124




Join Date: Apr 2013
Programs: AA, United, R34 ftw
Posts: 2,064
IBJoel if you read the last page or so, this might be a good one to look at and try to nail this down.
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.
#125
FlyerTalk Evangelist




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
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.
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.
#126




Join Date: Apr 2013
Programs: AA, United, R34 ftw
Posts: 2,064
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!
#127




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
https://www.flyertalk.com/forum/33806886-post253.html
#128
FlyerTalk Evangelist




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
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
https://www.flyertalk.com/forum/33806886-post253.html
when logged in, and Silver Fox when on a browser and not logged in.
#129
FlyerTalk Evangelist




Join Date: Oct 1999
Posts: 11,869
Same here: Seeing ARG4 and ARG6 for my likes too .......
#132
FlyerTalk Evangelist




Join Date: Jun 2001
Location: Redondo Beach, Ca
Posts: 34,943
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.
#133
Administrator




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.
#135




Join Date: Apr 2013
Programs: AA, United, R34 ftw
Posts: 2,064
It does because narrowing it down helps define exactly when it happens and what code to examine.

