Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Jan 2018
    Posts
    146
    Plugin Contributions
    0

    Default Edit button gone

    Does anyone know where the edit button has gone? When i click on the info button the box appears but whe i click on 'edit' nothing happens. Click image for larger version. 

Name:	zen2.jpg 
Views:	53 
Size:	25.6 KB 
ID:	17715Click image for larger version. 

Name:	ZEN1.jpg 
Views:	51 
Size:	23.2 KB 
ID:	17714

    Thanks.

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

    Default Re: Edit button gone

    You have partial white page, as you are also missing the footer. Check your log files for an debug file.

  3. #3
    Join Date
    Jan 2018
    Posts
    146
    Plugin Contributions
    0

    Default Re: Edit button gone

    Quote Originally Posted by Design75 View Post
    You have partial white page, as you are also missing the footer. Check your log files for an debug file.
    [27-Feb-2018 11:33:13 Europe/London] PHP Fatal error: Call to undefined function cfg_select_option() in /web/sites/mas-uk.com/wwwroot/www/control/configuration.php(195) : eval()'d code on line 1

  4. #4
    Join Date
    Jan 2018
    Posts
    146
    Plugin Contributions
    0

    Default Re: Edit button gone

    [27-Feb-2018 11:33:13 Europe/London] PHP Fatal error: Call to undefined function cfg_select_option() in /***/***/***/configuration.php(195) : eval()'d code on line 1

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

    Default Re: Edit button gone

    Would suggest also addressing the items in the posting tips to help identify how this issue arose.

    Posting tips appear above the message box when replying to or initiating a post.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #6
    Join Date
    Jan 2018
    Posts
    146
    Plugin Contributions
    0

    Default Re: Edit button gone

    Quote Originally Posted by mc12345678 View Post
    Would suggest also addressing the items in the posting tips to help identify how this issue arose.

    Posting tips appear above the message box when replying to or initiating a post.

    What version of Zen Cart are you using? 1.5.5
    Has your site been upgraded? When? From what version(s)? Yes, a month a go from version 1.3 i think
    If you've upgraded, HOW did you upgrade? (official upgrade procedure or an automated script from your hosting company?) Hosting company upgraded for us
    What plugins/addons have you installed? When? If your problems are payment-related, what payment module(s) are you using? If it's shipping-related, which shipping module(s) are you using? Yes just the cateogrie restriction add on to hide prices.
    If your problems are language-pack related (non-English), have you checked that all the language files are loaded and correct? Yes
    HOW did you install Zen Cart? (upload via FTP and run zc_install, or a one-click install from your hosting company? (one-click installs might mean you don't have enough information about your site/server to make customizations easily)) N/A
    What version of PHP and MySQL is your server using? (See Admin->Tools->Server Info) PHP Version 5.4.17 & MySQL 5.5.32
    WHEN did the problem "start"? How does that compare with other events of your hosting company, changes you've made to your site files/addons, or your admin settings, etc? Since template was installed last Friday
    Please post the contents of related "debug logs" generated by Zen Cart (wrap the content in
    Code:
     and
    tags please!). [27-Feb-2018 11:32:54 Europe/London] PHP Fatal error: Call to undefined function cfg_select_option() in /web/sites/mas-uk.com/wwwroot/www/control/configuration.php(195) : eval()'d code on line 1
    If this is your first store, have you tested all aspects of transactions before going live? No and Yes
    In what ways is your site customized or different from a brand new uncustomized install?
    Please post your site URL* so we can take a look at it. This is especially important if you're encountering display/layout problems, so the problem can be seen directly. - www.mas-uk.com
    If you're encountering problems that could be related to your server or hosting company, include the name of your hosting company (not their URL).
    HAVE YOU LOOKED IN THE FAQ AREA for answers to your question? (ie: a search for your error message or what you want to edit/change, etc)
    Have you searched the FORUM for your error message or for answers to the question you're asking?

  7. #7
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,848
    Plugin Contributions
    11

    Default Re: Edit button gone

    phpMyAdmin, run the following sql query and post the results:

    SELECT * FROM `configuration` WHERE `set_function` LIKE 'cfg_select_option%';

    it seems something is probably wrong in the database as the function that it calls should be zen_cfg_select_option not cfg_select_option.

    best.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  8. #8
    Join Date
    Jan 2018
    Posts
    146
    Plugin Contributions
    0

    Default Re: Edit button gone

    Quote Originally Posted by carlwhat View Post
    phpMyAdmin, run the following sql query and post the results:

    SELECT * FROM `configuration` WHERE `set_function` LIKE 'cfg_select_option%';

    it seems something is probably wrong in the database as the function that it calls should be zen_cfg_select_option not cfg_select_option.

    best.
    I got;
    Showing rows 0 - 29 (385 total, Query took 0.0005 sec)

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

    Default Re: Edit button gone

    Quote Originally Posted by JakeLawless View Post
    I got;
    Showing rows 0 - 29 (385 total, Query took 0.0005 sec)
    More detail would be helpful to see what configuration entries have been modified (or not) ie. may be worth repeating the search with 'zen_cfg_select_option%' instead to see what if any are "properly" in place.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  10. #10
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,848
    Plugin Contributions
    11

    Default Re: Edit button gone

    jake,
    not sure how your database got screwed up. assuming you ran the query correctly.

    i ran the following sql commands:

    Code:
    SELECT count(*)
    FROM `configuration`;
    
    SELECT count(*) FROM `configuration` WHERE `set_function` LIKE 'cfg_select_option%';
    
    SELECT count(*) FROM `configuration` WHERE `set_function` LIKE 'zen_cfg_select_option%';
    my counts are:

    919
    0
    425

    now your numbers can be different; but your problem is that the 2nd query should be 0. unless you have defined a function call cfg_select_option which does NOT look to be part of the ZC base package.

    best.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v151 Unable to edit categories - edit button missing!
    By ontoit in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 20 Aug 2016, 06:36 AM
  2. Replies: 6
    Last Post: 5 Nov 2010, 06:58 PM
  3. Upgrade button gone - zc_install
    By amylynpace in forum Upgrading from 1.3.x to 1.3.9
    Replies: 4
    Last Post: 22 Sep 2010, 08:12 PM
  4. edit capabilities gone from shipping module
    By wotnow in forum Built-in Shipping and Payment Modules
    Replies: 9
    Last Post: 25 Apr 2010, 05:12 AM
  5. Shopping gone after edit of Shopping_cart.php file
    By pritchb in forum General Questions
    Replies: 4
    Last Post: 4 Jan 2010, 06:40 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