Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 09-03-2014, 05:10 PM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by findingpeace View Post
Try adding this line to your .htaccess file:

Code:
Header unset Content-disposition
That header has caused us nothing but trouble with new browsers. Any filenames with a space result in a double header being sent, which causes new browsers to not display the image.
He is talking about his images not showing.
Reply With Quote
  #12  
Old 09-03-2014, 10:09 PM
findingpeace's Avatar
findingpeace findingpeace is offline
 
Join Date: Nov 2011
Posts: 268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RichieBoy67 View Post
He is talking about his images not showing.
Yep I mean file names for avatars. vBulletin keeps the original file name of the image, and if that name has commas (or sometimes spaces), it craps out on the new Chrome. Still testing with other browsers. Search Google for content disposition duplicate headers - it's definitely an issue vB needs to address if all browsers are headed in this direction, as we have no way of knowing what kind of file name a user might have for their uploaded photo (nor should it matter, in my opinion)
Reply With Quote
  #13  
Old 09-03-2014, 10:23 PM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by findingpeace View Post
Yep I mean file names for avatars. vBulletin keeps the original file name of the image, and if that name has commas (or sometimes spaces), it craps out on the new Chrome. Still testing with other browsers. Search Google for content disposition duplicate headers - it's definitely an issue vB needs to address if all browsers are headed in this direction, as we have no way of knowing what kind of file name a user might have for their uploaded photo (nor should it matter, in my opinion)
Well that may be the case though I have not experienced it this is all of his avatars not showing up.
Reply With Quote
  #14  
Old 09-03-2014, 10:50 PM
findingpeace's Avatar
findingpeace findingpeace is offline
 
Join Date: Nov 2011
Posts: 268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RichieBoy67 View Post
Well that may be the case though I have not experienced it this is all of his avatars not showing up.
What's weird is that even the image.php file (with no query strings) loads a broken image instead of vBulletin logo like anyone else. He could try replacing image.php with stock vB4 image.php & disable hooks. If the issue persists after both of those steps, I agree with all of you that this definitely seems like a server issue.
Reply With Quote
  #15  
Old 09-03-2014, 11:03 PM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by findingpeace View Post
What's weird is that even the image.php file (with no query strings) loads a broken image instead of vBulletin logo like anyone else. He could try replacing image.php with stock vB4 image.php & disable hooks. If the issue persists after both of those steps, I agree with all of you that this definitely seems like a server issue.
I agree.

We do not have much background info either. was anything changed? Updated? Server updated? etc.. it is a guessing game right now but I would check server logs and ask your host what they updated recently.

It would also help if we had a link to the site.
Reply With Quote
Благодарность от:
findingpeace
  #16  
Old 09-03-2014, 11:05 PM
findingpeace's Avatar
findingpeace findingpeace is offline
 
Join Date: Nov 2011
Posts: 268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RichieBoy67 View Post
I agree.

We do not have much background info either. was anything changed? Updated? Server updated? etc.. it is a guessing game right now but I would check server logs and ask your host what they updated recently.

It would also help if we had a link to the site.
This is his site (recently posted on another thread) -

http://www.livegroupbreaks.com/forums/forum.php

I hope someone figures it out soon, as I'm actually weirdly curious now
Reply With Quote
  #17  
Old 09-03-2014, 11:12 PM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am not seeing that issue on Firefox at that site.

--------------- Added [DATE]1409789611[/DATE] at [TIME]1409789611[/TIME] ---------------

Nevermind..I see one now..
Reply With Quote
  #18  
Old 09-03-2014, 11:13 PM
findingpeace's Avatar
findingpeace findingpeace is offline
 
Join Date: Nov 2011
Posts: 268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RichieBoy67 View Post
I am not seeing that issue on Firefox at that site.
Hmm I see with Safari & Chrome
Reply With Quote
  #19  
Old 09-03-2014, 11:16 PM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have seen this issue before but I believe it was solved with a cache clearing and counter update. I am thinking it is not the server or other images would be effected.

I would move the images to the file system, update counters and clear caches and I bet that would fix it.

To troubleshoot I would also suggest trying a default theme and another sidebar block.
Reply With Quote
  #20  
Old 09-04-2014, 12:49 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The OP hasn't posted in this thread since he started it over 3 days ago. It would help if he could answer some questions and post more information.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:59 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.07502 seconds
  • Memory Usage 2,286KB
  • Queries Executed 14 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (1)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete