Problem with Archive Manager after upgrade

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
leonkelly

Problem with Archive Manager after upgrade

Post by leonkelly »

I've just upgraded from 0.13 to 1.0.2 (Linux, MySQL3.53, PHP4).

I was using the Archive Manager module previously but now I'm receiving an error when I try to save any page in 1.0.2:
Fatal error: Call to undefined function: rowcount() in /var/www/html/modules/Archiver/Archiver.module.php on line 330
Has anyone else had this issue or know of a solution?

Thanks in advance,
Leon
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Problem with Archive Manager after upgrade

Post by Dr.CSS »

FTP to site and find modules/Archiver/Archiver.module.php, right click and view/edit, at least in Filezilla that's how, and on line 330 change rowcount to record count, it may be RowCount which would be RecordCount, watch for correct upper/lower case syntax....
leonkelly

Re: Problem with Archive Manager after upgrade

Post by leonkelly »

Thanks Mark, it works perfectly now  :D
Locked

Return to “CMSMS Core”