Web Hosting Talk







View Full Version : Fatal error: Call to undefined function: pmd5()


LCHwebHost
01-25-2004, 01:14 AM
Hi,
I'm trying to setup my API for domains and I keep getting this error

Fatal error: Call to undefined function: pmd5()

How do I add pmd5 support to PHP? I searched all over and asked my tech about this and they are not sure were to get support for this.

LCHwebHost
01-25-2004, 01:24 AM
Opps wrong forum, can you move this to technical and security issues please mods, sorry about that.

Knogle
01-25-2004, 03:41 AM
http://sg.php.net/manual-lookup.php?pattern=pmd5

No such function exists. It's probably a custom function that was scripted in by your programmer.

phpdeveloper
01-25-2004, 01:30 PM
Or maybe they just mistyped the function. try editing the script and find 'pmd5' and replace with 'md5', which does exist and then see if it works.

LCHwebHost
01-25-2004, 03:08 PM
I tried that and it didn't work. The thing is I had the exact same script working on the server (pmd5 worked fine) however since I had to restore the server and re-install everything it's not working. Any way I can find out how to get pmd5 installed?