Page 195 of 710 FirstFirst ... 95145185193194195196197205245295695 ... LastLast
Results 1,941 to 1,950 of 7099
  1. #1941
    Join Date
    May 2007
    Posts
    95
    Plugin Contributions
    0

    Default 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

  2. #1942
    Join Date
    Dec 2005
    Location
    Australia
    Posts
    772
    Plugin Contributions
    0

    Default Re: Wrong admin header for Image Handler

    Quote Originally Posted by tophand View Post
    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?
    Using zencart v.1.3.9e
    Website: http://www.dealbyethan.com
    Email: admin AT dealbyethan DOT com

  3. #1943
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Wrong admin header for Image Handler

    Quote Originally Posted by dealbyethan.com View Post
    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

  4. #1944
    Join Date
    Dec 2005
    Location
    Australia
    Posts
    772
    Plugin Contributions
    0

    red flag Re: Image Handler 2 Support

    Nothing wrong with that line either. It's defined as:
    Image Handler<sup>2</sup>
    Using zencart v.1.3.9e
    Website: http://www.dealbyethan.com
    Email: admin AT dealbyethan DOT com

  5. #1945
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Image Handler 2 Support

    Quote Originally Posted by dealbyethan.com View Post
    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.

  6. #1946
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Image Handler 2 Support

    Quote Originally Posted by Xaria View Post
    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.

  7. #1947
    Join Date
    Dec 2005
    Location
    Australia
    Posts
    772
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by testuser View Post
    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?
    Using zencart v.1.3.9e
    Website: http://www.dealbyethan.com
    Email: admin AT dealbyethan DOT com

  8. #1948
    Join Date
    Nov 2007
    Posts
    3
    Plugin Contributions
    0

    Default 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?
    Last edited by dante; 30 Nov 2007 at 04:20 PM.

  9. #1949
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by dante View Post
    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

  10. #1950
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by dealbyethan.com View Post
    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

 

 

Similar Threads

  1. v150 Image Handler 4 (for v1.5.x) Support Thread
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1687
    Last Post: 17 Nov 2024, 07:26 PM
  2. v139h Image Handler 3 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1095
    Last Post: 2 Oct 2017, 12:42 PM
  3. Image Handler Support Please
    By nadinesky in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 Sep 2013, 03:47 PM
  4. Image handler only covers part of screen
    By shaneburton in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 14 May 2009, 07:15 PM
  5. Is Image Handler the only way to go?
    By wwwursa in forum Installing on a Windows Server
    Replies: 2
    Last Post: 23 Dec 2007, 09:22 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR