Error

Description

Call to a member function getIsEmpty() on bool

Source File

/home5/tkcxdaerygiu/domains/cvh.adeneu.com.ar/html/app/includes/prado-3.2.0.r3169/framework/pradolite.php (9801)

9790:     {
9791:         if($this->_authRules===null)
9792:             $this->_authRules=new TAuthorizationRuleCollection;
9793:         return $this->_authRules;
9794:     }
9795:     protected function getApplicationConfigurationClass()
9796:     {
9797:         return 'TApplicationConfiguration';
9798:     }
9799:     public function applyConfiguration($config,$withinService=false)
9800:     {
9801: if($config->getIsEmpty())
9802: return; 9803: foreach($config->getAliases() as $alias=>$path) 9804: Prado::setPathOfAlias($alias,$path); 9805: foreach($config->getUsings() as $using) 9806: Prado::using($using); 9807: if(!$withinService) 9808: { 9809: foreach($config->getProperties() as $name=>$value) 9810: $this->setSubProperty($name,$value); 9811: } 9812: if(empty($this->_services)) 9813: $this->_services=array($this->getPageServiceID()=>array('TPageService',array(),null));

Stack Trace

#0 /home5/tkcxdaerygiu/domains/cvh.adeneu.com.ar/html/app/includes/prado-3.2.0.r3169/framework/pradolite.php(9873): TApplication->applyConfiguration(false, false)
#1 /home5/tkcxdaerygiu/domains/cvh.adeneu.com.ar/html/app/includes/prado-3.2.0.r3169/framework/pradolite.php(9488): TApplication->initApplication()
#2 /home5/tkcxdaerygiu/domains/cvh.adeneu.com.ar/html/app/index.php(21): TApplication->run()
#3 {main}
2024-03-28 13:37 Apache PRADO/3.2.0