Call to a member function getIsEmpty() on bool
/var/www/html/clavisng-online/vendor/pradosoft/prado/framework/pradolite.php (10630)
10619: foreach($initProperties as $name=>$value)
10620: {
10621: if($name==='lazy') continue;
10622: $module->setSubProperty($name,$value);
10623: }
10624: $this->setModule($id,$module);
10625: $this->_lazyModules[$id]=null;
10626: return array($module,$configElement);
10627: }
10628: public function applyConfiguration($config,$withinService=false)
10629: {
10630: if($config->getIsEmpty())
10631: return;
10632: foreach($config->getAliases() as $alias=>$path)
10633: Prado::setPathOfAlias($alias,$path);
10634: foreach($config->getUsings() as $using)
10635: Prado::using($using);
10636: if(!$withinService)
10637: {
10638: foreach($config->getProperties() as $name=>$value)
10639: $this->setSubProperty($name,$value);
10640: }
10641: if(empty($this->_services))
10642: $this->_services=array($this->getPageServiceID()=>array('TPageService',array(),null));
#0 /var/www/html/clavisng-online/vendor/pradosoft/prado/framework/pradolite.php(10696): TApplication->applyConfiguration(false, false)
#1 /var/www/html/clavisng-online/vendor/pradosoft/prado/framework/pradolite.php(10292): TApplication->initApplication()
#2 /var/www/html/clavisng-online/index.php(88): TApplication->run()
#3 {main}