Zen Cart Logo
Forums / All Other Contributions/Addons / Image Handler 2 (for ZC v1.3.8 ONLY) Support

Image Handler 2 (for ZC v1.3.8 ONLY) Support

Views: 2,510,624

Results 2,241 to 2,260 of 7,094
10 Feb 2008, 12:28 AM
#2241
nicholeann avatar

nicholeann

New Zenner

Join Date:
May 2007
Posts:
50
Plugin Contributions:
0

Image Handler 2 (for ZC v1.3.8 ONLY) Support

I've searched through the forum for the answer to this and only found the question...a lot...but no answer. I can't read through 226 pages for this answer...someone please help me figure out why my additional images are not showing up.

I've read it could be a naming problem. Can't find where they mention how its supposed to be named but these are:

scrappycats_familyis_preview.jpg
scrappycats_familyis_preview_01.jpg
scrappycats_familyis_preview_02.jpg

I've also read that it could be the additional images setting is off. Can't find this setting.

Under admin in IH2 I only have the following options:
Remove Image Handler from database
Clear image cache
Scan for old IH 0.x and 1.x original images

We have just begun uploading products and extra images are very important to our store so I hope we can get this figured out.

Thanks to anyone who helps!

10 Feb 2008, 1:31 AM
#2243
nicholeann avatar

nicholeann

New Zenner

Join Date:
May 2007
Posts:
50
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Scratch that. It was working but in admin I got an error on that file and white pages in the store.

12 Feb 2008, 3:42 PM
#2244
testuser avatar

testuser

Inactive

Join Date:
Oct 2004
Location:
Houston, TX
Posts:
792
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

NicholeAnn:

Scratch that. It was working but in admin I got an error on that file and white pages in the store.

:lookaroun Whoa ... calm down. Let's get me up to speed with what's going on. What's the problem your CURRENTLY having - you've posted so many.

13 Feb 2008, 12:28 AM
#2246
quentinjs avatar

quentinjs

Zen Follower

Join Date:
Mar 2004
Location:
Calgary, Alberta
Posts:
289
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

What I've seen of this tool looks fantastic. Its exactly what I decided today I needed to write... as it didn't exist (or so I thought) and then I found this... WOW... I have found 1 concern so far.

Here is some install problems... I'm using MySQL 5, and its a little more picky on the inserts, it likes all the fields to be specified (if you can). And you can't use "" as NULL should be used instead.

I quickly stole this from another product to show one that does work okay.

# Main Price-list settings
INSERT INTO configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) VALUES (NULL, 'Printable Price-list', 'The main options for the printable price-list module are stored here.', @sortorder+1, 1);

SELECT @pricelistid:=max(configuration_group_id)
FROM configuration_group;

SELECT @pricelistid;

INSERT INTO configuration ( configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, use_function, set_function ) VALUES ( 'Default Profile', 'PL_DEFAULT_PROFILE', '1', 'Choose the default profile to use.', @pricelistid , 10, NULL , 'zen_cfg_select_option(array(\'1\', \'2\', \'3\' ),' );
13 Feb 2008, 12:35 AM
#2247
quentinjs avatar

quentinjs

Zen Follower

Join Date:
Mar 2004
Location:
Calgary, Alberta
Posts:
289
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

blank please

13 Feb 2008, 5:35 AM
#2248
jeking avatar

jeking

Totally Zenned

Join Date:
Oct 2005
Location:
Chicago, IL USA
Posts:
1,592
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

I can't seem to find an answer. I'm trying to get rid of the last validation error and I believe it's related to IH2.

The error i'm getting says:
"<" + "/" + letter not allowed here

and references this code:
document.write('<a href="javascript:popupWindow(\'http://www.customcreationsunlimited.com/shop/index.php?main_page=popup_image&pID=896\')"><img src="images/prod/wooden-puzzle-dad.gif" alt="I Love Dad Wooden Puzzle" title=" I Love Dad Wooden Puzzle " width="144" height="120" /><br /><span class="imgLink">larger image</span></a>');

If I'm understanding it correctly, it should end with </span></a>

Is that correct? What file do I edit to fix it?

URL if it helps; http://www.customcreationsunlimited.com/shop/wooden-puzzles-219/i-love-dad-wooden-puzzle-896.html

13 Feb 2008, 7:09 AM
#2249
ethanolic avatar

ethanolic

New Zenner

Join Date:
Mar 2006
Posts:
42
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

hi All

I have installed image handler 2 to my clients website but for the additional images in each product , when rollover with my mouse the hover image displays correctly , but when i click on that additional image. It only display the main product image and not the image that is being selected

eg:
http://www.trustytime88.com/index.php?main_page=product_info&cPath=1_13&products_id=2350&zenid=e21e16cde5cd7680e97a619a0a1ca867

Any help is appreciated

13 Feb 2008, 7:50 PM
#2250
zinfandel avatar

zinfandel

Zen Follower

Join Date:
Feb 2007
Location:
NNJ
Posts:
205
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Working on localhost I have installed IH2 v 1.3.7 onto a fresh copy of ZC v1.3.8a

I notice no problems until I attempted to add a new product the other day. That product image would not display on the product list, and it would not display on product info page either. It causes strange behaviour only solved by deleting the product.

For the product info page, sometimes I would see this:

<!--document.write('

where the product image and info were suppose to be, but were never rendered.

And then sometimes I would get the product info but only a link for the pop-up image. The behaviour has been erratic.

I've deleted and reinserted the product numerous times. I deleted the image and recreated it numerous times. But to no avail.

I'm working on a WAMP5 server which is windows based. Does case matter for the image file extensions? Another words, do I have to modify a config file somewhere to allow for uppercase extensions such as .PNG, .JPG, .GIF ??

13 Feb 2008, 8:54 PM
#2251
marcelo63 avatar

marcelo63

Zen Follower

Join Date:
Dec 2007
Posts:
125
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

I need help. Honestly I do not know where to look into

Site ysandals dot com

Stop working, I do not know what contribution I have added due I have a lot, but IH2 is no longer active.
I did overwrite all the files again, clear cache and set again folder permission to 777.
All started when stop working on product listing per category then I realized that some items on side boxes did not work either, and some yes

also in another site ygfashion dot com, is not working on product listings or Feature Product. If I did set up wrongly of again another contribution may have affected this

Any help would be appreciated.
Thank you
Marcelo

15 Feb 2008, 12:13 AM
#2252
kent avatar

kent

New Zenner

Join Date:
Jan 2008
Posts:
33
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Hey kids,

It's been a month of sundays, but I finally have my cart almost the way I want it. I had everything working on my local testbed, but now that I'm building it on the live server I've hit a snag regarding imagehandler2.

The popup image (for an extra image in the Porduct Info page pops under my site images, and way off to one side, like so:

http://kentbarrett.com/zen1/index.php?main_page=product_info&cPath=1_2_3&products_id=3

Can't find what I did different from the test site. Any ideas?

TIA!

(ps sorry if I posted this twice, I lost my connection when I was sending this message previously)

15 Feb 2008, 12:27 AM
#2253
testuser avatar

testuser

Inactive

Join Date:
Oct 2004
Location:
Houston, TX
Posts:
792
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Kent:

Hey kids,

It's been a month of sundays, but I finally have my cart almost the way I want it. I had everything working on my local testbed, but now that I'm building it on the live server I've hit a snag regarding imagehandler2.

The popup image (for an extra image in the Porduct Info page pops under my site images, and way off to one side, like so:

http://kentbarrett.com/zen1/index.php?main_page=product_info&cPath=1_2_3&products_id=3

Can't find what I did different from the test site. Any ideas?

TIA!

(ps sorry if I posted this twice, I lost my connection when I was sending this message previously)

Appears to be working fine ...

15 Feb 2008, 1:24 AM
#2254
kent avatar

kent

New Zenner

Join Date:
Jan 2008
Posts:
33
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Really? Because on Safari and on Firefox (Mac) the rollover popup appears in the top left corner of the page, underneath the logo image.

15 Feb 2008, 5:34 AM
#2255
misty avatar

misty

Inactive

Join Date:
Apr 2004
Location:
UK
Posts:
5,752
Plugin Contributions:
1

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Kent:

Really? Because on Safari and on Firefox (Mac) the rollover popup appears in the top left corner of the page, underneath the logo image.
Your template does not have correct stylesheet installed for image handler
i.e.

includes/templates/sang_embed/css/style_imagehover.css

is missing..

15 Feb 2008, 11:08 PM
#2256
jacque427 avatar

jacque427

Zen Follower

Join Date:
Apr 2005
Location:
Spokane, Washington
Posts:
324
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Thanks so much to Focus360. Out of the blue I was getting this error...

Warning: main() [function.main]: open_basedir restriction in effect.
File(/usr/share/pear/bmz_gif_info.class.php) is not within the allowed path(s):
(/home/httpd/vhosts/freshabundance.com/httpdocs:/tmp) in
/home/httpd/vhosts/freshabundance.com/httpdocs/includes/classes/bmz_image_handler.class.php on line
12

Warning: main(bmz_gif_info.class.php) [function.main]: failed to open stream: Operation
not permitted in
/home/httpd/vhosts/freshabundance.com/httpdocs/includes/classes/bmz_image_handler.class.php on line
12

Fatal error: main() [function.require]: Failed opening required 'bmz_gif_info.class.php'
(include_path='.:/usr/share/pear:.') in
/home/httpd/vhosts/freshabundance.com/httpdocs/includes/classes/bmz_image_handler.class.php on line
12

It literally appeared out of nowhere. I have been running 1.3 since it was released without problems till today.

Found Focus 360's post and that seems to have done the trick.

Has anyone else had this problem appear suddenly?

focus360:

Ok My problem is now sorted!!!

I deleted line 12

require_once('bmz_gif_info.class.php');

and replaced it with the contents of bmz_gif_info.class.php

Everything now works!!!! Including all IH.

So why does the script use require_once('bmz_gif_info.class.php');???

No other scripts in includes/classes call a script.

Ive found nothing which is missing, zoom, compression, and watermarks all work.

:D

16 Feb 2008, 4:41 AM
#2257
testuser avatar

testuser

Inactive

Join Date:
Oct 2004
Location:
Houston, TX
Posts:
792
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

jacque427:

Thanks so much to Focus360. Out of the blue I was getting this error...

Warning: main() [function.main]: open_basedir restriction in effect.
File(/usr/share/pear/bmz_gif_info.class.php) is not within the allowed path(s):
(/home/httpd/vhosts/freshabundance.com/httpdocs:/tmp) in
/home/httpd/vhosts/freshabundance.com/httpdocs/includes/classes/bmz_image_handler.class.php on line
12

Warning: main(bmz_gif_info.class.php) [function.main]: failed to open stream: Operation
not permitted in
/home/httpd/vhosts/freshabundance.com/httpdocs/includes/classes/bmz_image_handler.class.php on line
12

Fatal error: main() [function.require]: Failed opening required 'bmz_gif_info.class.php'
(include_path='.:/usr/share/pear:.') in
/home/httpd/vhosts/freshabundance.com/httpdocs/includes/classes/bmz_image_handler.class.php on line
12

> 
> Found Focus 360's post and that seems to have done the trick. 
> 
> Has anyone else had this problem appear suddenly?

Path bug...
16 Feb 2008, 3:04 PM
#2258
andyii avatar

andyii

Zen Follower

Join Date:
Mar 2007
Posts:
153
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

If instead of safe_mode, you set an open_basedir directory then all file operations will be limited to files under the specified directory. .....
----perhaps host has set new restrictions----

Warning: main() [function.main]: open_basedir restriction in effect..

17 Feb 2008, 8:09 PM
#2259
jatocar avatar

jatocar

New Zenner

Join Date:
Feb 2008
Posts:
20
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

My new site has Image Handler2 install and was working OK till I installed Zen lightbox v1.4. Zen lightbox works OK but not Image Handler2.

I have looked for help in the forum but not yet found a fix.

Please help

My new site http://www.indigosilvergems.com

18 Feb 2008, 9:11 AM
#2260
zinfandel avatar

zinfandel

Zen Follower

Join Date:
Feb 2007
Location:
NNJ
Posts:
205
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Jatocar,

Your problem sounds fairly common. If you haven't seen that here then you haven't looked all that hard.

There is most likely a file that these two mods share in common.
By installing the Litebox, you most likely negated the modification made to that file by IH2.

When this happens, you have to merge the changes into a single version as opposed to blindly uploading the file.

Go back and trace over your steps to see if this is the case, if you find a common file that both mods have modified, pick one version and then merge in the changes from the other one.

Let us know how that goes for you.