vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   IE 8 Errors (https://vborg.vbsupport.ru/showthread.php?t=235664)

zerovenom 02-12-2010 03:40 AM

IE 8 Errors
 
The entire time I built my forums, added, edited, etc.. it was all through Firefox. So I decided to start looking at it through other browsers such as IE, Chrome, and Opera... looks good in all except IE 8. Well, only when it loads.

Sometimes IE 8 wont load my site at all and gives me an error. Other times it works just fine.

This is the error I get:

Code:

HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)
Anybody know what it means? Since my forum is still just a baby with only a small amount of actual users.. I can still work on it without worry, so if need be, I can start removing all mods one by one to see what the problem is.

I have a good feeling I know which one it is, but... Not completely sure.

If you'd like to take a look, my site is www.waloosh.com

BSMedia 02-14-2010 12:57 AM

You're modifying document while it's being loaded (when browser hasn't "seen" closing tag for this element) . This causes very tricky situation in the parser and in IE it's not allowed.

The solution is to modify another element that's earlier in the document and has been loaded completely (where browser already saw closing tag for it).


All times are GMT. The time now is 09:05 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01503 seconds
  • Memory Usage 1,709KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete