Page 1 of 1

CGContentUtils and cmsms 1.7

Posted: Fri Apr 16, 2010 11:35 am
by NikNak
Hi

Im running cmsms 1.7

I've just tried to install CGContentUtils but get the following error:

Fatal error: Call to undefined method CGContentUtils::RegisterBulkContentFunction() in /home/odchostc/public_html/sgtestv5/modules/CGContentUtils/CGContentUtils.module.php on line 68

In the code, the relevent section is only used if cmsms is greater or equal to 1.7

public function __construct()
 {
   parent::__construct();

   global $CMS_ADMIN_PAGE;
   if( $CMS_ADMIN_PAGE && (version_compare(CMS_VERSION,'1.7') >= 0) )
     {
$this->RegisterBulkContentFunction($this->Lang('advanced_copy'),'admin_copycontent');
     }
 }



Thanks

Nik

Re: CGContentUtils and cmsms 1.7

Posted: Tue Apr 20, 2010 12:25 pm
by airelibre
Hi,

I've got the same problem. Maybe this module is still under development ?
Thanks if someone has the solution.

Re: CGContentUtils and cmsms 1.7

Posted: Wed Jun 09, 2010 11:16 am
by alexbuckland
Im having the same trouble.

It also affects all the help files for other CalGuy Modules aswell, very frustrating.

Nobody found a fix for this yet?

Re: CGContentUtils and cmsms 1.7

Posted: Tue Oct 19, 2010 7:29 am
by airelibre
Hi,

I tried again with the 1.8.2, it works now

Re: CGContentUtils and cmsms 1.7

Posted: Tue Oct 19, 2010 9:39 am
by Dr.CSS
That module has been updated meaning it most likely doesn't work in 1.7.* and we don't technically support any but the last 2 versions of CMS Made Simple...