PDA

View Full Version : Major IE Problem


Qia
02-17-2008, 11:18 PM
http://athanatoi.quillsabroad.com
http://athanatoi.quillsabroad.com/photoplog/

Browsing to the gallery in any version of IE that I've been able to test, results in a pop up error

Content visible to registered users only.

There is no problem in other browsers. I have not altered any photoplog templates that I'm aware of, and the vbadvanced addons still work and display images fine. This is for users with full permissions, and unregistered users

Is there anything I can do to remove this problem?

http://support.microsoft.com/kb/927917/en-us

Is the only thing I can find on it. However I have no idea where that might be in my code, and am too tired to debug it myself now. I've seen someone else having a problem specifically with Photoplog like this, and it is a bug in IE. I haven't altered photoplog's templates, and it is the only place on my site that apparently gets this problem.

Qia
02-18-2008, 12:12 AM
Okay, I narrowed it down to another vbulletin addon, wowhead itemstats. I've disabled that for now, and the gallery becomes accessible. However a non-logged in user of mine was browsing in IE and came up with this error. As I really need to go to bed now, I'll post it up and then search the photoplog forums in the morning -_- This is internet explorer version 6

Content visible to registered users only.

Qia
02-18-2008, 08:34 AM
Okay, well, I am unable to replicate the error that my user came across, and I can't find anything else in these forums. Any help with either issue would be appreciated (although I believe the first issue is caused by another addon.

Morgan
02-19-2008, 06:25 PM
Didn't experience any JavaScript errors when visiting the gallery so cannot provide any feedback.

Qia
02-20-2008, 07:13 PM
I discovered the problem :D And thanks for trying, I had the wowhead itemstats addon disabled until I had time to troubleshoot more clearly. The problem with the gallery is that it inserts

Content visible to registered users only.

infront of this line from another addon
Content visible to registered users only.

I've had a look in the gallery templates, but can't find where that first line is inserted. All I need to do is swap them, and it should work! On the rest of the forum, the script of the addon is the first thing in the head, but...yeah :D

Qia
02-20-2008, 07:23 PM
I think I've fixed the problem now :) just inserted the code before $headerinclude in the hell_blank template.