Zen Cart Logo
Forums / All Other Contributions/Addons / Image Handler 2 (for ZC v1.3.8 ONLY) Support

Image Handler 2 (for ZC v1.3.8 ONLY) Support

Views: 2,510,642

Results 4,641 to 4,660 of 7,094
6 Jan 2010, 2:04 AM
#4642
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Disregard

6 Jan 2010, 2:45 AM
#4643
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

http://www.zen-cart.com/forum/showpost.php?p=820738&postcount=4608
Also,
http://www.zen-cart.com/forum/showpost.php?p=784860&postcount=4308
Download restoration.zip and look at the Images page there, that should fix your problem, after it is fixed you can tweak settings to your liking.
Always use IH2 to upload additionals, unless you know very well what you are doing.

7 Jan 2010, 10:03 AM
#4644
monsterness avatar

monsterness

New Zenner

Join Date:
Oct 2009
Location:
Dutch,
Posts:
25
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Aargh, after spending quiet some time in to the damn watermarks, I've realised the following problem.

I think I installed a wrong version of Image handler as in for Zen Cart 1.2 when I have Zen car 1.3
And now my titles are all wrong. As I see in the screenshots which all look good mine is just all wrong.
When I go to admin and go to Image handler instead of saying Image handler it says: BOX_TOOLS_IMAGE_HANDLER when I go there the title is IH_HEADING_TITLE

select = IH_HEADING_TITLE_PRODUCT_SELECT
The action box = TEXT_INFO_SELECT_ACTION
The text in it = TEXT_INFO_CLICK_TO_ADD

I'm guessing he is trying to fetch the right text but just can't find it so gives the names the programmers gave it.
I don't know how to fix this as it's quiet unclear how to uninstall image handler to do a fresh install cause just overwrighting the files doens't seem to help.

Help appriciated.

7 Jan 2010, 1:20 PM
#4645
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Look at the post above, download restoration.zip

8 Jan 2010, 6:23 AM
#4646
crunch avatar

crunch

Zen Follower

Join Date:
Mar 2009
Posts:
227
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

I am new to Image Handler... I just downloaded Version 2.0 rev 7 (Last Updated: Sep 17 2009)...

I have read through the readme.html file which appears to be revised for v2.0 r7 and it talks about being careful not to directly upload the "Optional Extras" folder. I cannot find any "Optional Extras" folder in the download. I downloaded twice just to make sure I got a good download. Is this "Optional Extras" folder and files within no longer apart of this contribution? Is the readme.html file not entirely updated for the latest version? Can I disregard any talk about "Optional Extras"?

Thanks!

8 Jan 2010, 1:27 PM
#4647
monsterness avatar

monsterness

New Zenner

Join Date:
Oct 2009
Location:
Dutch,
Posts:
25
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

ckosloff:

Look at the post above, download restoration.zip

Doesn't work.

8 Jan 2010, 2:42 PM
#4648
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Monsterness:

I don't know how to fix this as** it's quiet unclear how to uninstall image handler** to do a fresh install cause just overwrighting the files doens't seem to help.

Help appriciated.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.

8 Jan 2010, 4:39 PM
#4649
crunch avatar

crunch

Zen Follower

Join Date:
Mar 2009
Posts:
227
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) 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.

8 Jan 2010, 4:53 PM
#4650
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Image Handler 2 (for ZC v1.3.8 ONLY) 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..

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.

8 Jan 2010, 5:15 PM
#4651
crunch avatar

crunch

Zen Follower

Join Date:
Mar 2009
Posts:
227
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) 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 $

8 Jan 2010, 7:14 PM
#4652
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

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..

8 Jan 2010, 10:55 PM
#4653
crunch avatar

crunch

Zen Follower

Join Date:
Mar 2009
Posts:
227
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) 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.

9 Jan 2010, 11:26 AM
#4654
myshol avatar

myshol

New Zenner

Join Date:
Jul 2006
Location:
Poland
Posts:
31
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) 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

9 Jan 2010, 3:20 PM
#4655
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

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.

11 Jan 2010, 9:00 AM
#4656
monsterness avatar

monsterness

New Zenner

Join Date:
Oct 2009
Location:
Dutch,
Posts:
25
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

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?

11 Jan 2010, 9:44 AM
#4657
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

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.

11 Jan 2010, 9:45 AM
#4658
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

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?

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

11 Jan 2010, 1:31 PM
#4659
myshol avatar

myshol

New Zenner

Join Date:
Jul 2006
Location:
Poland
Posts:
31
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

OK, problem solved, thank you very much for advice.

Solution for those with same problem "no / in image paths":

check your includes/configure.php file and check if DIR_FS_CATALOG is correct.

I had:

define('DIR_FS_CATALOG', '/');

I changed it to:

define('DIR_FS_CATALOG', '');

and it worked.

11 Jan 2010, 1:47 PM
#4660
myshol avatar

myshol

New Zenner

Join Date:
Jul 2006
Location:
Poland
Posts:
31
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

And in admin area admin/includes/configure.php there was:

define('DIR_FS_CATALOG', '/');

I changed to:

define('DIR_FS_CATALOG', '//');

Now it works fine.

I do realize that in other installations and hostings those lines may look different but sollution will be similar I think.