Re: Image Handler 2 Support
I tried to install IH2 on my server.
I uploaded all the required files to the respective folder. Now when I go to my admin interface I get the following warning and error:
Warning: require_once(C:/Program Files/xampp/htdocs/ox/includes/extra_configures/bmz_image_handler_conf.php) [function.require-once]: failed to open stream: No such file or directory in C:\Program Files\xampp\htdocs\ox\admin\includes\extra_configures\bmz_image_handler_conf.php on line 12
Fatal error: require_once() [function.require]: Failed opening required 'C:/Program Files/xampp/htdocs/ox/includes/extra_configures/bmz_image_handler_conf.php' (include_path='.;C:\Program Files\xampp\php\pear\') in C:\Program Files\xampp\htdocs\ox\admin\includes\extra_configures\bmz_image_handler_conf.php on line 12
Re: Wrong admin header for Image Handler
Quote:
Originally Posted by
tophand
Maybe you didn't upload all the files.
Have you checked?
bmz_images_handler.php is the defines file.
Code:
/admin/includes/languages/english/extra_definitions/bmz_image_handler.php
Line 43 handles the heading title.
Code:
define('IH_HEADING_TITLE', 'Image Handler<sup>2</sup>');
M
I checked that file and it is correct. But in my admin, when I clicked on Tools > Image Handler 2, the title says "Customers" instead of "Image Handler 2". How do I fix this?
Re: Wrong admin header for Image Handler
Quote:
Originally Posted by
dealbyethan.com
I checked that file and it is correct. But in my admin, when I clicked on Tools > Image Handler 2, the title says "Customers" instead of "Image Handler 2". How do I fix this?
Same file, about line 13:
Code:
define('BOX_TOOLS_IMAGE_HANDLER', 'Image Handler<sup>2</sup>');
M
Re: Image Handler 2 Support
Nothing wrong with that line either. It's defined as:
Image Handler<sup>2</sup>
Re: Image Handler 2 Support
Quote:
Originally Posted by
dealbyethan.com
Nothing wrong with that line either. It's defined as:
Image Handler<sup>2</sup>
Make sure you grabbed the download from the download section here on ZC ... You might also try re-uploading the IH files from a fresh zip package.
Re: Image Handler 2 Support
Quote:
Originally Posted by
Xaria
I tried to install IH2 on my server.
I uploaded all the required files to the respective folder. Now when I go to my admin interface I get the following warning and error:
Warning: require_once(C:/Program Files/xampp/htdocs/ox/includes/extra_configures/bmz_image_handler_conf.php) [function.require-once]: failed to open stream: No such file or directory in C:\Program Files\xampp\htdocs\ox\admin\includes\extra_configures\bmz_image_handler_conf.php on line 12
Fatal error: require_once() [function.require]: Failed opening required 'C:/Program Files/xampp/htdocs/ox/includes/extra_configures/bmz_image_handler_conf.php' (include_path='.;C:\Program Files\xampp\php\pear\') in C:\Program Files\xampp\htdocs\ox\admin\includes\extra_configures\bmz_image_handler_conf.php on line 12
You missed bmz_image_handler_conf.php ... check and make sure it's there. Make sure you didn't miss it under the includes folder as well.
Re: Image Handler 2 Support
Quote:
Originally Posted by
testuser
Make sure you grabbed the download from the download section here on ZC ... You might also try re-uploading the IH files from a fresh zip package.
Yes, I tried that. It still displays as "Customers". Perhaps I should reinstall it? Is there any instruction for uninstallation?
Re: Image Handler 2 Support
Hi... I've installed imagehandler2 and want to use imagemagick....
I also installed imagemagick on our server via yast and set /usr/bin/convert at the conf....
but the image quality is extremly bad as u can see here.
The "hotspot-zoom-image" is not workung, the watermark is also invisible...
What have I do wrong? can someone help me?
Re: Image Handler 2 Support
Quote:
Originally Posted by
dante
Hi... I've installed imagehandler2 and want to use imagemagick....
I also installed imagemagick on our server via yast and set /usr/bin/convert at the conf....
but the image quality is extremly bad as u can see
here.
The "hotspot-zoom-image" is not workung, the watermark is also invisible...
What have I do wrong? can someone help me?
Have you made sure you upload "all" the IH files and are not corrupt?
You are missing a stylesheet.
Right now IH is not working on your site, so have you installed it from the admin?
Admin-->Tools-->Image Handler-->Admin
If installed then click the link to uninstall.
(Note: You are not deleting any files by doing this)
After the page refreshes, you can click the link to install.
M
Re: Image Handler 2 Support
Quote:
Originally Posted by
dealbyethan.com
Yes, I tried that. It still displays as "Customers". Perhaps I should reinstall it? Is there any instruction for uninstallation?
If it was me.
I would just uninstall from the admin after clearing the image cache.
Then upload fresh files then from the admin again install.
M