Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 44
  1. #11
    Join Date
    May 2012
    Posts
    34
    Plugin Contributions
    0

    Default Re: cannot edit in admin panel

    Error: No matching Configuration Keys were found ... function mmb_get_zone_class_title

    2nd search for zen_get_zone_class_title:

    /home2/fettaffe/public_html/zencart/includes/modules/payment/authorizenet.php

    Line #521 : $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, use_function, set_function, date_added) values ('Payment Zone', 'MODULE_PAYMENT_AUTHORIZENET_ZONE', '0', 'If a zone is selected, only enable this payment method for that zone.', '6', '2', 'zen_get_zone_class_title', 'zen_cfg_pull_down_zone_classes(', now())");

    /home2/fettaffe/public_html/zencart/includes/modules/payment/authorizenet_aim.php

    Line #487 : $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, use_function, set_function, date_added) values ('Payment Zone', 'MODULE_PAYMENT_AUTHORIZENET_AIM_ZONE', '0', 'If a zone is selected, only enable this payment method for that zone.', '6', '2', 'zen_get_zone_class_title', 'zen_cfg_pull_down_zone_classes(', now())");

    /home2/fettaffe/public_html/zencart/includes/modules/payment/authorizenet_echeck.php

    Line #498 : $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, use_function, set_function, date_added) values ('Payment Zone', 'MODULE_PAYMENT_AUTHORIZENET_ECHECK_ZONE', '0', 'If a zone is selected, only enable this payment method for that zone.', '6', '2', 'zen_get_zone_class_title', 'zen_cfg_pull_down_zone_classes(', now())");

    /home2/fettaffe/public_html/zencart/includes/modules/payment/cod.php

    Line #111 : $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, use_function, set_function, date_added) values ('Payment Zone', 'MODULE_PAYMENT_COD_ZONE', '0', 'If a zone is selected, only enable this payment method for that zone.', '6', '2', 'zen_get_zone_class_title', 'zen_cfg_pull_down_zone_classes(', now())");

    /home2/fettaffe/public_html/zencart/includes/modules/payment/freecharger.php

    Line #112 : $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, use_function, set_function, date_added) values ('Payment Zone', 'MODULE_PAYMENT_FREECHARGER_ZONE', '0', 'If a zone is selected, only enable this payment method for that zone.', '6', '2', 'zen_get_zone_class_title', 'zen_cfg_pull_down_zone_classes(', now())");

    /home2/fettaffe/public_html/zencart/includes/modules/payment/linkpoint_api.php

    Line #681 : $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, use_function, set_function, date_added) values ('Payment Zone (restrict to)', 'MODULE_PAYMENT_LINKPOINT_API_ZONE', '0', 'If you want only customers from a particular zone to be able to use this payment module, select that zone here.', '6', 121, 'zen_get_zone_class_title', 'zen_cfg_pull_down_zone_classes(', now())");

    /home2/fettaffe/public_html/zencart/includes/modules/payment/moneyorder.php

    Line #109 : $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, use_function, set_function, date_added) values ('Payment Zone', 'MODULE_PAYMENT_MONEYORDER_ZONE', '0', 'If a zone is selected, only enable this payment method for that zone.', '6', '2', 'zen_get_zone_class_title', 'zen_cfg_pull_down_zone_classes(', now())");

    /home2/fettaffe/public_html/zencart/includes/modules/payment/paypal.php

    Line #495 : $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, use_function, set_function, date_added) values ('Payment Zone', 'MODULE_PAYMENT_PAYPAL_ZONE', '0', 'If a zone is selected, only enable this payment method for that zone.', '6', '4', 'zen_get_zone_class_title', 'zen_cfg_pull_down_zone_classes(', now())");

    /home2/fettaffe/public_html/zencart/includes/modules/payment/paypaldp.php

    Line #1047 : $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, use_function, set_function, date_added) values ('Payment Zone', 'MODULE_PAYMENT_PAYPALDP_ZONE', '0', 'If a zone is selected, only enable this payment method for that zone.', '6', '25', 'zen_get_zone_class_title', 'zen_cfg_pull_down_zone_classes(', now())");

    /home2/fettaffe/public_html/zencart/includes/modules/payment/paypalwpp.php

    Line #589 : $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, use_function, set_function, date_added) values ('Payment Zone', 'MODULE_PAYMENT_PAYPALWPP_ZONE', '0', 'If a zone is selected, only enable this payment method for that zone.', '6', '25', 'zen_get_zone_class_title', 'zen_cfg_pull_down_zone_classes(', now())");

    /home2/fettaffe/public_html/zencart/includes/modules/shipping/flat.php

    Line #83 : $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, use_function, set_function, date_added) values ('Shipping Zone', 'MODULE_SHIPPING_FLAT_ZONE', '0', 'If a zone is selected, only enable this shipping method for that zone.', '6', '0', 'zen_get_zone_class_title', 'zen_cfg_pull_down_zone_classes(', now())");

    /home2/fettaffe/public_html/zencart/includes/modules/shipping/freeoptions.php

    Line #229 : $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, use_function, set_function, date_added) values ('Shipping Zone', 'MODULE_SHIPPING_FREEOPTIONS_ZONE', '0', 'If a zone is selected, only enable this shipping method for that zone.', '6', '0', 'zen_get_zone_class_title', 'zen_cfg_pull_down_zone_classes(', now())");

    /home2/fettaffe/public_html/zencart/includes/modules/shipping/freeshipper.php

    Line #83 : $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, use_function, set_function, date_added) values ('Shipping Zone', 'MODULE_SHIPPING_FREESHIPPER_ZONE', '0', 'If a zone is selected, only enable this shipping method for that zone.', '6', '0', 'zen_get_zone_class_title', 'zen_cfg_pull_down_zone_classes(', now())");

    /home2/fettaffe/public_html/zencart/includes/modules/shipping/item.php

    Line #87 : $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, use_function, set_function, date_added) values ('Shipping Zone', 'MODULE_SHIPPING_ITEM_ZONE', '0', 'If a zone is selected, only enable this shipping method for that zone.', '6', '0', 'zen_get_zone_class_title', 'zen_cfg_pull_down_zone_classes(', now())");

    /home2/fettaffe/public_html/zencart/includes/modules/shipping/perweightunit.php

    Line #147 : $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, use_function, set_function, date_added) values ('Shipping Zone', 'MODULE_SHIPPING_PERWEIGHTUNIT_ZONE', '0', 'If a zone is selected, only enable this shipping method for that zone.', '6', '0', 'zen_get_zone_class_title', 'zen_cfg_pull_down_zone_classes(', now())");

    /home2/fettaffe/public_html/zencart/includes/modules/shipping/storepickup.php

    Line #128 : $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, use_function, set_function, date_added) values ('Shipping Zone', 'MODULE_SHIPPING_STOREPICKUP_ZONE', '0', 'If a zone is selected, only enable this shipping method for that zone.', '6', '0', 'zen_get_zone_class_title', 'zen_cfg_pull_down_zone_classes(', now())");

    /home2/fettaffe/public_html/zencart/includes/modules/shipping/table.php

    Line #188 : $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, use_function, set_function, date_added) values ('Shipping Zone', 'MODULE_SHIPPING_TABLE_ZONE', '0', 'If a zone is selected, only enable this shipping method for that zone.', '6', '0', 'zen_get_zone_class_title', 'zen_cfg_pull_down_zone_classes(', now())");

    /home2/fettaffe/public_html/zencart/zenadmin/includes/functions/general.php

    Line #1711 : function zen_get_zone_class_title($zone_class_id) {

    Match Lines found: 18

    I also noticed that in the configuration/shipping packaging screen that the country of origin is blank and when I click edit to enter the country, the edit screen also disappears.

  2. #12
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: cannot edit in admin panel

    Could you also do a search on just:
    mmb_get_zone_class_title

    It almost sounds like something is trying to use:
    mmb_get_zone_class_title

    vs using:
    zen_get_zone_class_title
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #13
    Join Date
    May 2012
    Posts
    34
    Plugin Contributions
    0

    Default Re: cannot edit in admin panel

    Here is the link to the other thread that I found. I would need help with the sql part of the answer.

    http://www.zen-cart.com/forum/showthread.php?t=164099

  4. #14
    Join Date
    May 2012
    Posts
    34
    Plugin Contributions
    0

    Default Re: cannot edit in admin panel

    Here is what I get highlighted in yellow:
    Searching 892 files ... for: mmb_get_zone_class_title
    Match Lines found: 0
    Error: No matching Configuration Keys were found ... mmb_get_zone_class_title

  5. #15
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: cannot edit in admin panel

    Let's try one more thing ...

    Go to your phpMyAdmin for the database that you are using and in the SQL run this:
    Code:
    SELECT * FROM configuration WHERE use_function LIKE '%get_zone_class_title%';
    NOTE: check if you are using database prefixes such as zen_ and if so, you would need to run:

    Code:
    SELECT * FROM zen_configuration WHERE use_function LIKE '%get_zone_class_title%';
    What comes up that has the:
    mmb_get_zone_class_title

    in it?

    Then try to see if anything else is using the mmb_
    Code:
    SELECT * FROM configuration WHERE use_function LIKE '%mmb%';
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #16
    Join Date
    May 2012
    Posts
    34
    Plugin Contributions
    0

    Default Re: cannot edit in admin panel

    I don't know how to get to phpMyAdmin. 40 years of woodworking, 0 years of trying to figure zencart problems

  7. #17
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: cannot edit in admin panel

    You should be able to find phpMyAdmin in the Control Panel for your domain ...

    Once there, find the database that you use for your data, the one named in:
    /includes/configure.php

    If you have trouble finding phpMyAdmin, contact your hosting provider for additional details ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  8. #18
    Join Date
    May 2012
    Posts
    34
    Plugin Contributions
    0

    Default Re: cannot edit in admin panel

    I found the area you wanted me to go to with the help of bluehost but when I ran this in the sql--SELECT * FROM configuration WHERE use_function LIKE '%get_zone_class_title%';-- I got this message--#1146 - Table 'fettaffe_zen1.configuration' doesn't exist.
    I also do not see--mmb_get_zone_class_title-- in the list of mmb files.
    I have to get to work so I will check back at the end of the day. Thank you so much for your continued help.

  9. #19
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: cannot edit in admin panel

    When you look at your database in phpMyAdmin, do you see the table:
    configuration

    or do you see the table:
    something_configuration
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  10. #20
    Join Date
    May 2012
    Posts
    34
    Plugin Contributions
    0

    Default Re: cannot edit in admin panel

    In my database I see mmb_configuration, there is also a mmb_configuration_groups.

 

 
Page 2 of 5 FirstFirst 1234 ... LastLast

Similar Threads

  1. Cannot save changes in admin panel
    By KenHaynes in forum General Questions
    Replies: 8
    Last Post: 20 Jun 2011, 08:06 PM
  2. Admin Panel - 'Edit' makes area to edit disappear!
    By popgenie in forum General Questions
    Replies: 3
    Last Post: 24 Apr 2011, 11:38 PM
  3. Edit Admin Panel
    By Opal in forum General Questions
    Replies: 2
    Last Post: 28 Mar 2009, 07:02 PM
  4. Cannot Preview New Template in Admin Panel
    By Joeywald in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 31 Dec 2008, 12:02 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