Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
I was just suggesting that you check to make sure it works at all, yes it was built/ported to CMSMS you may need to file a bug report for that module...
I have the same problem. I am using the last version of cmsms and Xinha. I think it is because there is a new database layout. The file that causes the error is under modules/xinha/xinha/plugins/cmsmslinker/scan.php
I found the issue in the modules/xinha/xinha/plugins directory you have to modify the scan.php. Replace RowCount with RecordCount. After this it will work. I think rowcount is not working any longer since the last version of CMSMS. but i dont know why
Oh, didn't think of that. The Rowcount-function doesn't work anymore because the ADODB-library has been updated. In this updated lib, Rowcount has been replaced by Recordcount.
I've been using FCKEditorX for now because of the error described, but I think I will switch back.
I saw that an other module had the same error so i was able to fix it in a couple of time. The module is not updated since january and at that time it was working i think. I have send an email to developer with the error description and the solution. I hope he will update the package soon.