Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error when logging on


oreind

Recommended Posts

When I try to log on then I got I this error:

 

Fatal error: Call to undefined function: validate_password() in /var/www/virtual/oreind.is/www/catalog/login.php on line 26

 

Similar error comes when I try to make new user.

 

Does any one have an idea what is going on??

 

Regards, Baldur

www.oreind.is/catalog/default.php

Link to comment
Share on other sites

What contribution did you install?

 

It is a function that has been added to osC at a later time,

and your version does not have it yet.

look in CVS for the changes, or add the function to your functions file

(/catalog/includes/functions/general.php)

"Politics is the art of preventing people from taking part in affairs which properly concern them"

Link to comment
Share on other sites

Oh shoot.. I remember now.

 

It IS a contribution. Please SAY SO WHEN ASKING A QUESTION

(indeed, I'm screaming here)

 

change it to

 

tep_validate_password

 

in the source

 

(add tep_ to it)

 

and it will magically work

"Politics is the art of preventing people from taking part in affairs which properly concern them"

Link to comment
Share on other sites

Thank you very mutch,

I was updating to Milestone1 when this happened, it was some mistake in uploading the file or something. I had no idea it was a contribution....

 

Thanks again...

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...