Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > vBgarage
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Uploading = Black Thumbnail?? Details »»
Uploading = Black Thumbnail??
Version: , by b00k b00k is offline
Developer Last Online: Jun 2013 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 02-10-2005 Last Update: Never Installs: 0
 
No support by the author.

i have vbgarage working and everytime i upload an image it adds it to the garage not as a thumbnail but as a link (ie: hotcar.jpg) . When you click it the image name (hotcar.jpg) it pops up but the window is all black.
Any thoughts?

http://www.torontostreetracing.com/online/

:ermm:

Download Now

File Type: (21.3 KB, 12 views)
File Type: (21.3 KB, 21 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 02-10-2005, 02:14 PM
jdebler jdebler is offline
 
Join Date: Sep 2002
Location: Detroit
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I dunno how much this helps, but I want to say your image paths are incorrect. The black you see in the popup window is the background without an image, meaning the image is not displaying. This might also explain the thumbnail issue. It cannot find the thumbnail, so it substitutes a text link instead.

I checked out your garage, and viewed the properties of one of the "broken" images, and loaded the properties URL...see for yourself what happens...
http://www.torontostreetracing.com/o...width=175&id=5

This is only a guess on my part. Someone please correct me if I am wrong.
Reply With Quote
  #3  
Old 02-10-2005, 03:11 PM
b00k b00k is offline
 
Join Date: Feb 2005
Posts: 251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jdebler
I dunno how much this helps, but I want to say your image paths are incorrect. The black you see in the popup window is the background without an image, meaning the image is not displaying. This might also explain the thumbnail issue. It cannot find the thumbnail, so it substitutes a text link instead.

I checked out your garage, and viewed the properties of one of the "broken" images, and loaded the properties URL...see for yourself what happens...
http://www.torontostreetracing.com/o...width=175&id=5

This is only a guess on my part. Someone please correct me if I am wrong.
yup.. igot what youre saying but im not even sure where to begin with this. :disappointed: :tired:

im thinking now, a wrong path?

Quote:
<?php
// vBGarage 4.0.0 By Magnus
// Ugrades/congif file by noppid @ www.lakecs.com 1-18-2005

// set this to 1 to store vbgarage images in the filesystem.
// set this to 0 to store vbgarage images in the DataBase.
$vbg_use_fs = 1;

// path to files folder, include the trailing slash. Folder must be set 777.
// this must be set to use a watermark too. If not using FS mode A read only folder is ok.
$vbg_path = "/home/online/garage/";

// set this to 1 to enable watermarking of full size images
$vbg_use_wm = 0;

// set the name of the watermark file. It must be uploaded to your images folder.
// you must use a .png file.

$vbg_wm = "watermark.png";

// water mark position
// set this to 0 for top center of image OR set this to 1 for bottom center of image
$vbg_position = 0;

?>
andi verified the dir where i would like the uploads to go, and after uploading nothing was in it. sooo now.. issues
Reply With Quote
  #4  
Old 02-10-2005, 03:35 PM
noppid noppid is offline
 
Join Date: Mar 2003
Location: Florida
Posts: 1,875
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That one SS shows GD for Perl, not PHP. Not sure if that's the problem or not though.
Reply With Quote
  #5  
Old 02-10-2005, 03:38 PM
b00k b00k is offline
 
Join Date: Feb 2005
Posts: 251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by noppid
That one SS shows GD for Perl, not PHP. Not sure if that's the problem or not though.
i just grabbed that from the control panel...LOL..
im lost now..
Reply With Quote
  #6  
Old 02-10-2005, 03:46 PM
noppid noppid is offline
 
Join Date: Mar 2003
Location: Florida
Posts: 1,875
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TSR
i just grabbed that from the control panel...LOL..
im lost now..
Try this...

Go to ftp and see if you have i123.jpg and t123.jpg for example. Download one of the txxx.jpg's and see if it works. If it does, we have a link problem, if they don't exist or don't work I think it's a GD problem which your host will have to fix by adding GD to PHP.
Reply With Quote
  #7  
Old 02-10-2005, 03:49 PM
b00k b00k is offline
 
Join Date: Feb 2005
Posts: 251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ya, im not seeing any of the files ive tried to attach via vbgarage.

however, my regular thread attachments is working great.
ill send a msg to the host...

i thought maybe it was an error in my path to the dir of the garage.
Reply With Quote
  #8  
Old 02-10-2005, 03:55 PM
noppid noppid is offline
 
Join Date: Mar 2003
Location: Florida
Posts: 1,875
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TSR
ya, im not seeing any of the files ive tried to attach via vbgarage.

however, my regular thread attachments is working great.
ill send a msg to the host...

i thought maybe it was an error in my path to the dir of the garage.

If you don't see any images in the folder, it may be the path or the permissions.

The images folder needs to have 777 attributes.
Reply With Quote
  #9  
Old 02-10-2005, 04:11 PM
b00k b00k is offline
 
Join Date: Feb 2005
Posts: 251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by noppid
If you don't see any images in the folder, it may be the path or the permissions.

The images folder needs to have 777 attributes.

yup, permissions are all in check, i think its the path..

ive tried /usr/online/garage
./online/garage
/public_html/online/garage

i give up until ihear from one of the other guys..

i wish there was a way to check, or even a file i could download, crack open and see
Reply With Quote
  #10  
Old 02-10-2005, 04:21 PM
noppid noppid is offline
 
Join Date: Mar 2003
Location: Florida
Posts: 1,875
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You are on a cpanel server so the path is something like.

/home/toront/public_html/online/garage/

The toront part is a guess. Replace that with your cpanel login name.
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 05:17 AM.


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.04461 seconds
  • Memory Usage 2,321KB
  • Queries Executed 24 (?)
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
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)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
  • (9)postbit
  • (2)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete