Zen Cart Logo
Forums / All Other Contributions/Addons / Image Handler 3 Support Thread (for ZC v1.3.9)

Image Handler 3 Support Thread (for ZC v1.3.9)

Views: 180,258

Results 961 to 980 of 1,099
03 Apr 2012, 23:33
#961
scriptjunkie avatar

scriptjunkie

Totally Zenned

Join Date:
Jul 2008
Posts:
772
Plugin Contributions:
0

Image Handler 3 Support Thread (for ZC v1.3.9)

Woot! I'm very excited about this!! :clap: :clap: :clap:

04 Apr 2012, 07:23
#962
designingfresh avatar

designingfresh

New Zenner

Join Date:
Dec 2010
Posts:
12
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

You guys are AWESOME!!!!!! Thank you SO much for your hard work... it is worth waiting for a good solid release =) It is MUCH appreciated!

04 Apr 2012, 14:59
#963
stuff4toys avatar

stuff4toys

Totally Zenned

Join Date:
May 2007
Location:
SW Florida
Posts:
1,062
Plugin Contributions:
1

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

WOOHOO
:bigups::flex::bigups:

04 Apr 2012, 23:25
#964
sham avatar

sham

Zen Follower

Join Date:
Feb 2010
Posts:
159
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

Thank you for all your hard work!!! :cheers: :jump:

05 Apr 2012, 20:02
#965
awhfy99 avatar

awhfy99

Zen Follower

Join Date:
Feb 2007
Location:
Burleson. Texas
Posts:
196
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

clydejones:

There will be changes required to the admin side in order for IH3 to work with 1.5

notably ( image_handler_tools_dhtml.php ) will be deleted

and replaced with a new datafile definition ( ```
define('BOX_TOOLS_IMAGE_HANDLER', 'Image Handler');

>  
> An sql statement will need to be run in order to register the page in the new 1.5 admin pages. ( ```
INSERT INTO admin_pages (page_key, language_key, main_page, page_params, menu_key, display_on_menu, sort_order) VALUES ('imageHandler', 'BOX_TOOLS_IMAGE_HANDLER', 'FILENAME_IMAGE_HANDLER', '', 'tools', 'Y', 999);
``` )
>  
> These change will make IH3 non-backward compatible with previous versions.
>  
> Front end files will need to be compared and merged if necessary.
>  
> I'll let you know how I fair with the testing.
 
Hi Clyde, 
 
I am trying to install IH3 on a new 1.5 site.
 
I have everything in the right locations (I think) but I seem to be unclear as to the changes.
 
:unsure: I removed **image_handler_tools_dhtml.php** from myadmin/includes/boxes/extra_boxes and added a **image_handler.php** with 
 
**define('BOX_TOOLS_IMAGE_HANDLER', 'Image Handler');**
 
as it's content. I placed that image_handler.php in the same place as the deleted file. I get the tools entry but
 
![](http://www.stampdays.com/bes/images/IH3result.gif)
 
I moved the file to **myadmin/includes/languages/english/extra_definitions** and still get the same error.
 
Not sure if I named the file correctly of if I should have replaced the code in **image_handler_tools_dhtml.php** with the 
 
**define('BOX_TOOLS_IMAGE_HANDLER', 'Image Handler');**
 
and left the file name the same?
 
If I get it figured out, I will be glad to add my input as to how well it works. If you would rather that I wait until you get it tested and posted, that will work also.
05 Apr 2012, 20:13
#966
scriptjunkie avatar

scriptjunkie

Totally Zenned

Join Date:
Jul 2008
Posts:
772
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

IH3 is not compatible with Zen Cart 1.5. Period.

A read through this thread (even as recently as the last two days worth of posts), you would have seen that **a new version of IH named Image Handler 4 has been completed and submitted to the downloads section of the support forum. It is expected to become available for download soon. **

Once that happens, an announcement will be made here, along with a link to the new support thread.

IH4 has been completely redone for both 1.5 compatibility and easier installation and use. **You are strongly advised to subscribe to this thread wait for the announcement that the new version is available. **

Further posts addressed to Clyde are fruitless, as very sadly, he has passed away :( :( :(

awhfy99:

Hi Clyde,

I am trying to install IH3 on a new 1.5 site.

I have everything in the right locations (I think) but I seem to be unclear as to the changes.

:unsure: I removed image_handler_tools_dhtml.php from myadmin/includes/boxes/extra_boxes and added a image_handler.php with

define('BOX_TOOLS_IMAGE_HANDLER', 'Image Handler');

as it's content. I placed that image_handler.php in the same place as the deleted file. I get the tools entry but

I moved the file to myadmin/includes/languages/english/extra_definitions and still get the same error.

Not sure if I named the file correctly of if I should have replaced the code in image_handler_tools_dhtml.php with the

define('BOX_TOOLS_IMAGE_HANDLER', 'Image Handler');

and left the file name the same?

If I get it figured out, I will be glad to add my input as to how well it works. If you would rather that I wait until you get it tested and posted, that will work also.

06 Apr 2012, 02:24
#967
divavocals avatar

divavocals

Totally Zenned

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

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

awhfy99:

Hi Clyde,

I am trying to install IH3 on a new 1.5 site.

I have everything in the right locations (I think) but I seem to be unclear as to the changes.

:unsure: I removed image_handler_tools_dhtml.php from myadmin/includes/boxes/extra_boxes and added a image_handler.php with

define('BOX_TOOLS_IMAGE_HANDLER', 'Image Handler');

as it's content. I placed that image_handler.php in the same place as the deleted file. I get the tools entry but

I moved the file to myadmin/includes/languages/english/extra_definitions and still get the same error.

Not sure if I named the file correctly of if I should have replaced the code in image_handler_tools_dhtml.php with the

define('BOX_TOOLS_IMAGE_HANDLER', 'Image Handler');

and left the file name the same?

If I get it figured out, I will be glad to add my input as to how well it works. If you would rather that I wait until you get it tested and posted, that will work also.

ScriptJunkie:

IH3 is not compatible with Zen Cart 1.5. Period.

A read through this thread (even as recently as the last two days worth of posts), you would have seen that **a new version of IH named Image Handler 4 has been completed and submitted to the downloads section of the support forum. It is expected to become available for download soon. **

Once that happens, an announcement will be made here, along with a link to the new support thread.

IH4 has been completely redone for both 1.5 compatibility and easier installation and use. **You are strongly advised to subscribe to this thread wait for the announcement that the new version is available. **

Further posts addressed to Clyde are fruitless, as very sadly, he has passed away :( :( :(Thanks ScriptJunkie..:clap:

:no: Walks away shaking her head

and to think that some people have criticized me for CONSTANTLY posting the message "Read/Search the support thread BEFORE posting.."

sigh

06 Apr 2012, 18:44
#968
hermes369 avatar

hermes369

New Zenner

Join Date:
Dec 2006
Location:
Augusta, GA
Posts:
74
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

Very sorry to hear the news.

06 Apr 2012, 19:51
#969
awhfy99 avatar

awhfy99

Zen Follower

Join Date:
Feb 2007
Location:
Burleson. Texas
Posts:
196
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

ScriptJunkie:

IH3 is not compatible with Zen Cart 1.5. Period.

A read through this thread (even as recently as the last two days worth of posts), you would have seen that **a new version of IH named Image Handler 4 has been completed and submitted to the downloads section of the support forum. It is expected to become available for download soon. **

Once that happens, an announcement will be made here, along with a link to the new support thread.

IH4 has been completely redone for both 1.5 compatibility and easier installation and use. **You are strongly advised to subscribe to this thread wait for the announcement that the new version is available. **

Further posts addressed to Clyde are fruitless, as very sadly, he has passed away :( :( :(

FYI

I did read everything before I started on this on the 1st but I quess my timing was off a tad. Sorry about not catching up on the new posts, just been a little busy lately!

07 Apr 2012, 23:02
#970
cntgifts avatar

cntgifts

Totally Zenned

Join Date:
Sep 2005
Posts:
836
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

When will IH4 be available for download

07 Apr 2012, 23:13
#971
fairestcape avatar

fairestcape

Totally Zenned

Join Date:
Mar 2008
Location:
Cape Town & London (depends on the season)
Posts:
2,957
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

CnTGifts:

When will IH4 be available for download

:frusty: look at the post just above yours.

I too would like to congratulate and thank all those who have put so much effort into this mod. It is one of the few that we really like.

Is there a way to buy those involved some coffee?

08 Apr 2012, 02:32
#973
boomup avatar

boomup

New Zenner

Join Date:
Jan 2012
Posts:
48
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

How to uninstall IH3 on zen cart 1.5?

08 Apr 2012, 03:47
#974
scriptjunkie avatar

scriptjunkie

Totally Zenned

Join Date:
Jul 2008
Posts:
772
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

boomup:

How to uninstall IH3 on zen cart 1.5?

You will need to manually delete the IH3 files from your server, using either your cpanel's filemanager or an FTP program.

08 Apr 2012, 05:00
#975
divavocals avatar

divavocals

Totally Zenned

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

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

CnTGifts:

When will IH4 be available for download
Honestly, when the admins make it available is the best I can ever say.. I do not control when downloads are available.. I can only post when I upload it.. NOT when the admins will be done reviewing it (this is out of MY control..)

EDIT: It's available now: http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=2098

08 Apr 2012, 05:28
#976
divavocals avatar

divavocals

Totally Zenned

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

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

Image Handler 4 is available in the downloads.. the new support thread for IH4 is here: http://www.zen-cart.com/forum/showthread.php?t=194740

All support related questions for Image Handler 4 for v1.5.x should be posted on the NEW support thread (NOT HERE!!!).

This thread will continue to serve as the support thread for Image Handler 3 for v1.3.x.

The Image Handler 2 Support thread will continue to serve as the support thread for those who still using Image Handler 2 for v1.3.x.

Any IH2 or IH3 questions posted on the new support thread will be (gently or not so gently) re-directed back to the appropriate support thread. (and vice versa)

09 Apr 2012, 05:01
#977
boomup avatar

boomup

New Zenner

Join Date:
Jan 2012
Posts:
48
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

ScriptJunkie:

You will need to manually delete the IH3 files from your server, using either your cpanel's filemanager or an FTP program.

it is easy to delete files, i mean how to uninstall it from database, in other words, what tables in sql need to be deleted? coudl you give me a sql to do it? thanks a lot

09 Apr 2012, 13:09
#978
scriptjunkie avatar

scriptjunkie

Totally Zenned

Join Date:
Jul 2008
Posts:
772
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

boomup:

it is easy to delete files, i mean how to uninstall it from database, in other words, what tables in sql need to be deleted? coudl you give me a sql to do it? thanks a lot

No, sorry. I don't know how to write an sql file, so I can't help you there. You will need to manually remove the references to IH from your database.

  • Back up your database before beginning
  • Log in to your cpanel
  • Go to MyPhpAdmin
  • Click on the database you want to edit
  • Click on "Search"
  • Do a search for Image Handler and use the results to help you find the configuration rows to delete.
09 Apr 2012, 14:52
#979
divavocals avatar

divavocals

Totally Zenned

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

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

I'm at work and I don't have this memorized, but you would look for the image settings in the configuration table. (these are the only changes IH3 install adds)

boomup:

it is easy to delete files, i mean how to uninstall it from database, in other words, what tables in sql need to be deleted? coudl you give me a sql to do it? thanks a lot

ScriptJunkie:

No, sorry. I don't know how to write an sql file, so I can't help you there. You will need to manually remove the references to IH from your database.

  • Back up your database before beginning
  • Log in to your cpanel
  • Go to MyPhpAdmin
  • Click on the database you want to edit
  • Click on "Search"
  • Do a search for Image Handler and use the results to help you find the configuration rows to delete.
29 Apr 2012, 15:45
#980
nolsowski avatar

nolsowski

Inactive

Join Date:
Aug 2010
Posts:
324
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

I am going through my debugging files and I have came across this error. Does anyone know what it means?

[16-Apr-2012 09:55:41] PHP Warning: preg_replace() [<a href='function.preg-replace'>function.preg-replace</a>]: Unknown modifier 'J' in /home/fromprop/public_html/myadmin/image_handler.php on line 595

I have tried searching on the forums but I didn't see anything to this error. I am using v1.3.9h.

Thanks in advance!