Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

[Contribution] oscThumb


Guest

Recommended Posts

can u say what your osCthumb settings are in admin.

 

Of course! Please note that my non-live store is located at http://muellerized.com/shop/ and that if I change the oscThumb Master Switch to "Off" that all the images I've created (there's only like 5 test products) immediately show up as normal. My Admin Settings:

 

EDIT: I had this all spaced out correctly, but it appears the forums strip the tabs out. If you'd like me to take a screenshot and upload that for readability, I'd be happy to. Further, I'd be happy to give out an admin login for you to check into this, spooks, since I'm only installing oscThumb so I can install your fancybox contribution ;)

 

oscThumb Master Switch On

Process Store's Graphics False

Encrypt Image Filenames True

Filename Encryption Key 3ncryptm3

Output GIFs as JPEGs False

'GIF as JPEG' Matte colour (HEX) FFFFFF

Thumbnail Cache directory phpThumb/cache/

Use Zoom Crop? False

JPEG Quality - Pop-up Images 95

JPEG Quality - Product Information Thumbnails 95

JPEG Quality - Category Thumbnails 95

JPEG Quality - Heading Thumbnails 95

JPEG Quality - Small Thumbnails 95

Graphic Watermark in Pop-up Images No

Graphic Watermark in Product Information Thumbnails No

Graphic Watermark in Category Thumbnails No

Graphic Watermark in Heading Thumbnails No

Graphic Watermark in Small Thumbnails No

Watermark Image File

Image Watermark Transparency 20

Image Watermark Position Top

Image Watermark Margin 0

Text Watermark in Pop-up Images No

Text Watermark in Product Information Thumbnails No

Text Watermark in Category Thumbnails No

Text Watermark in Heading Thumbnails No

Text Watermark in Small Thumbnails No

Watermark Text Sample

Text Watermark Font Name arial.ttf

Text Watermark Size 10

Text Watermark Colour (HEX) 000000

Text Watermark Transparency 20

Text Watermark Position Top

Text Watermark Margin 0

Text Watermark Angle 0

Frame Pop-up Images No

Frame Product Information Thumbnails No

Frame Category Thumbnails No

Frame Heading Thumbnails No

Frame Small Thumbnails No

Frame Width 4

Frame Depth 4

Frame Colour (HEX) CCCCCC

Frame Inside 3D Highlight Colour (HEX) FFFFFF

Frame Inside 3D Shadow Colour (HEX) 000000

Buttonize Pop-up Images No

Buttonize Product Information Thumbnails No

Buttonize Category Thumbnails No

Buttonize Heading Thumbnails No

Buttonize Small Thumbnails No

Button Height 4

Button Highlight Colour (HEX) CCCCCC

Button Shadow Colour (HEX) 000000

Allow thumbnails larger than original False

Additional parameters

Edited by muellerizedsales
Link to comment
Share on other sites

  • Replies 443
  • Created
  • Last Reply

Top Posters In This Topic

 

 

No, thats fine.

 

You have Encrypt Image Filenames set to True

 

As mentioned very recently here there are issues with that currently, so you must set that to false for now. smile.gif

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

No, thats fine.

 

You have Encrypt Image Filenames set to True

 

As mentioned very recently here there are issues with that currently, so you must set that to false for now. smile.gif

 

Okay, I changed that setting to False and am still getting the same results.

 

Is there anything else I might need to set? I am expecting that the images I already had would be imported/used by OSCThumb but perhaps that assumption is not valid?

 

Here's another copy of my settings to show that I changed the Encrypt Image Filenames to False:

 

oscThumb Master Switch On

Process Store's Graphics False

Encrypt Image Filenames False

Filename Encryption Key 3ncryptm3

Output GIFs as JPEGs False

'GIF as JPEG' Matte colour (HEX) FFFFFF

Thumbnail Cache directory phpThumb/cache/

Use Zoom Crop? False

JPEG Quality - Pop-up Images 95

JPEG Quality - Product Information Thumbnails 95

JPEG Quality - Category Thumbnails 95

JPEG Quality - Heading Thumbnails 95

JPEG Quality - Small Thumbnails 95

Graphic Watermark in Pop-up Images No

Graphic Watermark in Product Information Thumbnails No

Graphic Watermark in Category Thumbnails No

Graphic Watermark in Heading Thumbnails No

Graphic Watermark in Small Thumbnails No

Watermark Image File

Image Watermark Transparency 20

Image Watermark Position Top

Image Watermark Margin 0

Text Watermark in Pop-up Images No

Text Watermark in Product Information Thumbnails No

Text Watermark in Category Thumbnails No

Text Watermark in Heading Thumbnails No

Text Watermark in Small Thumbnails No

Watermark Text Sample

Text Watermark Font Name arial.ttf

Text Watermark Size 10

Text Watermark Colour (HEX) 000000

Text Watermark Transparency 20

Text Watermark Position Top

Text Watermark Margin 0

Text Watermark Angle 0

Frame Pop-up Images No

Frame Product Information Thumbnails No

Frame Category Thumbnails No

Frame Heading Thumbnails No

Frame Small Thumbnails No

Frame Width 4

Frame Depth 4

Frame Colour (HEX) CCCCCC

Frame Inside 3D Highlight Colour (HEX) FFFFFF

Frame Inside 3D Shadow Colour (HEX) 000000

Buttonize Pop-up Images No

Buttonize Product Information Thumbnails No

Buttonize Category Thumbnails No

Buttonize Heading Thumbnails No

Buttonize Small Thumbnails No

Button Height 4

Button Highlight Colour (HEX) CCCCCC

Button Shadow Colour (HEX) 000000

Last Hash (System Use - Read Only) 1caaee1f2ac5a6ceaf5e4ba7d938d0b7

Allow thumbnails larger than original False

Additional parameters

Link to comment
Share on other sites

 

 

 

can u check u have the osc page cache turned off.

 

can u give a url?

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

All,

 

When I enable this contribution I receive the error message

 

"/home/xxxxxx/public_html//http://littlestork.ca/img_cache/a bunch of letters and numbers.gif" does not exist.

 

So I use Google Chrome to edit this and essentially remove that extra "/" prior to "http". I get the error message that states and I am paraphrasing "A MUCH better option is to remove http://littlestork.ca/ ". But I can get the image to display if I make $PHPTHUMB_CONFIG['allow_local_http_src'] equal true within phpThumb.config.

 

My phpThumb.config settings are as follows:

 

$PHPTHUMB_CONFIG['document_root'] = DIR_FS_CATALOG; // oscThumb: added osCommerce directory

 

$PHPTHUMB_CONFIG['cache_directory'] = $PHPTHUMB_CONFIG['document_root'].CFG_TN_CACHE_DIRECTORY;

 

Any help would be greatly appreciated.

 

Thanks,

Jonathon

Edited by johanv
Link to comment
Share on other sites

All,

 

When I enable this contribution I receive the error message

 

"/home/xxxxxx/public_html//http://littlestork.ca/img_cache/a bunch of letters and numbers.gif" does not exist.

 

So I use Google Chrome to edit this and essentially remove that extra "/" prior to "http". I get the error message that states and I am paraphrasing "A MUCH better option is to remove http://littlestork.ca/ ". But I can get the image to display if I make $PHPTHUMB_CONFIG['allow_local_http_src'] equal true within phpThumb.config.

 

My phpThumb.config settings are as follows:

 

$PHPTHUMB_CONFIG['document_root'] = DIR_FS_CATALOG; // oscThumb: added osCommerce directory

 

$PHPTHUMB_CONFIG['cache_directory'] = $PHPTHUMB_CONFIG['document_root'].CFG_TN_CACHE_DIRECTORY;

 

Any help would be greatly appreciated.

 

Thanks,

Jonathon

 

Update I changed a value in "includes/clases/oscthumb.php" and it works. The value is on line 138

 

Before

 

$src = '/'.$src;

 

After

 

$src = ''.$src;

 

Hopefully this helps other people in the same situation.

 

Thanks,

Jonathon

Link to comment
Share on other sites

I have installed this contribution 3times, every time i hade no images at all, just text in place where picture should be.

I checked file oscthumb.php? with image files, it output nthing. even wheen i remove Content-Type: image/jpeg from files to see jpg output as it is, even there nothing happends just white screen no error output :/.

 

 

anyone ?

Link to comment
Share on other sites

I have installed this contribution 3times, every time i hade no images at all, just text in place where picture should be.

I checked file oscthumb.php? with image files, it output nthing. even wheen i remove Content-Type: image/jpeg from files to see jpg output as it is, even there nothing happends just white screen no error output :/.

 

 

anyone ?

 

 

you have to take more care when u install, many manage to repeat thier same mistakes every time they try, only when they look back afresh do they see their errors, I've gone to fix peoples installs where they insist they have done it all perfect, but when I find there missing files/edits, they say oh I was in a rush then/ the phone rang/ I thought that bit did'nt matter!! .....

 

I've installed this on quite a number of servers, never had your issue, please check your edits again. smile.gif

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

thx mate, i will smile.gif

 

 

Your site is showing issue with safe mode restrictions, fix those first, don't just ignore such errors.

 

Safe mode is a cop out used by some hosts, it should not be used as a properly set up server does not need it, the mode is also to be depreciated on the next release (fortunatly). smile.gif

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

I have install oscThumb before. My first time it works for one of my website.

Now I install it again for my other website. It didn't show up in my admin?

Anyone has any idea? Especially Spooks. ahahhahaha kakakak.

 

I have compared both my old and new website (everything looks identical) but the new one didn't have the function in configuration.

 

The new one i have installed one page check out. I dont know if that the problem or not?

 

Appreciate the helps and support

Link to comment
Share on other sites

I have install oscThumb before. My first time it works for one of my website.

Now I install it again for my other website. It didn't show up in my admin?

Anyone has any idea? Especially Spooks. ahahhahaha kakakak.

 

I have compared both my old and new website (everything looks identical) but the new one didn't have the function in configuration.

 

The new one i have installed one page check out. I dont know if that the problem or not?

 

Appreciate the helps and support

My best guess is that you forgot to import the SQL into your database...

Link to comment
Share on other sites

First thanks to the great contribution, I have installed and managed to display with some of the thumbnails.

 

I found the reason for the not displayed as the picture file name has special character '&'. Like file "A & B.jpg", it will looking for "B.jpg". It seems this problem can only be solved by rename the picture file.

Link to comment
Share on other sites

For best results on all systems file names should be limited to alpahnumeric (upper/lower case letters A-Z or digits 0-9) and the underscore (_)

 

The use of spaces or other punctuation or "special" characters should be avoided.

 

Sometimes you can get away with other characters and sometimes you can't.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

First thanks to the great contribution, I have installed and managed to display with some of the thumbnails.

 

I found the reason for the not displayed as the picture file name has special character '&'. Like file "A & B.jpg", it will looking for "B.jpg". It seems this problem can only be solved by rename the picture file.

 

 

You are correct, you should not use any reserved characters in your filenames for your pictures, for best practice do not put any of: $&+,/:;=?@<>#%{}|^~[]` or any spaces or any quotes. If u have Photoshop, it's save for web option will ensure a valid filename. smile.gif

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

  • 2 weeks later...

I have installed oscThumb and it works great for the most part.

 

But the odd image has some artifacting and makes the image look terrible. I have cleared the cache and reuploaded the image but it still keeps happening.

 

Like is said it only happens on certain images and I have checked the settings on one image that isnt doing against one that is and they appear to be they same.

 

Can anyone offer any advice on how I combat this?

Link to comment
Share on other sites

hello everyone ,

i tried to install oscthumbs vers1.1.2 so my site work before

(i have image on my products and off course if i turn off the switch button in the admin part it's work properly with images )

when i upload the last modified file hmtloutput i compare all the line code modified very well before i do ..

so now i have any images on my products i set the chmod of the cache file to 777 i change few things before in the configuration sets in the admin settings of the oscthumbs but nothing different like the install joining page

i tried to change image required to false to true nothing works

i tried to set the cache directory to phpThumb/cache/ to /phpThumb/cache/

i don't understand where is the error

so pls help me if you can

Edited by prince_66
Link to comment
Share on other sites

Hello,

 

I installed this contribution in conjunction with Simple Multiple Images (Unlimited) with Fancy Popups V1.3.2

While I was succesfull installing the contributions - the oscThumb does NOTHING. As a matter of fact - the Multiple Images contib. stops working, in terms that the thumbs stays the same - they do not "expand", nothing happened when I click on them.

 

Can someone please explain what should I do?

Thank you

Link to comment
Share on other sites

Great contribution. Been installed for about 6 months now withno problems. But recently i changed the product info image size up to about 250x250px. Its looked fine when 1st checked but then i noticed an item with a review of that particular product in the right column and the image was also 250x250 which caused the column to look totalled screwed! (It too me a while to work out that it was changing size with the product info image).

 

The images in the review box are fine on any other page but the product info.

Any idea? could be simple maybe i removed a bit of code? Checked all obvois aspects but i'm lost.

 

Thanks

Link to comment
Share on other sites

Great contribution. Been installed for about 6 months now withno problems. But recently i changed the product info image size up to about 250x250px. Its looked fine when 1st checked but then i noticed an item with a review of that particular product in the right column and the image was also 250x250 which caused the column to look totalled screwed! (It too me a while to work out that it was changing size with the product info image).

 

The images in the review box are fine on any other page but the product info.

Any idea? could be simple maybe i removed a bit of code? Checked all obvois aspects but i'm lost.

 

Thanks

I didn't understood your problem entirely. In the right column you the thumbnail is not working? Can you post a picture showing the problem?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...