Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

undefined finction.....help!


lolaagain

Recommended Posts

So! Something bad happened to my site whilst I was innocently making changes last night.

I ended up restoring a back-up (so glad I backed up) but, now I'm getting error after error.

I have been able to fix the first 2.....but I am stuck on this one.

 

Fatal error: Call to undefined function tep_session_save_path() in /home2/gracielo/public_html/product_info.php on line 313

 

From what I could find, it looks like I need to create a directory in functions????? Help?!

I have only been working on this site for a month now, so I'm not sure about what to do.

 

Please help me....and be gentle (heh heh heh)

Link to comment
Share on other sites

One of your enhancements needs a function called tep_session_save_path and the restore you did, does overwrote the change you made to include it but left the calling code.

 

Normaly it is in admin/includes/functions/sessions.php

 

function tep_session_save_path($path = '') {

if ($path != '') {

return session_save_path($path);

} else {

return session_save_path();

}

}

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...