Page 15 of 60 FirstFirst ... 5131415161725 ... LastLast
Results 141 to 150 of 593
  1. #141
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,748
    Plugin Contributions
    0

    Default Re: Image Handler 5 (for v1.5.5) Support Thread

    oh you are so very close there McNumbers.
    I suspect that their configure.php had
    Code:
    /**
     * Enter the domain for your store
     * HTTP_SERVER is your Main webserver: eg-http://www.yourdomain.com
     * HTTPS_SERVER is your Secure/SSL webserver: eg-https://www.yourdomain.com
     */
    define('HTTP_SERVER', 'http://localhost/shop/');
    define('HTTPS_SERVER', 'https://localhost/shop/');
    and
    Code:
    /**
     * These DIR_WS_xxxx values refer to the name of any subdirectory in which your store is located.
     * These values get added to the HTTP_CATALOG_SERVER and HTTPS_CATALOG_SERVER values to form the complete URLs to your storefront.
     * They should always start and end with a slash ... ie: '/' or '/foldername/'
     */
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');
    When it should be
    Code:
    /**
     * Enter the domain for your store
     * HTTP_SERVER is your Main webserver: eg-http://www.yourdomain.com
     * HTTPS_SERVER is your Secure/SSL webserver: eg-https://www.yourdomain.com
     */
    define('HTTP_SERVER', 'http://localhost');
    define('HTTPS_SERVER', 'https://localhost');
    and
    Code:
    /**
     * These DIR_WS_xxxx values refer to the name of any subdirectory in which your store is located.
     * These values get added to the HTTP_CATALOG_SERVER and HTTPS_CATALOG_SERVER values to form the complete URLs to your storefront.
     * They should always start and end with a slash ... ie: '/' or '/foldername/'
     */
    define('DIR_WS_CATALOG', '/shop/');
    define('DIR_WS_HTTPS_CATALOG', '/shop/');
    Mike
    GeekHost - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  2. #142
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: Image Handler 5 (for v1.5.5) Support Thread

    Quote Originally Posted by barco57 View Post
    oh you are so very close there McNumbers.
    I suspect that their configure.php had
    Code:
    /**
     * Enter the domain for your store
     * HTTP_SERVER is your Main webserver: eg-http://www.yourdomain.com
     * HTTPS_SERVER is your Secure/SSL webserver: eg-https://www.yourdomain.com
     */
    define('HTTP_SERVER', 'http://localhost/shop/');
    define('HTTPS_SERVER', 'https://localhost/shop/');
    and
    Code:
    /**
     * These DIR_WS_xxxx values refer to the name of any subdirectory in which your store is located.
     * These values get added to the HTTP_CATALOG_SERVER and HTTPS_CATALOG_SERVER values to form the complete URLs to your storefront.
     * They should always start and end with a slash ... ie: '/' or '/foldername/'
     */
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');
    When it should be
    Code:
    /**
     * Enter the domain for your store
     * HTTP_SERVER is your Main webserver: eg-http://www.yourdomain.com
     * HTTPS_SERVER is your Secure/SSL webserver: eg-https://www.yourdomain.com
     */
    define('HTTP_SERVER', 'http://localhost');
    define('HTTPS_SERVER', 'https://localhost');
    and
    Code:
    /**
     * These DIR_WS_xxxx values refer to the name of any subdirectory in which your store is located.
     * These values get added to the HTTP_CATALOG_SERVER and HTTPS_CATALOG_SERVER values to form the complete URLs to your storefront.
     * They should always start and end with a slash ... ie: '/' or '/foldername/'
     */
    define('DIR_WS_CATALOG', '/shop/');
    define('DIR_WS_HTTPS_CATALOG', '/shop/');
    I would agree that for a base install that is the way it should read; however, there have been some "exceptions" and reasons to place the folder name in the HTTP_SERVER/HTTPS_SERVER areas. Regardless as I stated, the expectation is that those constants do not include an ending slash and the DIR_WS_CATALOG related constants do end with one.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #143
    Join Date
    Nov 2009
    Location
    Aransas Pass, TX
    Posts
    101
    Plugin Contributions
    1

    Default Re: Image Handler 5 (for v1.5.5) Support Thread

    Anyone having an issue with image popup on hover in Safari under MacOS Mojave? It works great in Chrome, Firefox, Seamonkey and IE.

    https://technomonkeys.com/Store/

  4. #144
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Image Handler 5 (for v1.5.5) Support Thread

    Quote Originally Posted by IATIA View Post
    Anyone having an issue with image popup on hover in Safari under MacOS Mojave? It works great in Chrome, Firefox, Seamonkey and IE.

    https://technomonkeys.com/Store/
    Works fine for me with Safari 12.0.2 on Mojave.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #145
    Join Date
    Nov 2009
    Location
    Aransas Pass, TX
    Posts
    101
    Plugin Contributions
    1

    Default Re: Image Handler 5 (for v1.5.5) Support Thread

    Thanks for your input. Must be something at my end. I flushed everything from Safari, but still no popups.

    Mojave 10,14.3 Beta - Safari 12.0.3
    Last edited by IATIA; 29 Dec 2018 at 10:06 PM. Reason: thanks

  6. #146
    Join Date
    Nov 2009
    Location
    Aransas Pass, TX
    Posts
    101
    Plugin Contributions
    1

    Default Re: Image Handler 5 (for v1.5.5) Support Thread

    Well, I went back to Zen-Cart 1.5.5f and the problem is gone.

  7. #147
    Join Date
    Nov 2009
    Location
    Aransas Pass, TX
    Posts
    101
    Plugin Contributions
    1

    Default Re: Image Handler 5 (for v1.5.5) Support Thread

    Quote Originally Posted by DrByte View Post
    Works fine for me with Safari 12.0.2 on Mojave.
    I'm on Safari 12.0.3 and Mojave 10.14.3. I am going to play around with my backup. If I find anything useful to the group, I will update all.

    Operating System linux (Hostmatters)
    Apache 2.4.37
    PHP 7.1.25
    MySQL 5.6.41

    ZenCart v1.5.5f
    About_us page
    dbio 1.5.1
    MainImageReplacer-v1.0 (modified extensively)
    Image_Handler5.1.1

    Local OS Mojave 10.14.3b
    PHP 7.1.23
    Apache 2.4.34
    MySql 8.0.13

  8. #148
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,684
    Plugin Contributions
    9

    Default Re: Image Handler 5 (for v1.5.5) Support Thread

    hey,
    i'm playing around a bit with some things on v156.....

    with php7.2 now logging warnings for undefined constants, i have come across a curious one.... at least for me....

    there are 2 constants:

    LARGE_IMAGE_HEIGHT
    LARGE_IMAGE_WIDTH

    that i cannot see where they may have been defined.

    they are not in any of my configuration tables, nor can i find them defined in any php file.

    yet they are referred to in this image handler plugin as well as the lightbox plugin.

    mistake? or am i missing a config value?

    thanks in advance.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  9. #149
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: Image Handler 5 (for v1.5.5) Support Thread

    Quote Originally Posted by carlwhat View Post
    hey,
    i'm playing around a bit with some things on v156.....

    with php7.2 now logging warnings for undefined constants, i have come across a curious one.... at least for me....

    there are 2 constants:

    LARGE_IMAGE_HEIGHT
    LARGE_IMAGE_WIDTH

    that i cannot see where they may have been defined.

    they are not in any of my configuration tables, nor can i find them defined in any php file.

    yet they are referred to in this image handler plugin as well as the lightbox plugin.

    mistake? or am i missing a config value?

    thanks in advance.
    Well, . For as long as I've been the maintainer of IH, I thought that those were built-in Configuration->Images settings.

    I've opened this GitHub issue to track the associated change.

  10. #150
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,684
    Plugin Contributions
    9

    Default Re: Image Handler 5 (for v1.5.5) Support Thread

    @lat9 apparently others think these configs exist as well. see:

    https://github.com/zencart/zencart/s...E_IMAGE_HEIGHT
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

 

 
Page 15 of 60 FirstFirst ... 5131415161725 ... LastLast

Similar Threads

  1. v150 Image Handler 4 (for v1.5.x) Support Thread
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1684
    Last Post: 2 Oct 2022, 06:55 AM
  2. Attribute image replaces main product image on select [Support Thread]
    By exoticcorpse in forum All Other Contributions/Addons
    Replies: 158
    Last Post: 24 Aug 2020, 05:07 PM
  3. 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
  4. v138a Image Handler 2 (for ZC v1.3.8 ONLY) Support
    By timkroeger in forum All Other Contributions/Addons
    Replies: 7098
    Last Post: 12 Oct 2014, 03:48 AM
  5. Image Handler Support Please
    By nadinesky in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 Sep 2013, 03:47 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