Case problems using PHP/XAMPP ?

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Case problems using PHP/XAMPP ?

Postby Judodan » 10. January 2008 19:41

I've installed XAMPP and had few problems. However, today I'm working on a new project and when I pop in the files and run them, I get the following:

Fatal error: Call to undefined function getvalue() in C:\xampp\htdocs\include\common.php on line 61

When I look at that line, it looks like this:

if (strcasecmp(getValue("TrackLogins", "false"), "true") == 0) {
// some code....
}

Note the capital "V" in the code. Is there some reason that it's looking for the function in all lower case? Did I miss a setting or something? I don't seem to have this problem when I run this in the debugger through PhpED.

Thanks for any help.
-D. Israel
Judodan
 
Posts: 1
Joined: 10. January 2008 19:38

Postby Wiedmann » 10. January 2008 21:04

Call to undefined function getvalue()

getvalue() is not a PHP function.

Did you define this function by your own? Where?
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 192 guests