Guest Posted February 13, 2007 Share Posted February 13, 2007 Fatal error: Call to undefined function: tep_cfg_select_shipping() in /homepages/45/d152861670/htdocs/usengines/catalog/admin/modules.php(238) : eval()'d code on line 1 WhenI attempt to edit Google Payment I get this message. All files were loaded exactly as supplied rather than editing the exiting files. Quote Link to comment Share on other sites More sharing options...
dadsim Posted February 13, 2007 Share Posted February 13, 2007 Fatal error: Call to undefined function: tep_cfg_select_shipping() in /homepages/45/d152861670/htdocs/usengines/catalog/admin/modules.php(238) : eval()'d code on line 1 WhenI attempt to edit Google Payment I get this message. All files were loaded exactly as supplied rather than editing the exiting files. Read the v-1.1.3b.txt file: "FOR USERS UPGRADING FROM A PREVIOUS VERSION: If you're simply updating from a previous version, you need to modify two rows in the configuration table in your osCommerce database: 1) Find the row with the key MODULE_PAYMENT_GOOGLECHECKOUT_MODE and change instances of https://sandbox.google.com/ with https://sandbox.google.com/checkout/. 2) Find the row with the key MODULE_PAYMENT_GOOGLECHECKOUT_SHIPPING and change instances of tep_cfg_select_shipping with gc_cfg_select_shipping." Try to change the value of "set_function" column from tep_cfg_select_shipping to gc_cfg_select_shipping for the row with column "configuration_key"=MODULE_PAYMENT_GOOGLECHECKOUT_SHIPPING. For future questions please refer to the official thread for a better and faster answer http://www.oscommerce.com/forums/index.php?showtopic=229637 Quote Link to comment Share on other sites More sharing options...
Guest Posted February 13, 2007 Share Posted February 13, 2007 Read the v-1.1.3b.txt file:"FOR USERS UPGRADING FROM A PREVIOUS VERSION: If you're simply updating from a previous version, you need to modify two rows in the configuration table in your osCommerce database: 1) Find the row with the key MODULE_PAYMENT_GOOGLECHECKOUT_MODE and change instances of https://sandbox.google.com/ with https://sandbox.google.com/checkout/. 2) Find the row with the key MODULE_PAYMENT_GOOGLECHECKOUT_SHIPPING and change instances of tep_cfg_select_shipping with gc_cfg_select_shipping." Try to change the value of "set_function" column from tep_cfg_select_shipping to gc_cfg_select_shipping for the row with column "configuration_key"=MODULE_PAYMENT_GOOGLECHECKOUT_SHIPPING. For future questions please refer to the official thread for a better and faster answer http://www.oscommerce.com/forums/index.php?showtopic=229637 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.