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
North America
Europe, Middle East and Africa
Asia Pacific