Fatal error: Call to undefined function: rowcount() in /something/something/something/modules/someModule/SomeModule.module.php on line something
FTP to site and find modules/TheModule/TheModule.module.php, right click and view/edit, at least in Filezilla that's how, and on line ### change rowcount to recordcount, it may be RowCount which would be RecordCount, watch for correct upper/lower case syntax....
This may not always be the TheModule.module.php file, what ever the error message string says that is the file and line number you need to go to, and it may find another file in that module or another module, just keep doing it untill it gives no more errors.
I had quite a few older modules that needed this done to them when I upgraded to 1.0.2 from 0.13 and they all work fine now.
Hope This Helps
