News:

RIP GoReds

Main Menu

Site may be flaky

Started by Gantry, 10/07/13, 11:20:28 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Gantry

So it looks like two things they perform similarly (the Jump to: button and the ability to modify the post on the same page) behave the same way - brings up a banner that says "Loading" and then doesn't do anything.  I'll have to check those out later today. 

Gantry

Fuck quoting doesn't work either, won't have time til later to properly look at. 

Gantry

More brainstorming - quick community search says Display.template.php handle all three broken functions (quoting, jump to, quick modify) yet it's happening for both themes and they have different files.   

Tried both themes and mutiple browsers, same issue. 

Reds

I searched for the sandwich thread and found it just fine. 

HOPE THAT HELPS!
Quote from: Gantry on 11/16/07, 05:05:20 PM
GoReds - a man among men...

Gantry


fknmclane

tapatalk doesn't seem to be working at all, gantry. hth.
Quote from: BDawk on 08/29/12, 07:52:41 AM
I just wiped my ass then smelled the toilet paper.  What's wrong with me? 

Quote from: Kane on 08/22/16, 11:56:48 AM
the dude either has some high float or a mess between the cheeks.

Gantry

Can someone with the iPhone/Pad version of Tapatalk verify if it's working or not?

BeefMaster


Quote from: Gantry on 10/08/13, 11:22:47 AM
Can someone with the iPhone/Pad version of Tapatalk verify if it's working or not?

Posting from iOS Tapatalk. I even used the "quote" function!
"Nobody in football should be called a genius. A genius is a guy like Norman Einstein." - Joe Theismann

Gantry

OK then we need all tapatlk users to checkin, maybe the problem is android only. 

BeefMaster

For what it's worth, the "Quote" script still appears broken on Firefox.
"Nobody in football should be called a genius. A genius is a guy like Norman Einstein." - Joe Theismann

Gantry

Quote from: BeefMaster on 10/08/13, 11:44:56 AM
For what it's worth, the "Quote" script still appears broken on Firefox.

OK so if I disable quick reply in Profile -> Modify Profile -> Look and Layout, then it does quote on the "post reply" page.  I wonder if baines/rdub don't have quick reply set and that's why it worked for them. 

fknmclane

Android phone.

Failed to connect to forum etc etc etc.
Quote from: BDawk on 08/29/12, 07:52:41 AM
I just wiped my ass then smelled the toilet paper.  What's wrong with me? 

Quote from: Kane on 08/22/16, 11:56:48 AM
the dude either has some high float or a mess between the cheeks.

Flood

Pretty sure tapatalk killed the dinosaurs, and now it has its sight set on the Dee-Nee forums.
Quote from: Darky on 01/13/16, 09:36:57 PM
I now wipe my ass after every time I take a piss

Reds

Great Gantry.  Now you've doomed us all.
Quote from: Gantry on 11/16/07, 05:05:20 PM
GoReds - a man among men...

Gantry

Nothing in error logs for AJAX stuff but quick mod gives this in access log:

10.1.10.1 - - [08/Oct/2013:13:01:29 -0500] "GET /index.php?action=quotefast;quote=904613;modify;xml HTTP/1.1" 200 263


Jump to

10.1.10.1 - - [08/Oct/2013:13:02:17 -0500] "GET /index.php?action=xmlhttp;sa=jumpto;xml HTTP/1.1" 200 332

Gantry

Separated the logs between http & https to see what's connecting with what.  My Tapatalk which isn't work is doing http instead of https which is why I'm guessing it isn't working, doesn't like the redirect code. 

None of the non-functioning AJAX stuff appears to be using http which is good - so we may have an issue not related to http.  Wonder if nightwulf's changed caused it?

Gantry

OK reverted nightwulf's change, no difference. 

Gantry

I don't like that these URL's for the AJAX stuff has semicolons in them.  Copy/pasting that URL above gives a weird XML parse error.  Also shows that error right by the self-avatar load which was one of the last things I switched from http to https.  Something is goofy, has to be a change I made.

Gantry

Quote URL when a quick reply is set:

10.1.10.1 - - [08/Oct/2013:13:41:41 -0500] "GET /index.php?action=quotefast;quote=904640;xml HTTP/1.1" 200 423

Gantry

Looks like semicolons are legit for use to separate variables/fields as it is here, so that ain't the issue.   SMF Function DB for the quick quote:

http://support.simplemachines.org/function_db/index.php?action=view_function;id=335

Don't think it's a coincidence that all these functions use local javascript to function properly.