Re: Image Handler 2 Support
here is the error sting i was/am getting:
Warning: strstr(): Empty delimiter. in /home/content/g/c/l/gclefjewelry/html/includes/classes/bmz_image_handler.class.php on line 126
Warning: strstr(): Empty delimiter. in /home/content/g/c/l/gclefjewelry/html/includes/classes/bmz_image_handler.class.php on line 128
thats what happens when i turn proportional images ON
when its off i dont get that, but my pictures look beyond crappy.
Re: Image Handler 2 Support
Quote:
Originally Posted by Lala_G_Clef_Jewelry
here is the error sting i was/am getting:
Warning: strstr(): Empty delimiter. in /home/content/g/c/l/gclefjewelry/html/includes/classes/bmz_image_handler.class.php on line 126
Warning: strstr(): Empty delimiter. in /home/content/g/c/l/gclefjewelry/html/includes/classes/bmz_image_handler.class.php on line 128
thats what happens when i turn proportional images ON
when its off i dont get that, but my pictures look beyond crappy.
Do you have resize turned on as well when you turn on proportional image?
Re: Image Handler 2 Support
oh you rock.
i didnt even SEE the IM resize :sleepy:
thank you thank you thank you!!! :thumbsup:
now about uploading the images... must i do those EACH?
:lol: im so spoiled by ep :lol:
Re: Image Handler 2 Support
Quote:
Originally Posted by Lala_G_Clef_Jewelry
oh you rock.
i didnt even SEE the IM resize :sleepy:
thank you thank you thank you!!! :thumbsup:
now about uploading the images... must i do those EACH?
:lol: im so spoiled by ep :lol:
Here is a good reading for you: http://www.breakmyzencart.com/ih-doc :)
Basically if you all have images upload, IH will take over from there. For new product you're listing you can upload one image and IH will resize as needed. If you're using EP to upload products, as long as your images are uploaded to the image folder IH will recognize their location and again resize as needed without messing with the original image. If you click on the "i" image icon on product listing page, it will give you more option for image editing, multiple image upload, etc.
I am heading to bed as it's 3am so I probably wont be on the forum until the morning but will take a look to see if you still need assitance.
Re: Image Handler 2 Support
okay now this isnt showing on the *public* cart
but when i goto an image and click on the *I* i get this
Warning: strstr(): Empty delimiter. in /home/content/g/c/l/gclefjewelry/html/includes/classes/bmz_image_handler.class.php on line 126
Warning: strstr(): Empty delimiter. in /home/content/g/c/l/gclefjewelry/html/includes/classes/bmz_image_handler.class.php on line 128
several times.
and while it shows the ONE image as linked, it does NOT show the med and large images.
and i did read that doc, lol, twice. i just didnt understand as far as ep, other than it supported it. im easily confused.... :wacko: i THOUGHT it would do as you said, but since it wasnt doing it i wanted to ask, lol
maybe if i wasnt getting that error it would populate correctly.
I think i am headed to bed myself.. we'll see, lol i do have to get up early to make sack lunchs for the boys for camp :D
Re: Image Handler 2 Support
Hi everyone,
I;ve been spending days trying to get image handler to work and I'm still lost. I uploaded the file and installed it but I do not see the image handler icons. Also, when i go to tools/image handler i get the following errors:
Warning: imagegif(): Unable to open '/home/blackber/public_html/bmz_cache/b/bcc383bd4c135642c5d679497817d645.image.80x80.gif' for writing in /home/blackber/public_html/includes/classes/bmz_image_handler.class.php on line 642
Warning: imagegif(): Unable to open '/home/blackber/public_html/bmz_cache/2/277211cc49dd62810e10ac02b7c6c919.image.119x120.gif' for writing in /home/blackber/public_html/includes/classes/bmz_image_handler.class.php on line 642
Any advice would be greatly appreciated. Thi sis my first experience with PHP so please excuse my ignorance - i am trying my best though!
BTW kudos to all of you that work so hard to help others, you guys are great
Take care,
Terry
Re: Image Handler 2 Support
I've given bad advice on this thread before...but I'd try two things
reload that php file - bmz_image_handler.class.php
and double check your permissions
Re: Image Handler 2 Support
Quote:
Originally Posted by terryrocks
Hi everyone,
I;ve been spending days trying to get image handler to work and I'm still lost. I uploaded the file and installed it but I do not see the image handler icons. Also, when i go to tools/image handler i get the following errors:
Warning: imagegif(): Unable to open '/home/blackber/public_html/bmz_cache/b/bcc383bd4c135642c5d679497817d645.image.80x80.gif' for writing in /home/blackber/public_html/includes/classes/bmz_image_handler.class.php on line 642
Warning: imagegif(): Unable to open '/home/blackber/public_html/bmz_cache/2/277211cc49dd62810e10ac02b7c6c919.image.119x120.gif' for writing in /home/blackber/public_html/includes/classes/bmz_image_handler.class.php on line 642
Any advice would be greatly appreciated. Thi sis my first experience with PHP so please excuse my ignorance - i am trying my best though!
BTW kudos to all of you that work so hard to help others, you guys are great
Take care,
Terry
Your problem is actually easy to fix because it's a folder permission issue. Change permission on your bmz_cache folder and the subfolders to 777 which I believe is the same permission on standard image folder for ZC install.
That will fix the problem.
Re: Image Handler 2 Support
Hello all,
I don't know if anyone else has encountered this. I have two cameras. I have realised that one saves in .JPEG , and .jpg. The .JPEG photos don't show on my zen site. I wondered if there is anyway to enable them without retaking them with the other camera. The .JPEG photos show fine in the admin side.
Many thanks,
Russ:thumbsup:
Re: Image Handler 2 Support
Quote:
Originally Posted by HeathenMagic
Hello all,
I don't know if anyone else has encountered this. I have two cameras. I have realised that one saves in .JPEG , and .jpg. The .JPEG photos don't show on my zen site. I wondered if there is anyway to enable them without retaking them with the other camera. The .JPEG photos show fine in the admin side.
Many thanks,
Russ:thumbsup:
Did you try just renaming one of the .JPEG to .jpeg? Lowercase thing...that may work or see the suggestion below.
You might also take a look at
/includes/extra_configures/bmz_image_handler_conf.php
There is a setting in there that is defaulted to 'false'. It may help you out although it may add a little overhead.