This is a discussion on Checkout_Shipping.php Fatal error within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; Hello, when you click on the link on my site called Checkout_shipping.php, it gives you a fatal error. Fatal error: ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hello, when you click on the link on my site called Checkout_shipping.php, it gives you a fatal error. Fatal error: Call to undefined function: tep_get_configuration_key_value() in /homepages/37/d97494017/htdocs/catalog/checkout_shipping.php on line 18. Somone suggested to uninstall shipping methods and reinstall them. How do i do that? |
|
#2
| |||
| |||
| you just haven't got the function defined, it probably means you're missing a file there should be two occurences of this function, one in a file indvship_status,php which looks like this: <?php /* Indvship */ ?> <?php // BOF Indv Ship function tep_get_configuration_key_value($lookup) { $configuration_query_raw= tep_db_query("select configuration_value from " . TABLE_CONFIGURATION . " where configuration_key='" . $lookup . "'"); $configuration_query= tep_db_fetch_array($configuration_query_raw); $lookup_value= $configuration_query['configuration_value']; return $lookup_value; } // EOF ?> and one called downloads_controller which looks like this: <?php /* WebMakers.com Added: Downloads Controller Functions NOTE: Some function may already exist in other Add-Ons I have created. */ ?> <?php //// // BOF: WebMakers.com Added: configuration key value lookup function tep_get_configuration_key_value($lookup) { $configuration_query_raw= tep_db_query("select configuration_value from " . TABLE_CONFIGURATION . " where configuration_key='" . $lookup . "'"); $configuration_query= tep_db_fetch_array($configuration_query_raw); $lookup_value= $configuration_query['configuration_value']; return $lookup_value; } // EOF: WebMakers.com Added: configuration key value lookup ?> both files live in includes/functions/ jon |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| fatal error plz help | uglyrain | osCMax v2 Installation issues | 1 | 11-30-2005 03:28 PM |
| Fatal error!! | newtothis | osCMax v2 Installation issues | 1 | 07-13-2005 04:48 PM |
| Error during checkout_shipping.php | nihir | osCMax v1.7 Installation | 1 | 06-26-2005 05:23 PM |
| Fatal error: | kiokouk | osCommerce 2.2 Modification Help | 2 | 12-24-2004 03:38 AM |
| Fatal Error | Anonymous | osCMax v1.7 Discussion | 3 | 06-17-2004 06:28 AM |