Green "New Post" tag not showing up?

Page 1 of 1 [ 11 posts ] 

Astarael
Veteran
Veteran

User avatar

Joined: 6 Aug 2005
Gender: Female
Posts: 1,293

28 Mar 2006, 5:14 am

I don't know if it's just me or what, but whenever I log on, all the forums that have new posts in them show the colour they should saying "new posts". As soon as I click on a forum it opens and no green tags are on the messages so it looks like nothing actually is new. As soon as I exit the forum and go back to the main forums page, all of the forums show no new posts even though they have new posts. I don't know if it's as irritating to anyone else as it is to me (or if anyone else is having this problem) but can something be done about it? It puts me off reading stuff :oops: And if this has been discussed elsewhere sorry for the repeat..



BeeBee
Veteran
Veteran

User avatar

Joined: 31 Mar 2005
Gender: Female
Posts: 2,257
Location: Upper Midwest, USA

28 Mar 2006, 7:22 am

No, it seems to be a new issue.

My green tags are working this morning. Are your's still off?

BeeBee



Aspen
Deinonychus
Deinonychus

User avatar

Joined: 22 Aug 2005
Gender: Female
Posts: 345

28 Mar 2006, 8:55 am

Mine work just like Astrael described. I assumed it had something to do with the hacking.



BeeBee
Veteran
Veteran

User avatar

Joined: 31 Mar 2005
Gender: Female
Posts: 2,257
Location: Upper Midwest, USA

28 Mar 2006, 2:36 pm

You're probably right. Mine aren't working now either.

ALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLEX!


BeeBee



Astarael
Veteran
Veteran

User avatar

Joined: 6 Aug 2005
Gender: Female
Posts: 1,293

02 Apr 2006, 4:39 am

This is the first time I've logged in since that post and they're still the same :( Oh well!



Aspen
Deinonychus
Deinonychus

User avatar

Joined: 22 Aug 2005
Gender: Female
Posts: 345

02 Apr 2006, 6:44 am

Mine too. Maybe the hacker broke them so badly they are too difficult to fix.

By the way, I am still getting this in my topic review:

Quote:
207

Could not get data from ignore table

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND user_ignore = 2010' at line 4

Line : /home/planet/public_html/includes/topic_review.php
File : SELECT user_ignore FROM nuke_bbignore WHERE user_id = AND user_ignore = 2010


It must be difficult to fix as well. I know I would have no idea how to fix it, anyway.


_________________
Whoever undertakes to set himself up as a judge of Truth and Knowledge is shipwrecked by the laughter of the gods. - Albert Einstein


Jetson
Veteran
Veteran

User avatar

Joined: 22 Feb 2005
Gender: Male
Posts: 1,220
Location: Vancouver, Canada

11 Apr 2006, 2:59 pm

Aspen wrote:
Quote:
SELECT user_ignore FROM nuke_bbignore WHERE user_id = AND user_ignore = 2010
It must be difficult to fix as well. I know I would have no idea how to fix it, anyway.

That would be a mis-spelled variable name in the source code. The SQL probably says something like
Code:
"SELECT user_ignore FROM nuke_bbignore WHERE user_id = "+USERID+" AND user_ignore = "+USERIGNORE

but if the variable name is wrong then the value is empty and that breaks the SQL statement because there's no value after the equals sign.



alex
Developer
Developer

User avatar

Joined: 13 Jun 2004
Age: 38
Gender: Male
Posts: 10,216
Location: Beverly Hills, CA

11 Apr 2006, 3:23 pm

Astarael wrote:
This is the first time I've logged in since that post and they're still the same :( Oh well!


I can't reproduce the problem you're experiencing and noone else has mentioned it. Are you sure there isn't something wrong on your end?


_________________
I'm Alex Plank, the founder of Wrong Planet. Follow me (Alex Plank) on Blue Sky: https://bsky.app/profile/alexplank.bsky.social


Jetson
Veteran
Veteran

User avatar

Joined: 22 Feb 2005
Gender: Male
Posts: 1,220
Location: Vancouver, Canada

12 Apr 2006, 2:35 am

alex wrote:
Astarael wrote:
This is the first time I've logged in since that post and they're still the same :( Oh well!
I can't reproduce the problem you're experiencing and noone else has mentioned it. Are you sure there isn't something wrong on your end?

If you are referring to the "no new posts" icons, I'm getting it too. If I close my browser and re-open it they are all reset, which tells me that the information required to recall the state from the database is being sent in a session cookie instead of a persistent cookie.

The cookies I have right now are:
__utma (persist forever)
__utmz (persist a few months)
tf0 (erase at end of session)
tf1 (persist only for a few minutes)
lang (persist 1 year)
user (persist 7 days)
wpphpbb2mysql_data (persist 1 year)
wpphpbb2mysql_sid (erase at end of session)
SLPs (erase at end of session)
SLUs (erase at end of session)

Which one is supposed to activate the unread messages flags?



Aspen
Deinonychus
Deinonychus

User avatar

Joined: 22 Aug 2005
Gender: Female
Posts: 345

12 Apr 2006, 3:10 pm

alex wrote:
Astarael wrote:
This is the first time I've logged in since that post and they're still the same :( Oh well!


I can't reproduce the problem you're experiencing and noone else has mentioned it. Are you sure there isn't something wrong on your end?


The new post icons are broken for me as well, just as Astrael describes. Strangely enough, the "new posts since last visit" icon works for me but only for new posts people make after I have logged on. When I first log on, it does not show any posts at all. It is strange that different users have different problems. It must be a nightmare to diagnose if it does not happen the same way for everyone.


_________________
Whoever undertakes to set himself up as a judge of Truth and Knowledge is shipwrecked by the laughter of the gods. - Albert Einstein


Astarael
Veteran
Veteran

User avatar

Joined: 6 Aug 2005
Gender: Female
Posts: 1,293

22 Apr 2006, 10:43 pm

When I first log on it shows all new posts but as soon as I click on a forum to read the posts everything gets wiped and it looks like I've read everything. And yeah, same thing happens to me, if I make a post it appears as new and when I read it it stays as new.. any post I've made or anyone has made after I've logged in appears as a new post that wont go away.
also I sometimes get this error message where the topic review would be:

Could not get data from ignore table

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND user_ignore = 2095' at line 4

Line : /home/planet/public_html/includes/topic_review.php
File : SELECT user_ignore FROM nuke_bbignore WHERE user_id = AND user_ignore = 2095

Is thatthe same error message mentioned before?