Page 1 of 1

Fatal error: Call to undefined function: rowcount()

Posted: Tue Aug 15, 2006 12:59 pm
by hesbas
After upgrading from 0.13 to 1.0 beta 4 I get this message after logging in to the adminpannel

Fatal error: Call to undefined function: rowcount() in /home/1828/muurkrant.org/HTML/cms/modules/FeedbackForm/classes/Config.class.php on line 93

Further I have no options!

Who can help!

Thanx all,

Bas

Re: Fatal error: Call to undefined function: rowcount()

Posted: Tue Aug 15, 2006 1:25 pm
by Piratos
function rowcount is no longer supported with original adodb lite, change the source to RecordCount()

Re: Fatal error: Call to undefined function: rowcount()

Posted: Tue Aug 15, 2006 2:30 pm
by calguy1000
This will be a problem with modules for some time.  some developers haven't upgraded all of their modules to be compatible with CMS 1.0, using adodb-lite (proper).