Page 131 of 169 FirstFirst ... 3181121129130131132133141 ... LastLast
Results 1,301 to 1,310 of 1688
  1. #1301
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Image Handler 4 (for v1.5.x) Support Thread

    Quote Originally Posted by Design75 View Post
    I think some modules remove the IH_VERSION key from your database when installed because they remove all values with configuration_group = 0. This could result in the symptoms you described.
    if it is missing use something like the query below to add it again. Be sure to use the right version Value
    Code:
    INSERT INTO configuration (`configuration_id`, `configuration_title`,  `configuration_key`, `configuration_value`, `configuration_description`,  `configuration_group_id`, `sort_order`) VALUES (NULL, 'IH version',  'IH_VERSION', '4.3.2', 'IH Version is stored but not shown on  configuration menus', '0', '10000')
    If that is the case (that the configuration_group_id of 0 got removed) then there are likely other problems as there are a few ZC values (if I remember correctly there are three keys) that have historically defaulted to configuration_group_id of 0.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

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

    Default Re: Image Handler 4 (for v1.5.x) Support Thread

    Quote Originally Posted by mc12345678 View Post
    If that is the case (that the configuration_group_id of 0 got removed) then there are likely other problems as there are a few ZC values (if I remember correctly there are three keys) that have historically defaulted to configuration_group_id of 0.
    Yep.. I can't remember them all now.. I think one fallout from configuration_group_id of 0 being removed is that it might muck up the way attributes work..
    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. #1303
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: Image Handler 4 (for v1.5.x) Support Thread

    You were right - I did find config settings with group id of 0 - dated a month after the upgrade. So the Version was not in the database any longer. I have to say that I don't like this. I wasn't aware of it and in a clean up effort I removed all 0 group ids from one site - a couple of years ago. A number of settings had gone in incorrectly and it had to be fixed. What other set the group id as 0 deliberately? The other three settings I found were from one of the edit orders mod. Sometimes what I learn after years of working with zen cart just astounds me!

    Oh, and thanks, guys!
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  4. #1304
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Image Handler 4 (for v1.5.x) Support Thread

    Quote Originally Posted by delia View Post
    You were right - I did find config settings with group id of 0 - dated a month after the upgrade. So the Version was not in the database any longer. I have to say that I don't like this. I wasn't aware of it and in a clean up effort I removed all 0 group ids from one site - a couple of years ago. A number of settings had gone in incorrectly and it had to be fixed. What other set the group id as 0 deliberately? The other three settings I found were from one of the edit orders mod. Sometimes what I learn after years of working with zen cart just astounds me!

    Oh, and thanks, guys!
    Check the ZC install sql. There are three options set with the gID of zero for ZC version 1.5.1, none were assigned in ZC version 1.5.3 or 1.5.4. There are several posts in the forum about it, unfortunately I haven't gone through to find them.

    But I did scavenge a couple ZC installs to find the following. I don't have ZC 1.5.2 installed anywhere and typically disregard most things specifically related to it as it wasn't considered a production version.

    In 1.5.1:

    First:
    Title: Product option type Select
    Description: The number representing the Select type of product option.
    Value: 0
    Key: PRODUCTS_OPTIONS_TYPE_SELECT

    Second:
    Title: Upload prefix
    Description: Prefix used to differentiate between upload options and other options
    Value: upload_
    Key: UPLOAD_PREFIX

    Third:
    Title: Text prefix
    Description: Prefix used to differentiate between text option values and other option values
    Value: txt_
    Key: TEXT_PREFIX


    These got moved into gID=6 in ZC 1.5.3 and beyond... So that problem shouldn't exist in the future (accidental erasure of gID=0 values affecting base ZC functionality).
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #1305
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Image Handler 4 (for v1.5.x) Support Thread

    As noted by mc12345678 and elsewhere on the forums, some third party modules as part of their install or uninstall were deleting all entries in gid=0 when the module was not previously installed.

    Quote Originally Posted by mc12345678 View Post
    ... PRODUCTS_OPTIONS_TYPE_SELECT, UPLOAD_PREFIX, TEXT_PREFIX ...
    These three I know were there for sure (would have to look to see about others). These directly relate to the handling and display of certain attribute types.

    ...I wasn't aware of it and in a clean up effort I removed all 0 group ids from one site - a couple of years ago. A number of settings had gone in incorrectly and it had to be fixed. ... The other three settings I found were from one of the edit orders mod. ...
    The problem was widespread enough to warrant adding code to Edit Orders 4.1.4 to handle the situation (when those three configuration options were missing it broke Edit Orders as Edit Orders works with and displays attributes). If these configuration options are missing from the database (not found anywhere in the configuration; the exact grouping "gid=x" does not matter), Edit Orders 4.1.4 will correct the problem by adding them back as configuration options.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  6. #1306
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: Image Handler 4 (for v1.5.x) Support Thread

    Good to know!
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  7. #1307
    Join Date
    Feb 2015
    Posts
    23
    Plugin Contributions
    0

    Default Re: Image Handler 4 (for v1.5.x) Support Thread

    Hello. I recently installed IH on a fairly new 1.5.4 install. When I try to add images, I get this error:

    Error!

    Unable to determine the page link!

    Function used:

    zen_href_link('', '', 'NONSSL')

    I found a few mentions of this in this thread, but no definite solutions. It was mentioned that improper filenames could lead to this. I renamed 3 images to ggg, hhh and kkk.jpg. So I don't think it has to do with improper filenames for my situation.

    Anyone have any additional info on this error? Thank you.
    Last edited by Jenovee; 20 Feb 2015 at 01:32 AM.

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

    Default Re: Image Handler 4 (for v1.5.x) Support Thread

    Quote Originally Posted by Jenovee View Post
    Hello. I recently installed IH on a fairly new 1.5.4 install. When I try to add images, I get this error:

    Error!

    Unable to determine the page link!

    Function used:

    zen_href_link('', '', 'NONSSL')

    I found a few mentions of this in this thread, but no definite solutions. It was mentioned that improper filenames could lead to this. I renamed 3 images to ggg, hhh and kkk.jpg. So I don't think it has to do with improper filenames for my situation.

    Anyone have any additional info on this error? Thank you.
    Another common reason is incorrectly uploading images in the IH4 admin manager.. Usually because someone has tried to upload a large or small of medium image without uploading a DEFAULT image as you are supposed to do.. (and yeah this too has been posted, and I believe it might be included int he IH4 docs now too)

    You will need to take us through in DETAILED step by step exactly what you were doing when you got this error.. And to be clear, when I say DETAILED, I mean tell me exactly what links or buttons you clicked, etc.. DON'T summarize it..
    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.

  9. #1309
    Join Date
    Feb 2015
    Posts
    23
    Plugin Contributions
    0

    Default Re: Image Handler 4 (for v1.5.x) Support Thread

    Quote Originally Posted by DivaVocals View Post
    Another common reason is incorrectly uploading images in the IH4 admin manager.. Usually because someone has tried to upload a large or small of medium image without uploading a DEFAULT image as you are supposed to do.. (and yeah this too has been posted, and I believe it might be included int he IH4 docs now too)

    You will need to take us through in DETAILED step by step exactly what you were doing when you got this error.. And to be clear, when I say DETAILED, I mean tell me exactly what links or buttons you clicked, etc.. DON'T summarize it..
    I just got past that error now. I deleted the main image and then uploaded all 3 new ones again, with IG4, without error.

    But now I'm back to my original problem/question that led me to install IH a 2nd time. In the readme, in the section 'Prepare Your Site for Growth'. It says we can organize our images in folders. But I don't see how? The only way to add images is to upload from computer and it doesn't allow/ask what folder to put it in? If I upload through FTP, I can't link to the image on the server from IH. Is this the way IH works? Or is my install missing something?

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

    Default Re: Image Handler 4 (for v1.5.x) Support Thread

    Quote Originally Posted by Jenovee View Post
    I just got past that error now. I deleted the main image and then uploaded all 3 new ones again, with IG4, without error.

    But now I'm back to my original problem/question that led me to install IH a 2nd time. In the readme, in the section 'Prepare Your Site for Growth'. It says we can organize our images in folders. But I don't see how? The only way to add images is to upload from computer and it doesn't allow/ask what folder to put it in? If I upload through FTP, I can't link to the image on the server from IH. Is this the way IH works? Or is my install missing something?
    Can't select folders from the IH4 admin.. uploading product images to specific folders is managed from the product edit page.. IH4 will upload your images to to your default product images directories.
    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.

 

 

Similar Threads

  1. v158 Image Handler 5 (for v1.5.5 - v1.5.8) Support Thread
    By lat9 in forum All Other Contributions/Addons
    Replies: 711
    Last Post: 10 May 2025, 02:13 PM
  2. Attribute image replaces main product image on select [Support Thread]
    By exoticcorpse in forum All Other Contributions/Addons
    Replies: 160
    Last Post: 28 Oct 2024, 10:50 PM
  3. 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
  4. 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
  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