Page 1 of 1

self reg admin not appearing!

Posted: Tue Oct 10, 2006 4:55 pm
by scotch33
Hi,

On the site with the issue I'm running lastest cmsms with FEU1.1.1 and Self reg 1.0.3.  FEU is good as gold but self reg is looking like this...
Image.

if i click on any of the tabs, nothing happens.

I have uninstalled and reinstalled but to no avail.  I ahve also checked all permisions and all are good. 

Any ideas anyone

Re: self reg admin not appearing!

Posted: Tue Oct 10, 2006 5:03 pm
by calguy1000
When the tab headers show up, but no content  in the tab, this usually means that there's some type of php error that it encountered, and Javascript is hiding the error.

Do a 'View Page Source' or some such thing, and search for the word 'Error'

Re: self reg admin not appearing!

Posted: Wed Oct 11, 2006 7:35 am
by scotch33
Yep, Cal you are right (as always)  the error is at the bottom of the page...

Fatal error: Call to undefined function:  rowcount() in /home/scotch33/public_html/mysharedaccounts/bui001/modules/SelfRegistration/SelfRegistration.module.php on line 1064


Now - what should I do about it guys?

Thanks!

John

Re: self reg admin not appearing!

Posted: Wed Oct 11, 2006 8:53 am
by Dee
Change any occurences of RowCount to RecordCount, see
http://forum.cmsmadesimple.org/index.ph ... 377.0.html

Or even better: upgrade to the latest version 1.1.0-beta1 (which is compatible with cmsmadesimple-1.x and doesn't have the rowcount calls):
http://dev.cmsmadesimple.org/frs/?group ... ase_id=530