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.