Page 467 of 710 FirstFirst ... 367417457465466467468469477517567 ... LastLast
Results 4,661 to 4,670 of 7099
  1. #4661
    Join Date
    Mar 2009
    Posts
    221
    Plugin Contributions
    1

    Default Re: Image Handler 2 Support

    Another question... In my testing... this mod wants to override the following core files:

    admin/includes/modules/category_product_listing.php
    includes/modules/additional_images.php
    includes/modules/main_product_image.php
    includes/modules/pages/popup_image/header_php.php
    includes/modules/pages/popup_image_additional/header_php.php
    includes/templates/template_default/popup_image_additional/tpl_main_page.php

    These core files in the Image Handler download (Version 2.0 rev 7) are NOT based on the core 1.3.8a files and I am having a difficult time trying to figure out what is Image Handler code (no comments or identifiers that I can find in some of the files) and what is old code removed or updated in the core 1.3.8a files.

    Just one example: includes/modules/main_product_image.php is drastically different than the latest zc core file and there is no mention of anything Image Handler in there.

    Yes, I am clueless on what is image handler modified code.

  2. #4662
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 2 Support

    For the record, the core files in the IH2 Rev7 package are INDEED based on v1.3.8a core files..

    To identify the changes made to the core files, you will need a tool such as WinMerge or Beyond Compare to compare these files and merge any changes. There is no other way to identify the changes..


    Quote Originally Posted by Crunch View Post
    Another question... In my testing... this mod wants to override the following core files:

    admin/includes/modules/category_product_listing.php
    includes/modules/additional_images.php
    includes/modules/main_product_image.php
    includes/modules/pages/popup_image/header_php.php
    includes/modules/pages/popup_image_additional/header_php.php
    includes/templates/template_default/popup_image_additional/tpl_main_page.php

    These core files in the Image Handler download (Version 2.0 rev 7) are NOT based on the core 1.3.8a files and I am having a difficult time trying to figure out what is Image Handler code (no comments or identifiers that I can find in some of the files) and what is old code removed or updated in the core 1.3.8a files.

    Just one example: includes/modules/main_product_image.php is drastically different than the latest zc core file and there is no mention of anything Image Handler in there.

    Yes, I am clueless on what is image handler modified code.

  3. #4663
    Join Date
    Mar 2009
    Posts
    221
    Plugin Contributions
    1

    Default Re: Image Handler 2 Support

    I am using Winmerge and that is how I was comparing the files.

    I saw all the differences, but also saw that the version number was older which got me concerned and made a post about it - Example

    Image Handler version
    @version $Id: main_product_image.php,v 1.2 2006/04/11 22:00:55 tim Exp $

    Core unmodified version
    @version $Id: main_product_image.php 4663 2006-10-02 04:08:32Z drbyte $

  4. #4664
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 2 Support

    Quote Originally Posted by Crunch View Post
    I am using Winmerge and that is how I was comparing the files.

    I saw all the differences, but also saw that the version number was older which got me concerned and made a post about it - Example

    Image Handler version
    @version $Id: main_product_image.php,v 1.2 2006/04/11 22:00:55 tim Exp $

    Core unmodified version
    @version $Id: main_product_image.php 4663 2006-10-02 04:08:32Z drbyte $
    All that means is that when the IH2 files were created that the version line in the IH2 file was not updated.. Doesn't mean that the IH2 file is outdated..

  5. #4665
    Join Date
    Mar 2009
    Posts
    221
    Plugin Contributions
    1

    Default Re: Image Handler 2 Support

    Thanks for putting my concerns with file versions to rest. Just got it installed and working great. Only thing I ended up having to merge was additional_images.php to get the Additional Image Titles contribution working again. Everything appears to be all happy now.

  6. #4666
    Join Date
    Jul 2006
    Location
    Poland
    Posts
    31
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I need to ask for a sollution of my problem because last time i didn't find the answer. I was trying t do this myself but don't know what else to check.

    I can't get IH2 running properly on http://www.forast.pl/ while at few other pages it took just few seconds (ie. http://www.dobryklimat.net.pl/cyrkulatory-powietrza).

    Tried few times to reinstall IH2, tried various verions of it but still can't figure out whats wrong. There are no '/' in image paths.

    I have seen at this thread that few other zenners had same problem bot didn't find a sollution.

    What do i have to do?

    TIA

  7. #4667
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Image Handler 2 Support

    Quote Originally Posted by Crunch View Post
    Can I disregard any talk about "Optional Extras"?
    Yes, If you have rev. 7 that is all you need. Stay away from any Optional Extras.

  8. #4668
    Join Date
    Oct 2009
    Location
    Dutch,
    Posts
    25
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by DivaVocals View Post
    Simply delete any files that you uloaded as part of the install.. Any files that you merged or modified as part of your install you will need to reverse your changes.. That's as easy as it gets as there is no "un-install" routine/program.
    Just wanted to make that clear, rather safe then sorry. Shame I didn't back up the files so will have to think something bout that. So you do think the solution for my problem is a new install?
    Suddenly I saw it,

    I zenned.

  9. #4669
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 2 Support

    Quote Originally Posted by Monsterness View Post
    Just wanted to make that clear, rather safe then sorry. Shame I didn't back up the files so will have to think something bout that. So you do think the solution for my problem is a new install?
    Can't say.. Don't know what changes you've made to the stock Zen Cart store. I can say this: IH2 if installed following the directions in the readme should install with no issues right out the box.

  10. #4670
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 2 Support

    Quote Originally Posted by myshol View Post
    I need to ask for a sollution of my problem because last time i didn't find the answer. I was trying t do this myself but don't know what else to check.

    I can't get IH2 running properly on http://www.forast.pl/ while at few other pages it took just few seconds (ie. http://www.dobryklimat.net.pl/cyrkulatory-powietrza).

    Tried few times to reinstall IH2, tried various verions of it but still can't figure out whats wrong. There are no '/' in image paths.

    I have seen at this thread that few other zenners had same problem bot didn't find a sollution.

    What do i have to do?

    TIA
    Almost all these threads found that the solution was in an incorrectly setup configure.php file..

 

 

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