Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions

Reply
 
Thread Tools Display Modes
  #1  
Old 04-26-2012, 08:31 PM
Brexen Brexen is offline
 
Join Date: Jul 2011
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Need Help ASAP

Hi there,

I am helping a friend install his forum as I have alot more experience of vbulletin. However there seems to be an issue with the images showing up. I think I know why but unfortunately I can't seem to overcome it.



None of the images are showing. I have checked the FTP and all the images are there as they should be.



Now I believe the reason the images are not registering correctly is due to the forum path containing /public_html/ rather than the default /.

To try and correct this. I have changed the forum path in the config.php file to this.



However this has no effect on the images. I am cluless what else could be causing this.

Any Ideas?
Reply With Quote
  #2  
Old 04-26-2012, 08:35 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you view the html source, what does it say in the img tags for the src?
Reply With Quote
  #3  
Old 04-26-2012, 08:40 PM
Brexen Brexen is offline
 
Join Date: Jul 2011
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kh99 View Post
If you view the html source, what does it say in the img tags for the src?
It says this;
Code:
<a name="top" href="forum.php" class="logo-image"><img src="images/misc/vbulletin4_logo.png" alt="Tactical Hax - The Latest and Greatest in Hacking! - Powered by vBulletin" /></a></div>
Reply With Quote
  #4  
Old 04-26-2012, 08:43 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm...is there a <base> tag on the page?
Reply With Quote
  #5  
Old 04-26-2012, 08:45 PM
Brexen Brexen is offline
 
Join Date: Jul 2011
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kh99 View Post
Hmm...is there a <base> tag on the page?
Yes there is;

Code:
<base href="http://www.tacticalhax.com/" /><!--[if IE]></base><![endif]-->
<meta name="generator" content="vBulletin 4.1.12" />
Reply With Quote
  #6  
Old 04-26-2012, 08:50 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

And that public_html folder is where the vbulletin files are? I'm stumped too.

Do you have an .htaccess file?

What happens if you enter http://www.tacticalhax.com/images/mi...etin4_logo.png in the browser?
Reply With Quote
  #7  
Old 04-26-2012, 08:51 PM
Brexen Brexen is offline
 
Join Date: Jul 2011
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kh99 View Post
And that public_html folder is where the vbulletin files are? I'm stumped too.

Do you have an .htaccess file?
Currently there is one on there. But it shouldn't make a difference because it's only restricting IPs from viewing the site.

Code:
AuthName "Admin's only"
AuthType Basic
<Limit GET POST>
order deny,allow
deny from all
allow from My IP
</limit>
Obviously my IP is replaced with my actual IP xD

I'm hopping in the bath. I shall be back in about 30 mins though. I'm just as stumped as you.
Reply With Quote
  #8  
Old 04-26-2012, 08:57 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So if you just put http://www.tacticalhax.com/images/mi...etin4_logo.png in the browser what happens? And can you check the web server access or error logs to see what it says?
Reply With Quote
  #9  
Old 04-26-2012, 09:00 PM
Brexen Brexen is offline
 
Join Date: Jul 2011
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When I put that url. The logo shows fine;



There is no error log on the server and the access logs is just a massive list of all the files uploaded to his server.



back in 20 mins

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

Still no luck. I honestly have no clue what the issue is. It's a fresh install, so it can't be any modifications =/

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

Okay an update. It seems to be working on Internet Explorer but not FireFox. I have no idea why.

I need a few testers.

Go to www.tacticalhax.com and tell me if you see the images.
Reply With Quote
  #10  
Old 04-26-2012, 09:41 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That's strange. It seems with that base tag and src in the img tag that it should load the same file you're able to load in the browser. Did you try a different browser? Maybe use something like Firefox with Firebug to see what the browser's trying to load when you load the page.

Otherwise I'm out of ideas.

ETA: Just read your post above. There may be some Firefox setting telling it not to load the images by default. Do you get images on other sites?
Reply With Quote
Reply

Thread Tools
Display Modes

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 05:07 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05724 seconds
  • Memory Usage 2,247KB
  • Queries Executed 11 (?)
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
  • (3)bbcode_code
  • (3)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
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (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_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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete