I just installed cms 1.1 and the database backup module.
I got the error: "Fatal error: Call to undefined function: rowcount()" (line 268)
Solution (seems to work):
In Backup.module.php replace on line 268 rowcount() with RecordCount()
ciao
Pj
solved: database backup Fatal error: Call to undefined function: rowcount()
-
Anastasis
Re: solved: database backup Fatal error: Call to undefined function: rowcount()
Thanks - this fixed it for me. 
