Page 1 of 1

Problem with Archive Manager after upgrade

Posted: Mon Oct 09, 2006 5:55 am
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

Re: Problem with Archive Manager after upgrade

Posted: Mon Oct 09, 2006 9:38 am
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....

Re: Problem with Archive Manager after upgrade

Posted: Mon Oct 09, 2006 9:47 am
by leonkelly
Thanks Mark, it works perfectly now  :D