Page 1 of 1

Bookmarks 2.1 (rev.32) not working with 1.0beta2

Posted: Mon Jul 31, 2006 4:48 am
by mahjong
The Bookmarks module doesn't work for me with CMSMS 1.0

In Content->Bookmarks :
Fatal error: Call to undefined function: rowcount() in Bookmarks.module.php on line 337
And on public pages, {cms_module module="bookmarks"} gives :
string(76) "Smarty error: unable to read resource: "module_db_tpl:Bookmarks;bookmarks_1""
Any help would be appreciated...

Re: Bookmarks 2.1 (rev.32) not working with 1.0beta2

Posted: Mon Jul 31, 2006 5:17 am
by mahjong
I think it has something to do with RowCount() that was sometime ago replaced by RecordCount()

http://forum.cmsmadesimple.org/index.ph ... 384.0.html

Re: Bookmarks 2.1 (rev.32) not working with 1.0beta2

Posted: Wed Aug 02, 2006 1:21 am
by Dee
Bookmarks 2.1 (current svn trunk) doesn't seem ready for release. It seems it's in the middle of transition from using an own template table to api db templates (it uses $this->ProcessTemplateFromDatabase, but nowhere $this->SetTemplate)

I fixed version 2.0 so it works on the cmsmadesimple-1.0 series and released it as 2.0.1:
http://dev.cmsmadesimple.org/frs/?group ... ase_id=559