Page 45 of 60 FirstFirst ... 35434445464755 ... LastLast
Results 441 to 450 of 593
  1. #441
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    527
    Plugin Contributions
    0

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

    Zen Cart 1.5.7.c
    Fluorspar Template
    IH5

    I have an odd thing going on with IH5. The site seems to be working fine but my admin is missing the icons. In the IH admin, I can clink on "click to enlarge" the image shows up fine. Just to verify that this is not a cache issue, I opened it in another browser and got the same thing.

    Click image for larger version. 

Name:	Screen Shot 06-20-21 at 08.36 AM.jpg 
Views:	28 
Size:	30.1 KB 
ID:	19646

  2. #442
    Join Date
    Jul 2012
    Posts
    16,733
    Plugin Contributions
    17

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

    Quote Originally Posted by g2ktcf View Post
    Zen Cart 1.5.7.c
    Fluorspar Template
    IH5

    I have an odd thing going on with IH5. The site seems to be working fine but my admin is missing the icons. In the IH admin, I can clink on "click to enlarge" the image shows up fine. Just to verify that this is not a cache issue, I opened it in another browser and got the same thing.

    Click image for larger version. 

Name:	Screen Shot 06-20-21 at 08.36 AM.jpg 
Views:	28 
Size:	30.1 KB 
ID:	19646
    My first thought as to why it is not displaying is that the image name has spaces in it.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #443
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,491
    Plugin Contributions
    88

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

    I'll echo @mc12345678's comment. When you use your browser's developers' tools to 'Inspect' that broken image-element, what HTML is being output?

  4. #444
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    527
    Plugin Contributions
    0

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

    Quote Originally Posted by lat9 View Post
    I'll echo @mc12345678's comment. When you use your browser's developers' tools to 'Inspect' that broken image-element, what HTML is being output?
    It looks like the cache files got corrupted/removed. Look at the image below. Can I force these to rebuild?

    Click image for larger version. 

Name:	Screen Shot 06-20-21 at 04.44 PM.PNG 
Views:	28 
Size:	33.7 KB 
ID:	19649

  5. #445
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    527
    Plugin Contributions
    0

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

    I checked this specific table entry and the file does exist in bmz_cache

    Click image for larger version. 

Name:	Screen Shot 06-20-21 at 04.53 PM.PNG 
Views:	23 
Size:	6.7 KB 
ID:	19650

  6. #446
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,491
    Plugin Contributions
    88

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

    Quote Originally Posted by g2ktcf View Post
    It looks like the cache files got corrupted/removed. Look at the image below. Can I force these to rebuild?

    Click image for larger version. 

Name:	Screen Shot 06-20-21 at 04.44 PM.PNG 
Views:	28 
Size:	33.7 KB 
ID:	19649
    What's present in the .htaccess file (if any) present in the /bmz_cache subdirectory? Are there changes over-and-above the base Zen Cart's version to the root directory's .htaccess file?

  7. #447
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    527
    Plugin Contributions
    0

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

    I will have to check when I get home. Unfortunately I do not have full access at work. I work at a chemical plant and the IT security here is like Armageddon lock down.

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

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

    Quote Originally Posted by g2ktcf View Post
    ....I work at a chemical plant and the IT security here is like Armageddon lock down.
    as well it should be...
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  9. #449
    Join Date
    Jul 2012
    Posts
    16,733
    Plugin Contributions
    17

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

    Quote Originally Posted by g2ktcf View Post
    It looks like the cache files got corrupted/removed. Look at the image below. Can I force these to rebuild?

    Click image for larger version. 

Name:	Screen Shot 06-20-21 at 04.44 PM.PNG 
Views:	28 
Size:	33.7 KB 
ID:	19649
    Quote Originally Posted by g2ktcf View Post
    I checked this specific table entry and the file does exist in bmz_cache

    Click image for larger version. 

Name:	Screen Shot 06-20-21 at 04.53 PM.PNG 
Views:	23 
Size:	6.7 KB 
ID:	19650
    Between these two images, there seems to be something slightly awry...

    In the one showing the html for the page, the src identifies that the bmz_cache folder should be found at the root of the domain because it begins with that forward slash...

    In the window that shows the console error(s), the site appears to be in a sub-directory based on the last line of content in yellow...

    This to me indicates the possibility that there are mistakes in the includes/configure.php and/or admin/includes/configure.php files or heaven forbid in the code providing the link location... I personally don't think that it is in the code by itself, but instead as "directed" by one/both of those files.

    Perhaps could share the non-sensitive content of those two files? (I.e., *DO NOT* share your DB_PASSWORD, DB_USERNAME, etc... and technically there should not be an admin folder designation in these files any longer if the files are up-to-date at or beyond Zen Cart version 1.5.1).
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  10. #450
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,491
    Plugin Contributions
    88

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

    Quote Originally Posted by mc12345678 View Post
    Between these two images, there seems to be something slightly awry...

    In the one showing the html for the page, the src identifies that the bmz_cache folder should be found at the root of the domain because it begins with that forward slash...

    In the window that shows the console error(s), the site appears to be in a sub-directory based on the last line of content in yellow...

    This to me indicates the possibility that there are mistakes in the includes/configure.php and/or admin/includes/configure.php files or heaven forbid in the code providing the link location... I personally don't think that it is in the code by itself, but instead as "directed" by one/both of those files.

    Perhaps could share the non-sensitive content of those two files? (I.e., *DO NOT* share your DB_PASSWORD, DB_USERNAME, etc... and technically there should not be an admin folder designation in these files any longer if the files are up-to-date at or beyond Zen Cart version 1.5.1).
    I believe you've nailed it, @mc12345678. The bmz_cache references should be relative to the site's root, so that extra forward-slash (/bmz_cache) could well be the source of the issue.

 

 
Page 45 of 60 FirstFirst ... 35434445464755 ... 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