Page 98 of 110 FirstFirst ... 488896979899100108 ... LastLast
Results 971 to 980 of 1096
  1. #971

    Default Re: Image Handler 3 Support Thread

    Quote Originally Posted by boomup View Post
    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.
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

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

    Default Re: Image Handler 3 Support Thread

    Quote Originally Posted by CnTGifts View Post
    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?ma...oducts_id=2098
    Last edited by DivaVocals; 8 Apr 2012 at 06:04 AM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

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

    Default Image Handler 4 is available in the downloads!! (New support thread)

    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

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

    [/FONT][FONT=Tahoma]This thread will continue to serve as the support thread for Image Handler 3 for v1.3.x.[/FONT]
    [FONT=Tahoma]
    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)
    [/FONT]
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #974
    Join Date
    Jan 2012
    Posts
    48
    Plugin Contributions
    0

    Default Re: Image Handler 3 Support Thread

    Quote Originally Posted by ScriptJunkie View Post
    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

  5. #975

    Default Re: Image Handler 3 Support Thread

    Quote Originally Posted by boomup View Post
    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.
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

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

    Default Re: Image Handler 3 Support Thread

    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)
    Quote Originally Posted by boomup View Post
    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
    Quote Originally Posted by ScriptJunkie View Post
    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.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #977

    Default Re: Image Handler 3 Support Thread

    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!

  8. #978
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Image Handler 3 Support Thread

    Have you modified that file in any way?

    Have you tried uploading a fresh version of that file from the download package as that isn't an error i have come across and is fairly specific, (do you see other versions with different letters), and quite frankly it seems more like either a corruption error, or a botched edit of the file, especially as from memory that particular piece of code hasn't changed for a few years.

    If that doesn't make a difference then
    1) php and mysql versions?
    2) How is it being triggered? is it when you are adding additional images or somethingelse, if so is is there some oddness in the imagenames perhaps? or the directory where the images are being uploaded to?
    Webzings Design
    Semi retired from Web Design

  9. #979

    Default Re: Image Handler 3 Support Thread

    Nope I haven't touched that file since I installed this.

    I didn't even think to re upload the file but I just tried and so far I don't see that error. But I do get this one now.

    [29-Apr-2012 12:50:34] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/fromprop/public_html/includes/classes/bmz_image_handler.class.php on line 655

    And I seen this one this morning but I don't see it anymore in my files either.

    [27-Apr-2012 11:16:10] PHP Warning: preg_replace() [<a href='function.preg-replace'>function.preg-replace</a>]: Unknown modifier 'K' in /home/fromprop/public_html/includes/modules/alysa_rounded/main_product_image.php on line 22

  10. #980

    Default Re: Image Handler 3 Support Thread

    Double post

 

 

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. AJAX IMAGE Swapper support thread
    By jaycode in forum All Other Contributions/Addons
    Replies: 785
    Last Post: 13 Jan 2016, 11:48 PM
  3. v138a Image Handler 2 (for ZC v1.3.8 ONLY) Support
    By timkroeger in forum All Other Contributions/Addons
    Replies: 7098
    Last Post: 12 Oct 2014, 03:48 AM
  4. Image Titles Support Thread
    By gjh42 in forum All Other Contributions/Addons
    Replies: 155
    Last Post: 9 Sep 2014, 04:51 AM
  5. Image Handler Support Please
    By nadinesky in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 Sep 2013, 03:47 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