vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Help! I broke my forum! postbit? Firefox/Mozilla users please look! (https://vborg.vbsupport.ru/showthread.php?t=159845)

afullcup 10-09-2007 03:54 PM

Help! I broke my forum! postbit? Firefox/Mozilla users please look!
 
I've been doing a bunch of updates today, none of which I back out seem to fix my issue... Can someone look at these threads for me and see what you think? The issue only seems to be in Firefox and Mozilla, so if you have one of these I'd appreciate a look...

No posts show up:
http://www.afullcup.com/upload/full-...ve-issues.html
http://www.afullcup.com/upload/walgr...ee-makeup.html

Posts show up, except first post is missing and part of it's siggy is shown (George S. Patton).
http://www.afullcup.com/upload/chit-...use-today.html

Am I right in thinking this is a postbit problem? It does the same thing whether in legacy or not.

Yes, I've tried backing out hacks. I just want to know if anything jumps out right away at anyone for what this could be.

Thanks!!

--------------- Added at 13:24 ---------------

ETA: I tried reverting to my original postbit and the problem still exists. :(

Princeton 10-09-2007 04:59 PM

test using the default vbulletin style ..
* if everything is ok - problem is caused by one of your modified templates
* if not ok - it's most likely a plugin

afullcup 10-09-2007 05:13 PM

rut roh

I don't have my default style anymore. :(

ETA: ok, so I installed a default and it fixed it. So, any idea which template it might be?

Lynne 10-09-2007 05:34 PM

If you look at your source code, you'll see the posts are there, but they are commented out. This seems to be the problem code:
Code:

<!-- HACK HACK HACK -->
<!-- last reply alert -->
               
<!-- /HACK ->

You closing "->" is not valid to end your comment. It needs to be "-->" Changing that may fix your page.

(Whenever you have a problem on a page, your best bet is to view your page source and see if you can figure out what is happening from there.)

afullcup 10-09-2007 05:44 PM

I LOVE YOU!!!

I uninstalled that hack so assumed that code would have been gone. Thanks a MILLION!!!


All times are GMT. The time now is 01:48 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.00927 seconds
  • Memory Usage 1,719KB
  • 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
  • (5)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