tybodell Posted October 15, 2002 Share Posted October 15, 2002 I think it could be something i did in Admin but i'm not sure, any hints/suggestions?? Please Help. Ty Fatal error: Call to undefined function: tep_get_products_special_price() in /usr/local/apache/htdocs/catalog/catalog/product_info.php on line 60 Link to comment Share on other sites More sharing options...
Ajeh Posted October 15, 2002 Share Posted October 15, 2002 function tep_get_products_special_price is in the /includes/functions/general.php file. Make sure you have this file and make sure your files are in /catalog/catalog If they are not located there, then check your /includes/configure.php file. You can also try to reload the /includes/functions/general.php file. Link to comment Share on other sites More sharing options...
tybodell Posted October 15, 2002 Author Share Posted October 15, 2002 Thank you that got rid of the 3 errors i had on the page (reloading the file) now i get Fatal error: Call to undefined function: display_price() in /usr/local/apache/htdocs/catalog/catalog/product_info.php on line 63 How did all this stuff start to fall apart when i didn't even change any of it?? Any ideas. Thanks a lot, Ty Link to comment Share on other sites More sharing options...
Ajeh Posted October 15, 2002 Share Posted October 15, 2002 The function display_price is located at the bottom of /includes/classes/currencies.php Basically check the same thing, is it there? If so, check your configure.php and make sure you are setup for /catalog/catalog and if so, reload it Link to comment Share on other sites More sharing options...
tybodell Posted October 15, 2002 Author Share Posted October 15, 2002 Damn it was the same thing i just had to reload it, why would i keep having to do this, is it random corruption or what?? I've never even dealt with any of those files before i'm not sure how it could screw up? Link to comment Share on other sites More sharing options...
Ajeh Posted October 15, 2002 Share Posted October 15, 2002 Did you reload your site recently? Or change anything since you last remembered it worked ... then suddenly stopped working? Did your server go down and your hosting site have to restore your domain? Perhaps it's just a bad hair day :shock: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.