Untitled

 avatar
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Не определено свойство &quot;application\\modules\\api\\modules\\v1906\\components\\actions\\paidAppeal\\Update.createNotExists&quot;.\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-&gt;newInstanceArgs($args);\n<span class=\"ln\">181</span>                 $object=call_user_func_array(array($class,&#039;newInstance&#039;),$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=&gt;$value)\n<span class=\"error\"><span class=\"ln error-ln\">188</span>             $object-&gt;$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&nbsp;/home/demo.standart/release/protected/yii2/Yii.php(188): <strong>CComponent</strong>-><strong>__set</strong>(&quot;createNotExists&quot;, 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=&gt;$value)\n<span class=\"error\"><span class=\"ln error-ln\">188</span>             $object-&gt;$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&nbsp;/home/vendors-by-hash/b76b8f507b05d92196fae7e1b7a3d5a5/yiisoft/yii/framework/web/CController.php(443): <strong>Yii</strong>::<strong>createComponent</strong>(array(&quot;createNotExists&quot; =&gt; true), application\\modules\\api\\modules\\v1906\\modules\\appPerson\\controllers\\PaidAppealController, &quot;update&quot;)\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,&#039;.&#039;))===false &amp;&amp; isset($actionMap[$actionID]))\n<span class=\"ln\">441</span>         {\n<span class=\"ln\">442</span>             $baseConfig=is_array($actionMap[$actionID]) ? $actionMap[$actionID] : array(&#039;class&#039;=&gt;$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&nbsp;/home/vendors-by-hash/b76b8f507b05d92196fae7e1b7a3d5a5/yiisoft/yii/framework/web/CController.php(419): <strong>CController</strong>-><strong>createActionFromMap</strong>(array(&quot;index&quot; =&gt; array(&quot;class&quot; =&gt; &quot;application\\modules\\api\\modules\\v1906\\components\\actions\\Index&quot;, &quot;logAccount&quot; =&gt; true, &quot;afterFind&quot; =&gt; Closure), &quot;all&quot; =&gt; array(&quot;class&quot; =&gt; &quot;application\\modules\\api\\modules\\v1906\\components\\actions\\Index&quot;, &quot;modelClass&quot; =&gt; &quot;application\\modules\\api\\modules\\v1906\\modules\\appPerson\\models\\P...&quot;, &quot;afterFind&quot; =&gt; Closure), &quot;view&quot; =&gt; array(&quot;class&quot; =&gt; &quot;application\\modules\\api\\modules\\v1906\\components\\actions\\View&quot;, &quot;logAccount&quot; =&gt; true), &quot;file&quot; =&gt; array(&quot;class&quot; =&gt; &quot;application\\modules\\api\\modules\\v1906\\components\\actions\\File&quot;, &quot;allowedTypes&quot; =&gt; array(&quot;image/png&quot;, &quot;image/gif&quot;, &quot;image/jpeg&quot;)), ...), &quot;update&quot;, &quot;update&quot;)\t\t\t\t</div>\n\n\t\t\t\t<div class=\"code\"><pre><span class=\"ln\">414</span>             $actionID=$this-&gt;defaultAction;\n<span class=\"ln\">415</span>         if(method_exists($this,&#039;action&#039;.$actionID) &amp;&amp; strcasecmp($actionID,&#039;s&#039;)) // 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-&gt;createActionFromMap($this-&gt;actions(),$actionID,$actionID);\n</span><span class=\"ln\">420</span>             if($action!==null &amp;&amp; !method_exists($action,&#039;run&#039;))\n<span class=\"ln\">421</span>                 throw new CException(Yii::t(&#039;yii&#039;, &#039;Action class {class} must implement the &quot;run&quot; method.&#039;, array(&#039;{class}&#039;=&gt;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&nbsp;/home/vendors-by-hash/b76b8f507b05d92196fae7e1b7a3d5a5/yiisoft/yii/framework/web/CController.php(259): <strong>CController</strong>-><strong>createAction</strong>(&quot;update&quot;)\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-&gt;createAction($actionID))!==null)\n</span><span class=\"ln\">260</span>         {\n<span class=\"ln\">261</span>             if(($parent=$this-&gt;getModule())===null)\n<span class=\"ln\">262</span>                 $parent=Yii::app();\n<span class=\"ln\">263</span>             if($parent-&gt;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&nbsp;/home/vendors-by-hash/b76b8f507b05d92196fae7e1b7a3d5a5/yiisoft/yii/framework/web/CWebApplication.php(282): <strong>CController</strong>-><strong>run</strong>(&quot;update&quot;)\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-&gt;_controller;\n<span class=\"ln\">280</span>             $this-&gt;_controller=$controller;\n<span class=\"ln\">281</span>             $controller-&gt;init();\n<span class=\"error\"><span class=\"ln error-ln\">282</span>             $controller-&gt;run($actionID);\n</span><span class=\"ln\">283</span>             $this-&gt;_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(&#039;yii&#039;,&#039;Unable to resolve the request &quot;{route}&quot;.&#039;,\n<span class=\"ln\">287</span>                 array(&#039;{route}&#039;=&gt;$route===&#039;&#039;?$this-&gt;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&nbsp;/home/vendors-by-hash/b76b8f507b05d92196fae7e1b7a3d5a5/yiisoft/yii/framework/web/CWebApplication.php(141): <strong>CWebApplication</strong>-><strong>runController</strong>(&quot;api/v1906/appPerson/paidAppeal/update&quot;)\t\t\t\t</div>\n\n\t\t\t\t<div class=\"code\"><pre><span class=\"ln\">136</span>             foreach(array_splice($this-&gt;catchAllRequest,1) as $name=&gt;$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-&gt;getUrlManager()-&gt;parseUrl($this-&gt;getRequest());\n<span class=\"error\"><span class=\"ln error-ln\">141</span>         $this-&gt;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&nbsp;/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-&gt;hasEventHandler(&#039;onBeginRequest&#039;))\n<span class=\"ln\">183</span>             $this-&gt;onBeginRequest(new CEvent($this));\n<span class=\"ln\">184</span>         register_shutdown_function(array($this,&#039;end&#039;),0,false);\n<span class=\"error\"><span class=\"ln error-ln\">185</span>         $this-&gt;processRequest();\n</span><span class=\"ln\">186</span>         if($this-&gt;hasEventHandler(&#039;onEndRequest&#039;))\n<span class=\"ln\">187</span>             $this-&gt;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&nbsp;/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__ . &#039;/protected/config/&#039; . (IS_API ? &#039;api.php&#039; : &#039;web.php&#039;);\n<span class=\"ln\">12</span> require __DIR__ . &#039;/vendor/autoload.php&#039;;\n<span class=\"ln\">13</span> $yii1app = Yii::createWebApplication($yii1config);\n<span class=\"error\"><span class=\"ln error-ln\">14</span> $yii1app-&gt;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...