Buying Fix PHP Script Error

Discussion in 'Programming' started by m_wc, Dec 16, 2013.

  1. #1
    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.
     
    m_wc, Dec 16, 2013 IP
  2. edduvs

    edduvs Well-Known Member

    Messages:
    394
    Likes Received:
    31
    Best Answers:
    3
    Trophy Points:
    160
    As Seller:
    100% - 2
    As Buyer:
    100% - 0
    #2
    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.
     
    edduvs, Dec 17, 2013 IP
  3. HowDoYou

    HowDoYou Well-Known Member

    Messages:
    443
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    130
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    If still looking for someone fix this for you send me a message.
     
    HowDoYou, Dec 17, 2013 IP
  4. edduvs

    edduvs Well-Known Member

    Messages:
    394
    Likes Received:
    31
    Best Answers:
    3
    Trophy Points:
    160
    As Seller:
    100% - 2
    As Buyer:
    100% - 0
    #4
    I can help you out, send me a PM with your config.php / authorize.php from /classes folder.
     
    edduvs, Dec 19, 2013 IP