Fatal Error 2:count(): Parameter must be an array or an object that implements Countable in /home/c1802190/public_html/application/modules/common/models/Modulos.php on line 73
EXCEPTION_OTHER : 0
{main}
open/home/c1802190/public_html/library/Creacttive/Error/Handler.php
1     <?php
2    
3    
class Creacttive_Error_Handler
4    
{
5    
6        public static function 
handle($errno$errstr$errfile$errline)
7        {
8            if (
error_reporting() == false)
9            {
10               return;
11           }
12           throw new 
Exception($errno.':'.$errstr ' in <a href="repath://'.$errfile.'@'.$errline.'">'.$errfile.'</a> on line '.$errline);
13       }
14       public static function 
set()
15       {
16           
set_error_handler(array(__CLASS__'handle'));
17       }
18   }
19   
20   
21   
22   
Stack trace
  1. 73/home/c1802190/public_html/application/modules/common/models/Modulos.php
    Creacttive_Error_Handler->handle(2, 'count(): Parameter must be an array or an object that implements Countable', '/home/c1802190/public_html/application/modules/common/models/Modulos.php', 73, Array(11))
  2. 20/home/c1802190/public_html/library/Creacttive/SelectUrl.php
    Common_Model_Modulos->findByAlias('index', 1)
  3. 309/home/c1802190/public_html/library/Zend/Controller/Plugin/Broker.php
    Creacttive_SelectUrl->preDispatch(Zend_Controller_Request_Http)
  4. 941/home/c1802190/public_html/library/Zend/Controller/Front.php
    Zend_Controller_Plugin_Broker->preDispatch(Zend_Controller_Request_Http)
  5. 97/home/c1802190/public_html/library/Zend/Application/Bootstrap/Bootstrap.php
    Zend_Controller_Front->dispatch()
  6. 366/home/c1802190/public_html/library/Zend/Application.php
    Zend_Application_Bootstrap_Bootstrap->run()
  7. 4/home/c1802190/public_html/public/index.php
    Zend_Application->run()