Skip to content
Advertisement

Fatal error: Call to undefined function getsqlvaluestring()

Hey guys I get this error when I try to login with a default Dreamweaver Login Module, please help me – this is a though one, I’m just an html designer trying to make a simple login script for a small site I’m working one. It’s be great if you can help

JavaScript

Sorry guys, the error is Fatal error: Call to undefined function getsqlvaluestring() in /u1/home/xxxxxx/public_html/newsletters/Resources/promocenter/admin/login.php on line 22 This is standard dreamweaver cs5 code.

Connecting to a database etc. I’m sure I have the file included right at the top of my code, please have a look there. I can also say that this code worked perfectly fine for a year and all of a sudden it gave me this error everytime I try to login. The normal front end still shows fields from the database. It’s just the /admin/ login side that give the issue

Advertisement

Answer

JavaScript

It means that there is no such a function. I guess that this function is another file and you forgot to include it.

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement