Re: Image Handler 2 Support
I just installed Image Handler, and I have a little problem. I want it to watermark my images, so in Configuration>Images I set it to watermark Small, Medium & large. But it's only watermarking the small ones! How do I make it watermark medium & Large? I tried clearing the image cache, didn't help. Also, where do I set the size for medium & large images? Is there a place to do that?
thanks
Re: Image Handler 2 Support
Quote:
Originally Posted by
afo
It's not working in IE or FF for me, so that's not the problem. I get the watermark and the zoom overlay, but no image on hover.
WOOT! I found the problem. I discovered I was getting javascript errors in FF and decided to go through the download files again to make sure I didn't forget to upload something. :shocking: I did! I found includes\templates\templated_default\jscript\jscript_imagehover.js hadn't been uploaded. I FTPed it to the site and PRESTO! The hover works! :cool:
Re: Image Handler 2 Support
w00t!! I fixed my problem, too. I deleted Img Handler and reuploaded & reinstalled, then re up loaded all my pics, too. Now the watermarks show up fine.
Re: Image Handler 2 Support
Getting error:
Error!
Unable to determine the page link!
Function used:
zen_href_link('', '', 'NONSSL')
When adding a large image in addition to the small image.
No answers in thread.
Anybody got an idea?
Re: Image Handler 2 Support
Fatal error: require() [function.require]: Failed opening required 'includes/ih_manager.php' (include_path='.;C:\Program Files\xampp\php\pear\') in C:\Program Files\xampp\htdocs\ZZZZ\admin\image_handler.php on line 153
L153: require('includes/ih_manager.php');
I am running:
GD Version - bundled (2.0.28 compatible)
PHP Version: 5.2.0 (Zend: 2.2.0)
Do I need to install something else??
Re: Image Handler 2 Support
Quote:
Originally Posted by
Sunabac
Fatal error: require() [
function.require]: Failed opening required 'includes/ih_manager.php' (include_path='.;C:\Program Files\xampp\php\pear\') in
C:\Program Files\xampp\htdocs\ZZZZ\admin\image_handler.php on line
153
L153: require('includes/ih_manager.php');
I am running:
GD Version - bundled (2.0.28 compatible)
PHP Version: 5.2.0 (Zend: 2.2.0)
Do I need to install something else??
ups, I was missing a file... sorry about this
Re: Image Handler 2 Support
Hi,
I just installed a fresh version of zencart 1.3.7.
The I installed the IH2 in the downloads area..
Everything is well, I clicked instal IH in Admin and it installed.
Now whenever I click the I icon or the Tools>Image Handlre I get this Error...
Warning: main(includes/ih_manager.php) [function.main]: failed to open stream: No such file or directory in /home/roydahda/public_html/catalog/admin/image_handler.php on line 153
Warning: main(includes/ih_manager.php) [function.main]: failed to open stream: No such file or directory in /home/roydahda/public_html/catalog/admin/image_handler.php on line 153
Fatal error: main() [function.require]: Failed opening required 'includes/ih_manager.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/roydahda/public_html/catalog/admin/image_handler.php on line 153
Any one what the problem is??
Also, I installed the Australia Post module...
All seems good but in Shipping Modules>AusPARCEL Post....The Shipping Zones is FLORIDA?
It is not giving the option to choose Australia or Worldzones?
Please Help.
www.roydahdah.com/catalog
Re: Image Handler 2 Support
Quote:
Originally Posted by
rlexyd
I just installed a fresh version of zencart 1.3.7. The I installed the IH2 in the downloads area.. Everything is well, I clicked instal IH in Admin and it installed. Now whenever I click the I icon or the Tools>Image Handlre I get this Error...
A good hint appears repeatedly within the error message:
"No such file or directory in /home/roydahda/public_html/catalog/admin/image_handler.php"
which indicates Image Handler cannot find the file "image_handler.php" within /home/roydahda/public_html/catalog/admin/
Double check to ensure the file is contained within the /admin directory.
On a related note it appears your shop directory structure is not set-up quite correctly (it will work but will likely cause you difficulty in the future if not corrected). That is, instead of naming the directory which your zen cart is installed as "catalog", better to name the directory with your shopname or something similar.
e.g. /home/youraccountname/public_html/yourshopname/
Then the path to your admin directory will be:
/home/youraccountname/public_html/yourshopname/admin/
And the path to your "catalog" directory will be:
/home/youraccountname/public_html/yourshopname/includes/
With many mods install instructions, you will often observe the word "catalog" is used in context of specifying an EXAMPLE directory path, indicating the includes directory one level down from the shop root directory (e.g. /yourshopname/includes) to differentiate from /admin/includes. But in this regard the word catalog is not to be applied so literally.
Regarding your shipping mod question please do post your issue to the appropriate forum support thread. :)
Woody
Re: Image Handler 2 Support
More coffee woody, LOL
make sure that you uploaded (includes/ih_manager.php)
Re: Image Handler 2 Support
Quote:
Originally Posted by
Merlinpa1969
More coffee woody, LOL
make sure that you uploaded (includes/ih_manager.php)
Egads! Thanks for the correction Merlin. Yes I got that flat *** backwards, copy and pasting the wrong path from rlexyd's error message. Maybe too much coffee already ;-)