Page 3 of 6 FirstFirst 12345 ... LastLast
Results 21 to 30 of 56
  1. #21
    Join Date
    May 2014
    Location
    UK
    Posts
    317
    Plugin Contributions
    0

    Default Re: Missing Image Scanner [Support Thread]

    Hi

    I just downloaded the latest version of the Missing Image Scanner (oddly enough when it is installed and run it says version 1.02 and not 1.03 - but if I try to access it direct;y from the browser bar then it does force a login so I guess the version should just read 1.03?)

    The main problem I'm finding is that it says all my products (on the test site) have an image - but they don't. If an image is uploaded (and therefore stored in the product) and then subsequently deleted then the plugin will detect that:

    Odd Thomas /home/sites/digibooks.org.uk/public_html/2014ZCtest/images/oddthomas.jpg Image file does not exist. Edit the product's details and click "delete image" to remove from database.

    If however, an image was never upoaded, then the plugin says everything is fine:

    Alex Cross /home/sites/digibooks.org.uk/public_html/2014ZCtest/images/ OK

    Is there a way to adapt this please so that it does not just treat the images directory as being an image?

    Thanks

  2. #22
    Join Date
    Jan 2007
    Posts
    375
    Plugin Contributions
    3

    Default Re: Missing Image Scanner [Support Thread]

    DigiBook,

    My 1.0.3 version just add the coding for the FORCE LOGIN first by Adminb before can using this of the Core Files, plus Menu only.

    Other coding are 100% same as the original 1.0.2. It is why when you are using it, still see the version number is 1.0.2 not the 1.0.3.

    So if 1.0.2 function or bugs, my 1.0.3 will be same as the 1.0.2 too.

    Hope the original module author can fix this on future version.

  3. #23
    Join Date
    Jun 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: Missing Image Scanner [Support Thread]

    hi, I am trying to use this script, but after install, I am getting message:

    Missing Image Checker for ZenCart v1.0.2
    There are no products found in your database. If this is correct, there are no images to check. Run this script again after importing some products.

    There is plenty products in the cart indeed. I am using Zen-Cart 1.3.9f. I have configured missing_images.php with absolute path and uploaded all files into admin folder, as mentioned in readme file.

    Any idea what could be causing this?

    thanks!

  4. #24
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Missing Image Scanner [Support Thread]

    Quote Originally Posted by luidzi_1 View Post
    hi, I am trying to use this script, but after install, I am getting message:

    Missing Image Checker for ZenCart v1.0.2
    There are no products found in your database. If this is correct, there are no images to check. Run this script again after importing some products.

    There is plenty products in the cart indeed. I am using Zen-Cart 1.3.9f. I have configured missing_images.php with absolute path and uploaded all files into admin folder, as mentioned in readme file.

    Any idea what could be causing this?

    thanks!
    This mod has been rewritten by retched an me. you should try this new version which has not been released by retched yet to the downloads section, but it is working. see : https://github.com/Zen4All/missing-images-zen , and download the Zip

  5. #25
    Join Date
    Jun 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: Missing Image Scanner [Support Thread]

    ah, thanks a lot, I'll give it a try!

    Quote Originally Posted by Design75 View Post
    This mod has been rewritten by retched an me. you should try this new version which has not been released by retched yet to the downloads section, but it is working. see : https://github.com/Zen4All/missing-images-zen , and download the Zip

  6. #26
    Join Date
    Jun 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: Missing Image Scanner [Support Thread]

    still no luck, I have tried to install it on my test uwamp server as well as on live server and it won't work on neither of them - all i am getting is an empty white page, when I direct browser to the script URL. I have edited the path to application_top.php..

    Any ideas? (using Zen Cart 1.3.9f)
    thanks!

    Quote Originally Posted by luidzi_1 View Post
    ah, thanks a lot, I'll give it a try!

  7. #27
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Missing Image Scanner [Support Thread]

    Are there any recent debug files in your cache folder? Anne if so please posts the contents of the latest files. (Be sure to obscure sensitive data like your admin folder name)

  8. #28
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,586
    Plugin Contributions
    30

    Default Re: Missing Image Scanner [Support Thread]

    This was giving me a debug error that I couldn't quite figure out at first and then I got carried away making a great deal of changes, based on the forked version from Zen4All.
    Since I made so many changes to suit me and that I intend to integrate the other image checking plugins into it at some point I decided to host it separately
    Functionally it has code to register the admin page and a checkbox to list results of all products/only errors and formatting changes.
    https://github.com/torvista/Image-Checker
    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

  9. #29
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Missing Image Scanner [Support Thread]

    Great job, I will check out you mod later this afternoon.

  10. #30
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Missing Image Scanner [Support Thread]

    Quote Originally Posted by torvista View Post
    This was giving me a debug error that I couldn't quite figure out at first and then I got carried away making a great deal of changes, based on the forked version from Zen4All.

    Since I made so many changes to suit me and that I intend to integrate the other image checking plugins into it at some point I decided to host it separately

    Functionally it has code to register the admin page and a checkbox to list results of all products/only errors and formatting changes.
    https://github.com/torvista/Image-Checker

    on default Zen Cart 1.5.5a install

    will create an error msg. (myDEBUG-adm-xxx.log) upon install but doesn't create any after that
    errors are irrelevant and only created as result of install and can be safely ignored

    interesting that it showed /images/free.gif as being a .jpg file, which I confirmed with Fireworks
    probably renamed to "gif" for the smaller file size (2.66KB as jpg / 16.2KB as gif which does have a transparent bckgrd)

    checking the image format type against file extension is an excellent feature BTW

    So far, the only other thing I would bring up is checking for Template images. Be nice to have for completeness but wonder if worth the effort.
    Last edited by Website Rob; 24 Aug 2016 at 12:30 AM.

 

 
Page 3 of 6 FirstFirst 12345 ... LastLast

Similar Threads

  1. v158 Image Handler 5 (for v1.5.5 - v1.5.8) Support Thread
    By lat9 in forum All Other Contributions/Addons
    Replies: 592
    Last Post: 12 Apr 2024, 09:06 PM
  2. 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
  3. 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
  4. Rotating Image Slider [Support Thread]
    By picaflor-azul in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 8 Jun 2018, 02:16 AM
  5. Image Titles Support Thread
    By gjh42 in forum All Other Contributions/Addons
    Replies: 155
    Last Post: 9 Sep 2014, 04:51 AM

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