I´ve installed Polls module and see only blank page. I have this configuration:
CMSMS: 1.10.2
CGExtensions 1.27.2
CGSimpleSmarty 1.4.10
CMSMailer 2.0.2
CMSPrinting 1.0
FileManager 1.2.0
MenuManager 1.7.7
MicroTiny 1.1.1
ModuleManager 1.5.3
News 2.12.3
Search 1.7
ThemeManager 1.1.4
Gallery 1.6.1
AjaxMadeSimple 0.4.0
Polls 1.0.0
I create new poll, insert a tag {cms_module module='polls'} into page but I see a blank page only. I found the problem is in lib/classes/class.cms_utils.php in the cod below.
Code: Select all
class cms_utils
{
/*
...
*/
final public static function & get_module($name,$version = '')
{
return cmsms()->GetModuleInstance($name,$version);
// returns NULL
}
/*
...
*/
}
Any idea how to solve that? Why it returns false?
Thanks.