Hello, I am getting this error while trying to login if anyone can understand and fix this error. Fatal error: Call to undefined method config::updateRecord1() in /home/tessexp/public_html/classes/authorize.php on line 25 I can send you screen shot of it. Please contact me with price and your experience in programming and skype details.
Go to Config.php (or config_class.php or whatever the config class file is named in the classes folder), and define your "updateRecord1()" function (a function is called a method and a variable is called property in a class). Line 25 probably looks like this: Config::updateRecord1(arguments); PHP: Since it's not defined, it's called a fatal error. If you know what that method is supposed to do with the arguments, I can probably help you out. Otherwise, I'm blindfolded here. Regards.