Page 1 of 1

FeedbackForm module - getting error message in core class

Posted: Sat Oct 21, 2006 9:31 am
by bigtony
Hi, I have just installed the FeedbackForm module (v. 0.9.14) and am getting an error message when I open up the "Sample Form" and then click on the Check Box Group entry ("Features I'd most like to see...") - gives the following error in one of the core classes:

Fatal error: Call to undefined function: loadformmethods() in /var/www/html/lib/classes/class.module.inc.php on line 1425.

I'm using CMSMS version 1.0.2 "Maui", PHP 4.3.2

Looking in the source of this file the method does exist, being declared on line 129, so the message has somewhat stumped me! In case it's relevant (though this seems unlikely) I had to change a number of files througout the FeedbackForm module to replace RowCount() with RecordCount(). I also had to do this with a different recently installed module after it complained that RowCount() was not found.

Any ideas appreciated!

Thanks.