Page 1 of 1

Is the "Your posts" broken for you too?

Posted: Wed Oct 25, 2017 12:17 pm
by ISAWHIM
When trying to find my posts, hitting the "Your Posts" link on the top-right, it returns all my posts only once. Then any other time, it only returns just the last posted thing.

EG. Make a new post, and it shows all of them. Hit refresh, or hit the link again, and it only shows the last post.

Is anyone-else having this issue?

Re: Is the "Your posts" broken for you too?

Posted: Thu Oct 26, 2017 6:53 am
by TheJerminator15
Happens to me sometimes, I usually go back to active topics and try it again, usually fixes itself after a try or two.

Re: Is the "Your posts" broken for you too?

Posted: Sun Oct 29, 2017 5:30 pm
by Aviala
This is constantly happening to me, it's broken like 90% of the times I click "your posts". But sometimes it does work. It's pretty weird!

Re: Is the "Your posts" broken for you too?

Posted: Sun Oct 29, 2017 11:24 pm
by PyTom
I'll keep an eye out for a PHPBB update that fixes this.

Re: Is the "Your posts" broken for you too?

Posted: Sun Oct 29, 2017 11:38 pm
by Imperf3kt
I can't say I've ever experienced the issue, but I seldom use the 'your posts' feature. Ordinarilly, I use the 'new posts' feature instead unless I'm specifically searching for someyhing I once posted / replied to.

Re: Is the "Your posts" broken for you too?

Posted: Mon Oct 30, 2017 7:06 am
by ISAWHIM
Imperf3kt wrote: Sun Oct 29, 2017 11:38 pm I can't say I've ever experienced the issue, but I seldom use the 'your posts' feature. Ordinarilly, I use the 'new posts' feature instead unless I'm specifically searching for someyhing I once posted / replied to.
I ask for a lot of help... :P
Thus, I live in that page.

Tom, check if there are database errors. It may be making the initial call correctly, but it is, for some reason, losing the "return #count" for the request. It may only be requesting 0 or 1, as it always returns at-least one. (Could be something as simple as a mismatched value-type... float to int, resulting in null or err#, defaulting back to 0 or 1 for the second call, when it tries to recycle the saved value, instead of looking-up the "list #count items", for a return.)

It is a little odd that it works right after replying or posting, but not the second time. I guess it looks-up the value again, resulting in the actual valid number of posts to return.

Re: Is the "Your posts" broken for you too?

Posted: Thu Nov 02, 2017 12:28 am
by Imperf3kt
phallyka wrote: Wed Nov 01, 2017 11:12 pm Hit refresh, or hit the link again, and it only shows the last post.
Seems to me that it shows only posts from the current session.
Also, why are you posting hidden hyperlinks?

Re: Is the "Your posts" broken for you too?

Posted: Sat Dec 02, 2017 10:02 am
by ComputerArt.Club
I've had this issue too. You are not alone.

Re: Is the "Your posts" broken for you too?

Posted: Fri Dec 29, 2017 8:03 pm
by Katy133
This happened to me yesterday. It's fixed for me today. I guess it temporarily glitches out once in a while.