MX Kollection Forum :: What is causing this Fatal error
This thread was displayed: 0 times
Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.
For more information about the affected products visit: www.interaktonline.com/Support/
Timespider
02-10-2010 23:10:38 GMT +2
|
The site has been working fine for months & I'm now getting this error. Can anyone help me with it
Fatal error: Call to undefined method tNG_fields::tNG_fields() in /home/onlinemo/public_html/includes/tng/tNG_custom.class.php on line 19
On line 19 is the following code
parent::tNG_fields($connection);
Thanks for any help. Chris
|
|
|
Timespider
02-11-2010 23:28:46 GMT +2
|
Thanks to Fred at Excel Web I have solved it. It was the php 5.3.1 upgrade.
On line 19 was parent::tNG_fields($connection);
Replace it with parent::tNG($connection);
Do it in the following places
includes/tng/
tNG_insert.class.php,
tNG_update.class.php,
tNG_delete.class.php and
tNG_custom.class.php
I also reccomend visiting this site http://www.interaktonline.info/ & help the interakt support continue.
Chris
|
|
|