"Polls" module returns blank page

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
panther
Forum Members
Forum Members
Posts: 36
Joined: Thu Apr 22, 2010 9:01 pm

"Polls" module returns blank page

Post 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.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: "Polls" module returns blank page

Post by calguy1000 »

CMSMS is case sensitive. The module name is 'Polls'
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
panther
Forum Members
Forum Members
Posts: 36
Joined: Thu Apr 22, 2010 9:01 pm

Re: "Polls" module returns blank page

Post 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 ;-)
Post Reply

Return to “Modules/Add-Ons”