osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Checkout_Shipping.php Fatal error

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: ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v1.7 Forums > osCMax v1.7 Discussion

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 03-03-2004, 02:19 PM
Anonymous
Guest
 
Posts: n/a
Default Checkout_Shipping.php Fatal error

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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 03-03-2004, 06:30 PM
Active Member
 
Join Date: Jan 2003
Location: Surrey, UK
Posts: 126
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
jonthewebb
Default

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

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


All times are GMT -8. The time now is 10:58 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax