Results 1 to 10 of 18

Hybrid View

  1. #1

    Default Unable to enable or disable products or categories after upgrade

    I can no longer disable or enable products or categories after upgrading to 151. When I copy a product from one category to another it is disabled and there seems to be no way to enable it. clicking the red button does nothing. I also cannot disable any product. Clicking the green button does nothing. Any suggestions?

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Unable to enable or disable products or categories after upgrade

    What plugins are you using? I think there was an ImageHandler bug that caused those symptoms.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Unable to enable or disable products or categories after upgrade

    the IH bug solution can be found here http://www.zen-cart.com/showthread.p...13#post1198113

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

    Default Re: Unable to enable or disable products or categories after upgrade

    Quote Originally Posted by Design75 View Post
    the IH bug solution can be found here http://www.zen-cart.com/showthread.p...13#post1198113
    and this bug is FIXED in the latest version of IH4.. (so there is no need to implement this fix if you just update IH4..)
    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.

  5. #5
    Join Date
    Aug 2005
    Posts
    334
    Plugin Contributions
    0

    Default Re: Unable to enable or disable products or categories after upgrade

    Quote Originally Posted by DrByte View Post
    What plugins are you using? I think there was an ImageHandler bug that caused those symptoms.
    I have the same problem after upgrade to 1.5.1 from 1.3.7: "Unable to enable or disable products"

    However I can "Enable or disable categories".

    I do not believe I have ImageHandler. When I look in Tools I do not see it and I never installed it.

    Can somebody point to right direction?

    Thank you in advance.

  6. #6
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: Unable to enable or disable products or categories after upgrade

    Quote Originally Posted by idtags View Post
    I have the same problem after upgrade to 1.5.1 from 1.3.7: "Unable to enable or disable products"

    However I can "Enable or disable categories".

    I do not believe I have ImageHandler. When I look in Tools I do not see it and I never installed it.

    Can somebody point to right direction?

    Thank you in advance.
    To confirm, the issue experienced is that when navigating the catalog, you are unable to enable/disable a product by clicking on the dot/image in the status column for the product (usually a red or green dot, but could be changed). To add to this inquiry, you are able to edit the product and successfully change the status just not from the catalog menu screens.

    Is the above correct? If so, my guess and it is not a reflection of the people doing the work is that one or more files to be uploaded didn't successfuly make it and that as information is passed around, in one file a GET statement is used and another a POST or something similar and so the functionality doesn't work. Compare the files expected to be on the server with those that are and see if can resolve the problem that way.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #7
    Join Date
    Aug 2005
    Posts
    334
    Plugin Contributions
    0

    Default Re: Unable to enable or disable products or categories after upgrade

    I can edit product, and can enable disable category. And it is correct I am using just images/icons in admin area to do so. Is there work around for addressing this issue?

    1.
    ...one or more files to be uploaded didn't successfully make it and that as information is passed around, in one file a GET statement is used and another a POST or something similar and so the functionality doesn't work. Compare the files expected to be on the server with those that are and see if can resolve the problem that way.
    Thank you for respond.

    Can you please suggest which files to look in?


    2.
    ... change the status just not from the catalog menu screens.
    It looks like you saying that there is another way to change "enable products" - not from catalog menu?
    Please, explain what it is? I need this now badly.
    Last edited by idtags; 20 Jan 2014 at 04:00 PM.

  8. #8
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: Unable to enable or disable products or categories after upgrade

    Quote Originally Posted by idtags View Post
    I can edit product, and can enable disable category. And it is correct I am using just images/icons in admin area to do so. Is there work around for addressing this issue?

    1.

    Thank you for respond.

    Can you please suggest which files to look in?


    2.

    It looks like you saying that there is another way to change "enable products" - not from catalog menu?
    Please, explain what it is? I need this now badly.
    1. Can't answer question at moment, not in front of computer, but suggestion on grand scale would be to upload the store files again assuming store was updated correctly when merging/updating.
    2. There are two ways built into operation, while navigating the catalog to click on the red button to make it green, or to go to edit the product and change the radio button at the top of the product and change from product disabled to product enabled, review the change and then update the product. This will make it active.
    3. The next action if that doesn't work would be to run a SQL command for each product to update it's status in the dse if the above doesn't work. This would require knowing the product nummber that is located to the left of each product when reviewing the catalog. (If this is something you need, please identify each product number and help can be developed for that. By me or someone else.)
    Last edited by mc12345678; 20 Jan 2014 at 04:29 PM.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #9
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: Unable to enable or disable products or categories after upgrade

    Quote Originally Posted by idtags View Post
    I can edit product, and can enable disable category. And it is correct I am using just images/icons in admin area to do so. Is there work around for addressing this issue?

    1.

    Thank you for respond.

    Can you please suggest which files to look in?
    Have you tried looking at the file:
    YOUR_ADMIN/includes/modules/category_product_listing

    This is the file mentioned in the link in one of the earlier posts of this thread. If I am not mistaken, you have upgraded from an earlier version. That thread identifies that there are differences between the older version and newer version of the file, these differences could affect the functionality of clicking on the button (hyperlink) especially since the recent version creates a form out of the information, instead of simply a hypertext link to the next file/"action".

    There may be other files associated with this that need to be updated to your current version, but if you look at that thread again from the perspective of having the same issue, but occurring for a different reason, and then search for the lines that are related to the older version, if they are there and don't look like the 1.5.x version, then may have found the culprit.

    That said, for some reason I remember someone correcting me and saying that it was an entirely different file and GETs had not been changed to POSTs in one file that is modified on upgrade.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

Similar Threads

  1. Unable to add products or categories after 1.5.4 upgrade.
    By racinjason in forum Upgrading to 1.5.x
    Replies: 10
    Last Post: 10 Sep 2015, 04:56 AM
  2. Replies: 1
    Last Post: 20 Jan 2014, 02:57 PM
  3. v151 Cannot enable or disable products after installing Image Handler
    By braggweb in forum Upgrading to 1.5.x
    Replies: 10
    Last Post: 2 Feb 2013, 05:55 PM
  4. Categories and products after upgrade
    By azwli in forum Upgrading from 1.3.x to 1.3.9
    Replies: 1
    Last Post: 9 Apr 2011, 06:20 AM

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