Page 334 of 710 FirstFirst ... 234284324332333334335336344384434 ... LastLast
Results 3,331 to 3,340 of 7099
  1. #3331
    Join Date
    Sep 2007
    Posts
    128
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Anyone out there??? Any help would be GREATLY appreciated!!!

  2. #3332
    Join Date
    Aug 2006
    Posts
    94
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by 4thwave View Post
    Anyone out there??? Any help would be GREATLY appreciated!!!
    If you extract the folders onto your pc then ftp them to your host into the /includes directory. If you use an ftp client such as filezilla uploading the folders results in new files/folders being created (or not) as needed... hope that helps

  3. #3333
    Join Date
    Dec 2008
    Posts
    57
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by 4thwave View Post
    dreamlex,

    Did you drop the IM2 files directly into the Zencart folder or did you install each of the install folders into different locations???

    i install each folder into the same folder names. need to follow the folder names to install every files.

  4. #3334
    Join Date
    Dec 2008
    Posts
    57
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    terrill taylor, you have no problem with installing the files? I got errors and I am not sure why.

  5. #3335
    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 dreamlex View Post
    Admin > Tools > Image Handler 2. I see the image on image manager tab. but i haven't installed image handler.
    so I went to admin tab > install image handler.. then there is error:
    Fatal error: Call to undefined function install_image_handler() in /home/dreamlex/public_html/thepeephole/admin/image_handler.php on line 171.

    One more - I went to "preview" tab and I got this error:
    Fatal error: Call to undefined function getcachename() in /home/dreamlex/public_html/thepeephole/includes/classes/bmz_image_handler.class.php on line 258

    Anyone have experienced this? Please kindly help and I will appreciate it. thank you
    Make sure you uploaded all the IH files and they are in the correct folders.
    Is the files in red uploaded?

  6. #3336
    Join Date
    Dec 2008
    Posts
    57
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by tophand View Post
    Make sure you uploaded all the IH files and they are in the correct folders.
    Is the files in red uploaded?
    red? you mean doc/res folder? if yes, I have just put it in docs folder in domain folder. i tested it just now and I still have two same errors.

  7. #3337
    Join Date
    Sep 2007
    Posts
    128
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Thank's for the reply!!!
    When I look at the file structure is this correct?

    mystore/includes/includes

    There is a second includes folder already there. Does it go into the first includes folder or intothe second?

    Gracias

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

    Default Re: images path issue

    Quote Originally Posted by Terrill_Taylor View Post
    Thanks for your reply - I looked at both configure.php and they look right to me... What file is missing? I re-uploaded all of the files before posting, so it may be there now..
    /NewZen/includes/configure.php:

    Code:
    / Define the webserver and path parameters
      // HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
      // HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
      define('HTTP_SERVER', 'http://www.banberryplace.com/NewZen');
      define('HTTPS_SERVER', 'https://www.banberryplace.com/NewZen');
    
      // Use secure webserver for checkout procedure?
      define('ENABLE_SSL', 'false');
    
    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
      // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
      define('DIR_WS_CATALOG', '/');
      define('DIR_WS_HTTPS_CATALOG', '/');
    
      define('DIR_WS_IMAGES', 'images/');
      define('DIR_WS_INCLUDES', 'includes/');
      define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
      define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
      define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
      define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
      define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
      define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');
    
      define('DIR_WS_PHPBB', '/home2/banbecom/public_html/forum/');
    
    // * DIR_FS_* = Filesystem directories (local/physical)
      //the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
      define('DIR_FS_CATALOG', '/home2/banbecom/public_html/NewZen/');
    
      define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
      define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
      define('DIR_WS_UPLOADS', DIR_WS_IMAGES . 'uploads/');
      define('DIR_FS_UPLOADS', DIR_FS_CATALOG . DIR_WS_UPLOADS);
      define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');
    /NewZen/admin/includes/configure.php:
    Code:
     */
      define('HTTP_SERVER', 'http://www.banberryplace.com/NewZen');
      define('HTTPS_SERVER', 'https://www.banberryplace.com/NewZen');
      define('HTTP_CATALOG_SERVER', 'http://www.banberryplace.com/NewZen');
      define('HTTPS_CATALOG_SERVER', 'https://www.banberryplace.com/NewZen');
    
      // Use secure webserver for catalog module and/or admin areas?
      define('ENABLE_SSL_CATALOG', 'false');
      define('ENABLE_SSL_ADMIN', 'false');
    
    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
      // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
      define('DIR_WS_ADMIN', '/admin/');
      define('DIR_WS_CATALOG', '/');
      define('DIR_WS_HTTPS_ADMIN', '/admin/');
      define('DIR_WS_HTTPS_CATALOG', '/');
    
      define('DIR_WS_IMAGES', 'images/');
      define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
      define('DIR_WS_CATALOG_IMAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'images/');
      define('DIR_WS_CATALOG_TEMPLATE', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/templates/');
      define('DIR_WS_INCLUDES', 'includes/');
      define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
      define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
      define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
      define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
      define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
      define('DIR_WS_CATALOG_LANGUAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/languages/');
    
    // * DIR_FS_* = Filesystem directories (local/physical)
      //the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
      define('DIR_FS_ADMIN', '/home2/banbecom/public_html/NewZen/admin/');
      define('DIR_FS_CATALOG', '/home2/banbecom/public_html/NewZen/');
    
      define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
      define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
      define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
      define('DIR_FS_CATALOG_TEMPLATES', DIR_FS_CATALOG . 'includes/templates/');
      define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
      define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');
      define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
    In your other post you said:
    "In IH the file location for the large image is banberryplace.com\images and the default and medium point to banberryplace.com\bmz_cache but if I view the product details it points to banberrryplace.com\NewZen\images."

    But both of your configure files has the path:
    http://www.banberryplace.com/NewZen/images/

    The correct path for define('DIR_WS_IMAGES', 'images/'); is
    define('DIR_WS_IMAGES', 'http://www.banberryplace.com/images/');
    since you are pulling images from banberryplace.com/images

    The above configure files will work if you are pulling images from
    banberryplace.com/NewZen/images

    Missing a stylesheet for NewZen

  9. #3339
    Join Date
    Dec 2008
    Posts
    57
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by 4thwave View Post
    Thank's for the reply!!!
    When I look at the file structure is this correct?

    mystore/includes/includes

    There is a second includes folder already there. Does it go into the first includes folder or intothe second?

    Gracias
    hola.. it should be store/includes.

  10. #3340
    Join Date
    Dec 2008
    Posts
    57
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    duh me, i missed the function folder for admin. now it works.

    i apologize if it is unrelated but i am wondering if it is possible to put a few color images
    for the specific product so that the user could get to see color before order specific color?

    thank you!

 

 

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