/home/vfofvpl9/public_html/extranet/yii/db/CDbConnection.php(381)
369 throw new CDbException('CDbConnection.connectionString cannot be empty.'); 370 try 371 { 372 Yii::trace('Opening DB connection','system.db.CDbConnection'); 373 $this->_pdo=$this->createPdoInstance(); 374 $this->initConnection($this->_pdo); 375 $this->_active=true; 376 } 377 catch(PDOException $e) 378 { 379 if(YII_DEBUG) 380 { 381 throw new CDbException('CDbConnection failed to open the DB connection: '. 382 $e->getMessage(),(int)$e->getCode(),$e->errorInfo); 383 } 384 else 385 { 386 Yii::log($e->getMessage(),CLogger::LEVEL_ERROR,'exception.CDbException'); 387 throw new CDbException('CDbConnection failed to open the DB connection.',(int)$e->getCode(),$e->errorInfo); 388 } 389 } 390 } 391 } 392 393 /**
| #0 |
+
–
/home/vfofvpl9/public_html/extranet/yii/db/CDbConnection.php(330): CDbConnection->open() 325 public function setActive($value) 326 { 327 if($value!=$this->_active) 328 { 329 if($value) 330 $this->open(); 331 else 332 $this->close(); 333 } 334 } 335 |
| #1 |
+
–
/home/vfofvpl9/public_html/extranet/yii/db/CDbConnection.php(308): CDbConnection->setActive(true) 303 */ 304 public function init() 305 { 306 parent::init(); 307 if($this->autoConnect) 308 $this->setActive(true); 309 } 310 311 /** 312 * Returns whether the DB connection is established. 313 * @return boolean whether the DB connection is established |
| #2 |
+
–
/home/vfofvpl9/public_html/extranet/yii/base/CModule.php(387): CDbConnection->init() 382 if(!isset($config['enabled']) || $config['enabled']) 383 { 384 Yii::trace("Loading \"$id\" application component",'system.CModule'); 385 unset($config['enabled']); 386 $component=Yii::createComponent($config); 387 $component->init(); 388 return $this->_components[$id]=$component; 389 } 390 } 391 } 392 |
| #3 |
+
–
/home/vfofvpl9/public_html/extranet/yii/base/CApplication.php(438): CModule->getComponent("db") 433 * Returns the database connection component. 434 * @return CDbConnection the database connection 435 */ 436 public function getDb() 437 { 438 return $this->getComponent('db'); 439 } 440 441 /** 442 * Returns the error handler component. 443 * @return CErrorHandler the error handler application component. |
| #4 |
+
–
/home/vfofvpl9/public_html/extranet/yii/db/ar/CActiveRecord.php(623): CApplication->getDb() 618 { 619 if(self::$db!==null) 620 return self::$db; 621 else 622 { 623 self::$db=Yii::app()->getDb(); 624 if(self::$db instanceof CDbConnection) 625 return self::$db; 626 else 627 throw new CDbException(Yii::t('yii','Active Record requires a "db" CDbConnection application component.')); 628 } |
| #5 |
+
–
/home/vfofvpl9/public_html/extranet/yii/db/ar/CActiveRecord.php(2309): CActiveRecord->getDbConnection() 2304 public function __construct($model) 2305 { 2306 $this->_model=$model; 2307 2308 $tableName=$model->tableName(); 2309 if(($table=$model->getDbConnection()->getSchema()->getTable($tableName))===null) 2310 throw new CDbException(Yii::t('yii','The table "{table}" for active record class "{class}" cannot be found in the database.', 2311 array('{class}'=>get_class($model),'{table}'=>$tableName))); 2312 if($table->primaryKey===null) 2313 { 2314 $table->primaryKey=$model->primaryKey(); |
| #6 |
+
–
/home/vfofvpl9/public_html/extranet/yii/db/ar/CActiveRecord.php(387): CActiveRecordMetaData->__construct(AceiteLgpd) 382 if(isset(self::$_models[$className])) 383 return self::$_models[$className]; 384 else 385 { 386 $model=self::$_models[$className]=new $className(null); 387 $model->_md=new CActiveRecordMetaData($model); 388 $model->attachBehaviors($model->behaviors()); 389 return $model; 390 } 391 } 392 |
| #7 |
+
–
/home/vfofvpl9/public_html/extranet/yii/db/ar/CActiveRecord.php(402): CActiveRecord::model("AceiteLgpd") 397 public function getMetaData() 398 { 399 if($this->_md!==null) 400 return $this->_md; 401 else 402 return $this->_md=self::model(get_class($this))->_md; 403 } 404 405 /** 406 * Refreshes the meta data for this AR class. 407 * By calling this method, this AR class will regenerate the meta data needed. |
| #8 |
+
–
/home/vfofvpl9/public_html/extranet/yii/db/ar/CActiveRecord.php(77): CActiveRecord->getMetaData() 72 if($scenario===null) // internally used by populateRecord() and model() 73 return; 74 75 $this->setScenario($scenario); 76 $this->setIsNewRecord(true); 77 $this->_attributes=$this->getMetaData()->attributeDefaults; 78 79 $this->init(); 80 81 $this->attachBehaviors($this->behaviors()); 82 $this->afterConstruct(); |
| #9 |
+
–
/home/vfofvpl9/public_html/cookies.php(3): CActiveRecord->__construct() 1 <?php 2 3 $aceite = new AceiteLgpd(); 4 5 if($aceite->hasAceitePendente($_COOKIE['aceite_lgpd'])){ 6 ?> 7 <section class="cookies" style="display:block;"> 8 <div class="container"> |
| #10 |
+
–
/home/vfofvpl9/public_html/rodape.php(1): include("/home/vfofvpl9/public_html/cookies.php") 1 <?php include("cookies.php"); ?> 2 3 <footer id="footer"> 4 <div class="container"> 5 <div class="logo"> 6 <img data-src="imgs/logo-v2.webp" class="lazyload" alt="ACAV 2025"/> |
| #11 |
+
–
/home/vfofvpl9/public_html/404.php(22): include("/home/vfofvpl9/public_html/rodape.php") 17 <span><b>404</b></span> 18 <h1><b>Página não encontrada</b></h1> 19 <a href="./"><i class="fas fa-arrow-left"></i> Voltar para a página inicial</a> 20 </div> 21 </main> 22 <?php include("rodape.php"); ?> 23 <?php include("scripts.php"); ?> 24 <script type="module" src="./js/init-modules.min.js?v=<?=$JSModulesVersion?>"></script> 25 <script type="text/javascript" src="./js/init.min.js?v=<?=$JSversion?>"></script> 26 </body> 27 </html> |
| #12 |
+
–
/home/vfofvpl9/public_html/RequestManager.php(172): require_once("/home/vfofvpl9/public_html/404.php") 167 Utf8::encode($html); 168 echo $html; 169 exit; 170 } 171 172 require_once($require_file); 173 exit; 174 175 } 176 177 } |
| #13 |
+
–
/home/vfofvpl9/public_html/index.php(93): RequestManager->run(array("/" => "inicial.php", "/sobre" => "sobre.php", "/programacao" => "programacao-page.php", "/noticias" => "noticias-listagem.php", ...)) 88 Util::redirect("inscricao/checkout?sucesso=remover"); 89 } 90 Util::redirect("inscricao/checkout?erro=N�o encontrado"); 91 } 92 93 $request_manager->run($rotas); 94 ?> |