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.
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
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.
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 $
Re: Image Handler 2 Support
Quote:
Originally Posted by
Crunch
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..
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.
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
Re: Image Handler 2 Support
Quote:
Originally Posted by
Crunch
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.
Re: Image Handler 2 Support
Quote:
Originally Posted by
DivaVocals
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?
Re: Image Handler 2 Support
Quote:
Originally Posted by
Monsterness
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.
Re: Image Handler 2 Support
Quote:
Originally Posted by
myshol
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..