Skip navigation
Currently Being Moderated

login error using xampp on local pc - tNG_fields

Sep 20, 2009 11:59 PM

I get this error message when I try to call a login form using a new installation of xamp (apache) php 5.3 ...

 

Fatal error:  Call to undefined method tNG_fields::tNG_fields() in C:\xampp\htdocs\mywebsite\includes\tng\tNG_custom.class.php on line 30

 

Line 30 just contains...

 

function tNG_custom(&$connection) {
        parent::tNG_fields($connection);               <<<-----------
        $this->transactionType = '_custom';
        $this->setTable("custom");
        $this->exportRecordset = true;
    }

 

Anyone know why this might fail? php 5.3 error?? xampp error???

 

TIA

 
Replies

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points