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
CGContentUtils and cmsms 1.7
CGContentUtils and cmsms 1.7
Last edited by NikNak on Fri Apr 16, 2010 11:42 am, edited 1 time in total.
Re: CGContentUtils and cmsms 1.7
Hi,
I've got the same problem. Maybe this module is still under development ?
Thanks if someone has the solution.
I've got the same problem. Maybe this module is still under development ?
Thanks if someone has the solution.
Mathieu // AireLibre
Re: CGContentUtils and cmsms 1.7
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?
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
Hi,
I tried again with the 1.8.2, it works now
I tried again with the 1.8.2, it works now
Mathieu // AireLibre
Re: CGContentUtils and cmsms 1.7
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...