Untitled
unknown
plain_text
4 years ago
18 kB
5
Indexable
Data representation: Optional("<!DOCTYPE html PUBLIC\n\t\"-//W3C//DTD XHTML 1.0 Transitional//EN\"\n\t\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n<title>CException</title>\n\n<style type=\"text/css\">\n/*<![CDATA[*/\nhtml,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}\nbody{line-height:1;}\nol,ul{list-style:none;}\nblockquote,q{quotes:none;}\nblockquote:before,blockquote:after,q:before,q:after{content:none;}\n:focus{outline:0;}\nins{text-decoration:none;}\ndel{text-decoration:line-through;}\ntable{border-collapse:collapse;border-spacing:0;}\n\nbody {\n\tfont: normal 9pt \"Verdana\";\n\tcolor: #000;\n\tbackground: #fff;\n}\n\nh1 {\n\tfont: normal 18pt \"Verdana\";\n\tcolor: #f00;\n\tmargin-bottom: .5em;\n}\n\nh2 {\n\tfont: normal 14pt \"Verdana\";\n\tcolor: #800000;\n\tmargin-bottom: .5em;\n}\n\nh3 {\n\tfont: bold 11pt \"Verdana\";\n}\n\npre {\n\tfont: normal 11pt Menlo, Consolas, \"Lucida Console\", Monospace;\n}\n\npre span.error {\n\tdisplay: block;\n\tbackground: #fce3e3;\n}\n\npre span.ln {\n\tcolor: #999;\n\tpadding-right: 0.5em;\n\tborder-right: 1px solid #ccc;\n}\n\npre span.error-ln {\n\tfont-weight: bold;\n}\n\n.container {\n\tmargin: 1em 4em;\n}\n\n.version {\n\tcolor: gray;\n\tfont-size: 8pt;\n\tborder-top: 1px solid #aaa;\n\tpadding-top: 1em;\n\tmargin-bottom: 1em;\n}\n\n.message {\n\tcolor: #000;\n\tpadding: 1em;\n\tfont-size: 11pt;\n\tbackground: #f3f3f3;\n\t-webkit-border-radius: 10px;\n\t-moz-border-radius: 10px;\n\tborder-radius: 10px;\n\tmargin-bottom: 1em;\n\tline-height: 160%;\n}\n\n.source {\n\tmargin-bottom: 1em;\n}\n\n.code pre {\n\tbackground-color: #ffe;\n\tmargin: 0.5em 0;\n\tpadding: 0.5em;\n\tline-height: 125%;\n\tborder: 1px solid #eee;\n}\n\n.source .file {\n\tmargin-bottom: 1em;\n\tfont-weight: bold;\n}\n\n.traces {\n\tmargin: 2em 0;\n}\n\n.trace {\n\tmargin: 0.5em 0;\n\tpadding: 0.5em;\n}\n\n.trace.app {\n\tborder: 1px dashed #c00;\n}\n\n.trace .number {\n\ttext-align: right;\n\twidth: 2em;\n\tpadding: 0.5em;\n}\n\n.trace .content {\n\tpadding: 0.5em;\n}\n\n.trace .plus,\n.trace .minus {\n\tdisplay:inline;\n\tvertical-align:middle;\n\ttext-align:center;\n\tborder:1px solid #000;\n\tcolor:#000;\n\tfont-size:10px;\n\tline-height:10px;\n\tmargin:0;\n\tpadding:0 1px;\n\twidth:10px;\n\theight:10px;\n}\n\n.trace.collapsed .minus,\n.trace.expanded .plus,\n.trace.collapsed pre {\n\tdisplay: none;\n}\n\n.trace-file {\n\tcursor: pointer;\n\tpadding: 0.2em;\n}\n\n.trace-file:hover {\n\tbackground: #f0ffff;\n}\n/*]]>*/\n</style>\n</head>\n\n<body>\n<div class=\"container\">\n\t<h1>CException</h1>\n\n\t<p class=\"message\">\n\t\tНе определено свойство "application\\modules\\api\\modules\\v1906\\components\\actions\\paidAppeal\\Update.createNotExists".\t</p>\n\n\t<div class=\"source\">\n\t\t<p class=\"file\">/home/demo.standart/release/protected/yii2/Yii.php(188)</p>\n\t\t<div class=\"code\"><pre><span class=\"ln\">176</span> {\n<span class=\"ln\">177</span> unset($args[0]);\n<span class=\"ln\">178</span> $class=new ReflectionClass($type);\n<span class=\"ln\">179</span> // Note: ReflectionClass::newInstanceArgs() is available for PHP 5.1.3+\n<span class=\"ln\">180</span> // $object=$class->newInstanceArgs($args);\n<span class=\"ln\">181</span> $object=call_user_func_array(array($class,'newInstance'),$args);\n<span class=\"ln\">182</span> }\n<span class=\"ln\">183</span> }\n<span class=\"ln\">184</span> else\n<span class=\"ln\">185</span> $object=new $type;\n<span class=\"ln\">186</span> \n<span class=\"ln\">187</span> foreach($config as $key=>$value)\n<span class=\"error\"><span class=\"ln error-ln\">188</span> $object->$key=$value;\n</span><span class=\"ln\">189</span> \n<span class=\"ln\">190</span> return $object;\n<span class=\"ln\">191</span> }\n<span class=\"ln\">192</span> \n<span class=\"ln\">193</span> /**\n<span class=\"ln\">194</span> * Imports a class or a directory.\n<span class=\"ln\">195</span> *\n<span class=\"ln\">196</span> * Importing a class is like including the corresponding class file.\n<span class=\"ln\">197</span> * The main difference is that importing a class is much lighter because it only\n<span class=\"ln\">198</span> * includes the class file when the class is referenced the first time.\n<span class=\"ln\">199</span> *\n<span class=\"ln\">200</span> * Importing a directory is equivalent to adding a directory into the PHP include path.\n</pre></div>\t</div>\n\n\t<div class=\"traces\">\n\t\t<h2>Stack Trace</h2>\n\t\t\t\t<table style=\"width:100%;\">\n\t\t\t\t\t\t<tr class=\"trace app expanded\">\n\t\t\t<td class=\"number\">\n\t\t\t\t#0\t\t\t</td>\n\t\t\t<td class=\"content\">\n\t\t\t\t<div class=\"trace-file\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"plus\">+</div>\n\t\t\t\t\t\t<div class=\"minus\">–</div>\n\t\t\t\t\t\t\t\t\t\t /home/demo.standart/release/protected/yii2/Yii.php(188): <strong>CComponent</strong>-><strong>__set</strong>("createNotExists", true)\t\t\t\t</div>\n\n\t\t\t\t<div class=\"code\"><pre><span class=\"ln\">183</span> }\n<span class=\"ln\">184</span> else\n<span class=\"ln\">185</span> $object=new $type;\n<span class=\"ln\">186</span> \n<span class=\"ln\">187</span> foreach($config as $key=>$value)\n<span class=\"error\"><span class=\"ln error-ln\">188</span> $object->$key=$value;\n</span><span class=\"ln\">189</span> \n<span class=\"ln\">190</span> return $object;\n<span class=\"ln\">191</span> }\n<span class=\"ln\">192</span> \n<span class=\"ln\">193</span> /**\n</pre></div>\t\t\t</td>\n\t\t</tr>\n\t\t\t\t\t\t<tr class=\"trace core collapsed\">\n\t\t\t<td class=\"number\">\n\t\t\t\t#1\t\t\t</td>\n\t\t\t<td class=\"content\">\n\t\t\t\t<div class=\"trace-file\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"plus\">+</div>\n\t\t\t\t\t\t<div class=\"minus\">–</div>\n\t\t\t\t\t\t\t\t\t\t /home/vendors-by-hash/b76b8f507b05d92196fae7e1b7a3d5a5/yiisoft/yii/framework/web/CController.php(443): <strong>Yii</strong>::<strong>createComponent</strong>(array("createNotExists" => true), application\\modules\\api\\modules\\v1906\\modules\\appPerson\\controllers\\PaidAppealController, "update")\t\t\t\t</div>\n\n\t\t\t\t<div class=\"code\"><pre><span class=\"ln\">438</span> protected function createActionFromMap($actionMap,$actionID,$requestActionID,$config=array())\n<span class=\"ln\">439</span> {\n<span class=\"ln\">440</span> if(($pos=strpos($actionID,'.'))===false && isset($actionMap[$actionID]))\n<span class=\"ln\">441</span> {\n<span class=\"ln\">442</span> $baseConfig=is_array($actionMap[$actionID]) ? $actionMap[$actionID] : array('class'=>$actionMap[$actionID]);\n<span class=\"error\"><span class=\"ln error-ln\">443</span> return Yii::createComponent(empty($config)?$baseConfig:array_merge($baseConfig,$config),$this,$requestActionID);\n</span><span class=\"ln\">444</span> }\n<span class=\"ln\">445</span> elseif($pos===false)\n<span class=\"ln\">446</span> return null;\n<span class=\"ln\">447</span> \n<span class=\"ln\">448</span> // the action is defined in a provider\n</pre></div>\t\t\t</td>\n\t\t</tr>\n\t\t\t\t\t\t<tr class=\"trace core collapsed\">\n\t\t\t<td class=\"number\">\n\t\t\t\t#2\t\t\t</td>\n\t\t\t<td class=\"content\">\n\t\t\t\t<div class=\"trace-file\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"plus\">+</div>\n\t\t\t\t\t\t<div class=\"minus\">–</div>\n\t\t\t\t\t\t\t\t\t\t /home/vendors-by-hash/b76b8f507b05d92196fae7e1b7a3d5a5/yiisoft/yii/framework/web/CController.php(419): <strong>CController</strong>-><strong>createActionFromMap</strong>(array("index" => array("class" => "application\\modules\\api\\modules\\v1906\\components\\actions\\Index", "logAccount" => true, "afterFind" => Closure), "all" => array("class" => "application\\modules\\api\\modules\\v1906\\components\\actions\\Index", "modelClass" => "application\\modules\\api\\modules\\v1906\\modules\\appPerson\\models\\P...", "afterFind" => Closure), "view" => array("class" => "application\\modules\\api\\modules\\v1906\\components\\actions\\View", "logAccount" => true), "file" => array("class" => "application\\modules\\api\\modules\\v1906\\components\\actions\\File", "allowedTypes" => array("image/png", "image/gif", "image/jpeg")), ...), "update", "update")\t\t\t\t</div>\n\n\t\t\t\t<div class=\"code\"><pre><span class=\"ln\">414</span> $actionID=$this->defaultAction;\n<span class=\"ln\">415</span> if(method_exists($this,'action'.$actionID) && strcasecmp($actionID,'s')) // we have actions method\n<span class=\"ln\">416</span> return new CInlineAction($this,$actionID);\n<span class=\"ln\">417</span> else\n<span class=\"ln\">418</span> {\n<span class=\"error\"><span class=\"ln error-ln\">419</span> $action=$this->createActionFromMap($this->actions(),$actionID,$actionID);\n</span><span class=\"ln\">420</span> if($action!==null && !method_exists($action,'run'))\n<span class=\"ln\">421</span> throw new CException(Yii::t('yii', 'Action class {class} must implement the "run" method.', array('{class}'=>get_class($action))));\n<span class=\"ln\">422</span> return $action;\n<span class=\"ln\">423</span> }\n<span class=\"ln\">424</span> }\n</pre></div>\t\t\t</td>\n\t\t</tr>\n\t\t\t\t\t\t<tr class=\"trace core collapsed\">\n\t\t\t<td class=\"number\">\n\t\t\t\t#3\t\t\t</td>\n\t\t\t<td class=\"content\">\n\t\t\t\t<div class=\"trace-file\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"plus\">+</div>\n\t\t\t\t\t\t<div class=\"minus\">–</div>\n\t\t\t\t\t\t\t\t\t\t /home/vendors-by-hash/b76b8f507b05d92196fae7e1b7a3d5a5/yiisoft/yii/framework/web/CController.php(259): <strong>CController</strong>-><strong>createAction</strong>("update")\t\t\t\t</div>\n\n\t\t\t\t<div class=\"code\"><pre><span class=\"ln\">254</span> * @see createAction\n<span class=\"ln\">255</span> * @see runAction\n<span class=\"ln\">256</span> */\n<span class=\"ln\">257</span> public function run($actionID)\n<span class=\"ln\">258</span> {\n<span class=\"error\"><span class=\"ln error-ln\">259</span> if(($action=$this->createAction($actionID))!==null)\n</span><span class=\"ln\">260</span> {\n<span class=\"ln\">261</span> if(($parent=$this->getModule())===null)\n<span class=\"ln\">262</span> $parent=Yii::app();\n<span class=\"ln\">263</span> if($parent->beforeControllerAction($this,$action))\n<span class=\"ln\">264</span> {\n</pre></div>\t\t\t</td>\n\t\t</tr>\n\t\t\t\t\t\t<tr class=\"trace core collapsed\">\n\t\t\t<td class=\"number\">\n\t\t\t\t#4\t\t\t</td>\n\t\t\t<td class=\"content\">\n\t\t\t\t<div class=\"trace-file\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"plus\">+</div>\n\t\t\t\t\t\t<div class=\"minus\">–</div>\n\t\t\t\t\t\t\t\t\t\t /home/vendors-by-hash/b76b8f507b05d92196fae7e1b7a3d5a5/yiisoft/yii/framework/web/CWebApplication.php(282): <strong>CController</strong>-><strong>run</strong>("update")\t\t\t\t</div>\n\n\t\t\t\t<div class=\"code\"><pre><span class=\"ln\">277</span> {\n<span class=\"ln\">278</span> list($controller,$actionID)=$ca;\n<span class=\"ln\">279</span> $oldController=$this->_controller;\n<span class=\"ln\">280</span> $this->_controller=$controller;\n<span class=\"ln\">281</span> $controller->init();\n<span class=\"error\"><span class=\"ln error-ln\">282</span> $controller->run($actionID);\n</span><span class=\"ln\">283</span> $this->_controller=$oldController;\n<span class=\"ln\">284</span> }\n<span class=\"ln\">285</span> else\n<span class=\"ln\">286</span> throw new CHttpException(404,Yii::t('yii','Unable to resolve the request "{route}".',\n<span class=\"ln\">287</span> array('{route}'=>$route===''?$this->defaultController:$route)));\n</pre></div>\t\t\t</td>\n\t\t</tr>\n\t\t\t\t\t\t<tr class=\"trace core collapsed\">\n\t\t\t<td class=\"number\">\n\t\t\t\t#5\t\t\t</td>\n\t\t\t<td class=\"content\">\n\t\t\t\t<div class=\"trace-file\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"plus\">+</div>\n\t\t\t\t\t\t<div class=\"minus\">–</div>\n\t\t\t\t\t\t\t\t\t\t /home/vendors-by-hash/b76b8f507b05d92196fae7e1b7a3d5a5/yiisoft/yii/framework/web/CWebApplication.php(141): <strong>CWebApplication</strong>-><strong>runController</strong>("api/v1906/appPerson/paidAppeal/update")\t\t\t\t</div>\n\n\t\t\t\t<div class=\"code\"><pre><span class=\"ln\">136</span> foreach(array_splice($this->catchAllRequest,1) as $name=>$value)\n<span class=\"ln\">137</span> $_GET[$name]=$value;\n<span class=\"ln\">138</span> }\n<span class=\"ln\">139</span> else\n<span class=\"ln\">140</span> $route=$this->getUrlManager()->parseUrl($this->getRequest());\n<span class=\"error\"><span class=\"ln error-ln\">141</span> $this->runController($route);\n</span><span class=\"ln\">142</span> }\n<span class=\"ln\">143</span> \n<span class=\"ln\">144</span> /**\n<span class=\"ln\">145</span> * Registers the core application components.\n<span class=\"ln\">146</span> * This method overrides the parent implementation by registering additional core components.\n</pre></div>\t\t\t</td>\n\t\t</tr>\n\t\t\t\t\t\t<tr class=\"trace core collapsed\">\n\t\t\t<td class=\"number\">\n\t\t\t\t#6\t\t\t</td>\n\t\t\t<td class=\"content\">\n\t\t\t\t<div class=\"trace-file\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"plus\">+</div>\n\t\t\t\t\t\t<div class=\"minus\">–</div>\n\t\t\t\t\t\t\t\t\t\t /home/vendors-by-hash/b76b8f507b05d92196fae7e1b7a3d5a5/yiisoft/yii/framework/base/CApplication.php(185): <strong>CWebApplication</strong>-><strong>processRequest</strong>()\t\t\t\t</div>\n\n\t\t\t\t<div class=\"code\"><pre><span class=\"ln\">180</span> public function run()\n<span class=\"ln\">181</span> {\n<span class=\"ln\">182</span> if($this->hasEventHandler('onBeginRequest'))\n<span class=\"ln\">183</span> $this->onBeginRequest(new CEvent($this));\n<span class=\"ln\">184</span> register_shutdown_function(array($this,'end'),0,false);\n<span class=\"error\"><span class=\"ln error-ln\">185</span> $this->processRequest();\n</span><span class=\"ln\">186</span> if($this->hasEventHandler('onEndRequest'))\n<span class=\"ln\">187</span> $this->onEndRequest(new CEvent($this));\n<span class=\"ln\">188</span> }\n<span class=\"ln\">189</span> \n<span class=\"ln\">190</span> /**\n</pre></div>\t\t\t</td>\n\t\t</tr>\n\t\t\t\t\t\t<tr class=\"trace app expanded\">\n\t\t\t<td class=\"number\">\n\t\t\t\t#7\t\t\t</td>\n\t\t\t<td class=\"content\">\n\t\t\t\t<div class=\"trace-file\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"plus\">+</div>\n\t\t\t\t\t\t<div class=\"minus\">–</div>\n\t\t\t\t\t\t\t\t\t\t /home/demo.standart/release/index.php(14): <strong>CApplication</strong>-><strong>run</strong>()\t\t\t\t</div>\n\n\t\t\t\t<div class=\"code\"><pre><span class=\"ln\">09</span> $yii2app = new yii\\web\\Application($yii2config);\n<span class=\"ln\">10</span> \n<span class=\"ln\">11</span> $yii1config = __DIR__ . '/protected/config/' . (IS_API ? 'api.php' : 'web.php');\n<span class=\"ln\">12</span> require __DIR__ . '/vendor/autoload.php';\n<span class=\"ln\">13</span> $yii1app = Yii::createWebApplication($yii1config);\n<span class=\"error\"><span class=\"ln error-ln\">14</span> $yii1app->run();</span></pre></div>\t\t\t</td>\n\t\t</tr>\n\t\t\t\t</table>\n\t</div>\n\n\t<div class=\"version\">\n\t\t2021-07-20 09:07:34 nginx/1.17.3 <a href=\"http://www.yiiframework.com/\">Yii Framework</a>/1.1.20\t</div>\n</div>\n\n<script type=\"text/javascript\">\n/*<![CDATA[*/\nvar traceReg = new RegExp(\"(^|\\\\s)trace-file(\\\\s|$)\");\nvar collapsedReg = new RegExp(\"(^|\\\\s)collapsed(\\\\s|$)\");\n\nvar e = document.getElementsByTagName(\"div\");\nfor(var j=0,len=e.length;j<len;j++){\n\tif(traceReg.test(e[j].className)){\n\t\te[j].onclick = function(){\n\t\t\tvar trace = this.parentNode.parentNode;\n\t\t\tif(collapsedReg.test(trace.className))\n\t\t\t\ttrace.className = trace.className.replace(\"collapsed\", \"expanded\");\n\t\t\telse\n\t\t\t\ttrace.className = trace.className.replace(\"expanded\", \"collapsed\");\n\t\t}\n\t}\n}\n/*]]>*/\n</script>\n\n</body>\n</html>\n")
Editor is loading...