Previous Thread
Next Thread
Print Thread
Hop To
Joined: Jun 2006
Posts: 15
H
stranger
stranger
H Offline
Joined: Jun 2006
Posts: 15
We have lots of users, and this is the first report I've seen of this.

One user is seeing the attached when he visits the forums.

I had him visit these forums, and everything looks fine.

Could this be a css issue? Cookie issue?

When he first reported the problem, he said he got the same problem using IE, Firefox, and Chrome. Using an "Inspect Element" in Chrome shows 3 errors:
- Refused to set unsafe header Content-length
- Refused to set unsafe header Connection
- Uncaught TypeError: Cannot call method 'getElementsByTagName' of null

Our base URL is http://www.vsplanet.com/ubbthreads

Any ideas?
Attachments
Screenshot.gif

Joined: Jan 2008
Posts: 40
newbie
newbie
Joined: Jan 2008
Posts: 40
where is he viewing from and does he pass through a proxy?
might be getting filtered for him. Especially if using different browsers with the same result.

is there an image in the forum he is looking at or all forums look like this?


One Day....
Joined: Jun 2006
Posts: 15
H
stranger
stranger
H Offline
Joined: Jun 2006
Posts: 15
Nope, no proxy on his end. Again, he can view the ubbcentral forums without a problem...he just can view our VS-Planet forums.

All pages in our forums look like the screenshot above for him. If you look at the right-hand column, those are the standard UBB islands - Forum Stats, Recent Members, Who's Online, Shout Box, etc.

Also, notice at the upper-right, his PDN is showing (jazzbassnick), but there's no 'Log Out' link next to his name.

It's as though the text for certain css styles doesn't show.

FYI, here's an image of my screen, as it should look for him:
Attachments
ScreenshotHook.gif

Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
That's a strange one. If he views the page source is the missing portion of the page in the HTML source?

Joined: Nov 2008
Posts: 2
J
stranger
stranger
J Offline
Joined: Nov 2008
Posts: 2
Hi Rick,

I'm the subject of thread wink

Good point - the source does not contain the missing portion.

FWIW, the last error (of the 3 I reported initially) references line 51 of shoutbox.js:
var shoutNode = shoutData.getElementsByTagName("lastshout")[0];


Joined: Jun 2006
Posts: 15
H
stranger
stranger
H Offline
Joined: Jun 2006
Posts: 15
Nick,

Sheesh, give the guy a URL, next thing you know, he's a member. wink

Seriously, glad you jumped into the conversation.

Rick, FYI, we have around 200-400 very active members, and another couple thousand who visit every month. We've been running 7.2.2 since January 2008, and this is the first report of this that I've seen.


Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
Hmm, it would seem that maybe something with the shoutbox is causing the issue. Two things you can do to try and fix it. First would be to check if there is something in the shoutbox that is doing it. You can try and fix this by deleting all of the current shouts with the following sql command:

SQL Query
truncate table ubbt_SHOUTS

If that doesn't work then you can force his right column off and see if that fixes it. You'll need his userid and then you can run the following sql command, replacing # with his userid

SQL Query
update ubbt_USER_PROFILE
set USER_HIDE_RIGHT_COLUMN = 1
where USER_ID='#'

Joined: Nov 2008
Posts: 2
J
stranger
stranger
J Offline
Joined: Nov 2008
Posts: 2
Originally Posted by Rick
If that doesn't work then you can force his right column off and see if that fixes it. You'll need his userid and then you can run the following sql command, replacing # with his userid

SQL Query
update ubbt_USER_PROFILE
set USER_HIDE_RIGHT_COLUMN = 1
where USER_ID='#'


That's assuming that I'm logged in, right?
As far as I can tell, I'm not logged in (my PDN doesn't currently show, but did when originally reported) and it's still happening.

I'm game to try anything though. wink

Joined: Jun 2006
Posts: 15
H
stranger
stranger
H Offline
Joined: Jun 2006
Posts: 15
I turned off the right-hand column in his profile, had him log in, and viola - no more problems!



Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Test
by Phun - 05/28/2024 7:31 PM
Version 7.7.5 Images suddenly not displaying
by Stovebolt - 05/04/2024 11:19 AM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
Who's Online Now
1 members (Phun), 784 guests, and 112 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240506)