our sponsor

Bug Hunting (32 comments)
pages in this discussion: 1 2 next>>
Nagy_Vilmos
Code Monk

From: In a dark basement eating jellybabies

Posts: 479

Registered:
Oct 2000
Bug Hunting
posted Thursday, June 02, 2005 - 12:34 PM (#27613)
I was just going through my stats and I've found a little problem; sorry Phillip.

Click on [more comments] and the start position incriments by 26 each time, but only shows 25 messages....

In the same area, if the url is http://www.goats.com/users/index.html?start=52, then the first shown is 53.

Go on. You try.
--
Panic, Chaos, Destruction. My work here is done.
Locked profile www
unFalln
Code Monk

Posts: 1285

Registered:
Jul 2002
Re: Bug Hunting (Score: 3, Insightful)
posted Friday, June 03, 2005 - 05:37 AM (#27614)
I'm sure this has been on Philips list for a while now, right below "Go to pub and drink beer".
Locked profile
Rich
Rich

Code Monk

From: Druggachusetts

Posts: 784

Registered:
Sep 2000
Re: Bug Hunting (Score: 2)
posted Friday, June 03, 2005 - 04:42 PM (#27629)
In the same area, if the url is http://www.goats.com/users/index.html?start=52, then the first shown is 53.

I tried. It's true. You can change the start=x number in the url to any number you wish and the new page will start with message x+1.

My guess is it's a "record number starts at 0" thing which throws off most normal thinking about counting. I know I don't like it.


--
If I had any dignity that would be humiliating. - Adam Savage, Mythbusters
Locked profile
phillip
phillip

Chief Goatherd

Posts: 414

Registered:
Jul 2000
Re: Bug Hunting (Score: 2, Awesome)
posted Friday, June 03, 2005 - 07:54 PM (#27634)

I'm using the SQL "LIMIT" clause for that, and it looks like at some point MySQL moved from the (probably incorrect) "start at 1" for the results to the (probably correct) "start at 0".

so it should be better now.....can I have a beer?


--
Work is the curse of the drinking classes.
-Oscar Wilde
Locked profile
Nagy_Vilmos
Code Monk

From: In a dark basement eating jellybabies

Posts: 479

Registered:
Oct 2000
Re: Bug Hunting (Score: 2)
posted Wednesday, June 08, 2005 - 09:11 AM (#27799)
In Response to phillip (#27634):

Panic, chaos, etc.

Pleas feel free to have 3 units of beer
--
Panic, Chaos, Destruction. My work here is done.
Locked profile www
Nagy_Vilmos
Code Monk

From: In a dark basement eating jellybabies

Posts: 479

Registered:
Oct 2000
Re: Bug Hunting (Score: 2)
posted Monday, July 04, 2005 - 09:48 AM (#28248)
Sorry Phillip, I've got another one.

You've objviously upgraded something and I'm getting an error in yor client side javascript:

<script language="JavaScript" type="text/javascript">
checkLoad();
</script>

It is getting somewhat up my nose, as it appears on every page.

No fun!

Vilmos

p.s. Hope you enjoyed your 4th July. We Brits aren't allowed the day off. Apparently we lost some valuable property once...
--
Panic, Chaos, Destruction. My work here is done.
Locked profile www
themysticalone
themysticalone

Code Monk

From: Pennsylvanialand

Posts: 640

Registered:
Jul 2003
Re: Bug Hunting (Score: 2)
posted Monday, July 04, 2005 - 10:32 AM (#28249)
Another problem I've noticed has been going on for wahile (keep forgetting to mention it) is that all the pages: 1 2 3 etc links don't link to the actual thread. They link to something like this:

http://www.goats.com/forums/members//index.html?st art_at=25

Completely leaving out the thread number.
--
I like cheese. baldninja.com [baldninja.com] is my comic.
Locked profile www
phillip
phillip

Chief Goatherd

Posts: 414

Registered:
Jul 2000
Re: Bug Hunting (Score: 2)
posted Monday, July 04, 2005 - 10:38 AM (#28250)
both those last two issues should be fixed now.

thanks for the heads up.
--
Work is the curse of the drinking classes.
-Oscar Wilde
Locked profile
unFalln
Code Monk

Posts: 1285

Registered:
Jul 2002
Re: Bug Hunting (Score: 2)
posted Monday, July 04, 2005 - 07:27 PM (#28251)
Oh so we're all being picky, hey?

Well fine, I'll join in the stoning then.

The "In response to philip (#27634)" link doesn't work on this page [goats.com].

Isn't it fun having people pick holes in the most trivial parts of your creations? I know I enjoy it immensely.
Locked profile
phillip
phillip

Chief Goatherd

Posts: 414

Registered:
Jul 2000
Re: Bug Hunting (Score: 2)
posted Monday, July 04, 2005 - 08:16 PM (#28252)
In Response to unFalln (#28251):

especially when the "bug" works for me.

My guess is that whatever browser you're using sees that the "name" link is already on the screen, and doesn't scroll the window up for you.

Alternatively, there may be some sort of HTML issue at play there. If anyone can point out what should or should not be in the source of that page to make that link work differently, I'll be happy to look into changing it.

The fun part about this is that I'm very aware of a bunch of other stuff that actually is broken, and no one is commenting on that...
--
Work is the curse of the drinking classes.
-Oscar Wilde
Locked profile
zamphir
zamphir

Code Monk

Posts: 5047

Registered:
Sep 2000
Re: Bug Hunting (Score: 2)
posted Monday, July 04, 2005 - 10:13 PM (#28253)
In Response to phillip (#28252):

The fun part about this is that I'm very aware of a bunch of other stuff that actually is broken, and no one is commenting on that...

We're just waiting for the right moment...

You know, two days after you think you've fixed it...


--
Ain't nobody here but us turkeys [youtube.com]
Locked profile
unFalln
Code Monk

Posts: 1285

Registered:
Jul 2002
Re: Bug Hunting (Score: 2)
posted Monday, July 04, 2005 - 10:36 PM (#28254)
In Response to phillip (#28252):

The 27799 link (to itself) works okay, it's the 27634 link (to its parent) that doesn't work, as this page loads up a specific post, not it's parent.
Locked profile
phillip
phillip

Chief Goatherd

Posts: 414

Registered:
Jul 2000
Re: Bug Hunting (Score: 2)
posted Monday, July 04, 2005 - 10:57 PM (#28255)
In Response to unFalln (#28254):

ah.

you're using the "nested" view, I'm using "flat".

For those playing along at home using non-nested views who want to see the problem in action, use this [goats.com] link.

There's two possible solutions to this, neither of which is amazingly trivial for me to implement. So instead, I will opt to go to bed.
--
Work is the curse of the drinking classes.
-Oscar Wilde
Locked profile
unFalln
Code Monk

Posts: 1285

Registered:
Jul 2002
Re: Bug Hunting (Score: 2)
posted Tuesday, July 05, 2005 - 12:25 AM (#28257)
In Response to phillip (#28255):

It's lucky nests and parenting aren't this complicated and trivial in real life, hey.
Locked profile
Dynedain
Dynedain

Code Monk

From: anywhere but here

Posts: 1384

Registered:
Jul 2002
Re: Bug Hunting (Score: 2)
posted Tuesday, July 05, 2005 - 01:02 PM (#28261)
In Response to phillip (#28252):

The fun part about this is that I'm very aware of a bunch of other stuff that actually is broken, and no one is commenting on that...

Oh, you mean like how in most places the link in the right menu is "edit info" but when you go to "your stats" its just "info"?

Or the bug where a post gets downmodded to trollish oblivion before you read the thread, and it keeps the thread marked as unread?

Or how the topbar/menu does wierd things if you turn off ads now that the banners are there?
--
But do you ever see a person leave a cathedral toting a to-go box?

Coffins don't count.
Locked profile www
phillip
phillip

Chief Goatherd

Posts: 414

Registered:
Jul 2000
Re: Bug Hunting (Score: 2)
posted Tuesday, July 05, 2005 - 03:20 PM (#28264)
In Response to Dynedain (#28261):

nah...I meant how your icon is busted.
--
Work is the curse of the drinking classes.
-Oscar Wilde
Locked profile
Dynedain
Dynedain

Code Monk

From: anywhere but here

Posts: 1384

Registered:
Jul 2002
Re: Bug Hunting (Score: 2)
posted Tuesday, July 05, 2005 - 03:21 PM (#28265)
In Response to phillip (#28264):

Thats a problem with my server.

Or maybee I'm just using Zamp's excuse for being lazy.
--
But do you ever see a person leave a cathedral toting a to-go box?

Coffins don't count.
Locked profile www
phillip
phillip

Chief Goatherd

Posts: 414

Registered:
Jul 2000
Re: Bug Hunting (Score: 2)
posted Tuesday, July 05, 2005 - 07:03 PM (#28268)
In Response to Dynedain (#28265):

Thats a problem with my server.
I'd like to apply the exact same excuse to every single one of the things you mentioned above... except for:
Oh, you mean like how in most places the link in the right menu is "edit info" but when you go to "your stats" its just "info"?
which is a navigational semantics issue, and therefore Jon's fault/problem.

of course, the use of "its" instead of "it's" is your fault/problem.

(note the clever zamphir-like attempt to derail the discussion from the actual topic (bugs) to a matter of grammatical pedantics.)
--
Work is the curse of the drinking classes.
-Oscar Wilde
Locked profile
Dynedain
Dynedain

Code Monk

From: anywhere but here

Posts: 1384

Registered:
Jul 2002
Re: Bug Hunting (Score: 2)
posted Tuesday, July 05, 2005 - 07:13 PM (#28269)
In Response to phillip (#28268):

(note the clever zamphir-like attempt to derail the discussion from the actual topic (bugs) to a matter of grammatical pedantics.)

Well, one has to obtain obscene post counts somehow.
--
But do you ever see a person leave a cathedral toting a to-go box?

Coffins don't count.
Locked profile www
mcgrue
mcgrue

Code Monk

From: A little blastocyst and a lot of time.

Posts: 728

Registered:
Aug 2002
Re: Bug Hunting (Score: 3, Pathetic)
posted Tuesday, July 05, 2005 - 08:01 PM (#28270)
In Response to phillip (#28268):

Why are semantics Jon's problem?

...Are you anti-semantic, Phillip?
--
I like my food irradiated, just like Mother Artifice intended it to be.
Locked profile www
zamphir
zamphir

Code Monk

Posts: 5047

Registered:
Sep 2000
Re: Bug Hunting (Score: 2)
posted Tuesday, July 05, 2005 - 09:08 PM (#28271)
In Response to phillip (#28268):

clever zamphir

I think this is the first time those words have ever been nearly so close in the forums here.

I'm sure it will go to my head.


--
Ain't nobody here but us turkeys [youtube.com]
Locked profile
unFalln
Code Monk

Posts: 1285

Registered:
Jul 2002
Re: Bug Hunting (Score: 2)
posted Wednesday, July 06, 2005 - 12:33 AM (#28274)
It appears I have found me another website error.

There I was, innocently creating a new discussion... [goats.com]

I do like the error page heading, gave me a little chuckle.
Locked profile
phillip
phillip

Chief Goatherd

Posts: 414

Registered:
Jul 2000
Re: Bug Hunting (Score: 2)
posted Wednesday, July 06, 2005 - 07:36 AM (#28277)
In Response to unFalln (#28274):

ok...the comment was never created, so the discussion was a sham, and you'll need to re-create it. Sorry. I'm supposed to have a transaction wrapping that whole thing, so I'll need to look into why only half of it happened.

For reasons that will hopefully become clear within a week or so, I've been making massive changes to the code under the hood over the past few weeks. Mostly, with very ...issues... cropping up.

sorry for the bug, and on to the next one!
--
Work is the curse of the drinking classes.
-Oscar Wilde
Locked profile
GeminiCrash
GeminiCrash

Code Monk

From: Under There.

Posts: 668

Registered:
Sep 2004
Re: Bug Hunting (Score: 3, Funny)
posted Friday, July 08, 2005 - 07:36 PM (#28313)
I think there's a bug up Zamphir's ass; is there anyway to fix that?
--
Cruel, and tingly!
Locked profile
Teledildonix
Teledildonix

Code Monk

From: among Bellinghamsters

Posts: 1477

Registered:
Jan 2003
Re: Bug Hunting (Score: 2)
posted Friday, July 08, 2005 - 09:01 PM (#28316)
In Response to GeminiCrash (#28313):

With booze, natch-- or any other delight. Volunteering?
--
"Be who you are and say what you feel because those who mind don't matter and those who matter don't mind!"
Locked profile www
zamphir
zamphir

Code Monk

Posts: 5047

Registered:
Sep 2000
Re: Bug Hunting (Score: 2)
posted Friday, July 08, 2005 - 10:25 PM (#28319)
In Response to GeminiCrash (#28313):

I think there's a bug up Zamphir's ass

Man, and I've been holding back.

is there anyway to fix that?

I doubt it.

It's genetic.

--
Ain't nobody here but us turkeys [youtube.com]
Locked profile
pages in this discussion: 1 2 next>>
Discussion: Bug Hunting | Login/Create an Account | 32 comments
Threshold:  Locked
The Fine Print: The above comments are owned by whoever posted them. We are not responsible for them in any way.
Hell, let's face it, we're not responsible for anything; including the things we say, do, or think. And if you sue us because you think we are? Well, we're not responsible for that either.
6