Page 1 of 1

"Polls" module returns blank page

Posted: Fri Sep 20, 2013 8:47 pm
by panther
Hello,

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.

Re: "Polls" module returns blank page

Posted: Fri Sep 20, 2013 8:49 pm
by calguy1000
CMSMS is case sensitive. The module name is 'Polls'

Re: "Polls" module returns blank page

Posted: Fri Sep 20, 2013 9:16 pm
by panther
calguy1000:
f*ck, bad mistake :-( And I lost about of 4 hours with that! I tried different versions of this module and it was only typing error...

Thanks a lot, you´re great ;-)