Untitled

 avatar
unknown
plain_text
4 years ago
16 kB
3
Indexable
<!DOCTYPE html PUBLIC
	"-//W3C//DTD XHTML 1.0 Transitional//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>CException</title>

<style type="text/css">
/*<![CDATA[*/
html,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;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}

body {
	font: normal 9pt "Verdana";
	color: #000;
	background: #fff;
}

h1 {
	font: normal 18pt "Verdana";
	color: #f00;
	margin-bottom: .5em;
}

h2 {
	font: normal 14pt "Verdana";
	color: #800000;
	margin-bottom: .5em;
}

h3 {
	font: bold 11pt "Verdana";
}

pre {
	font: normal 11pt Menlo, Consolas, "Lucida Console", Monospace;
}

pre span.error {
	display: block;
	background: #fce3e3;
}

pre span.ln {
	color: #999;
	padding-right: 0.5em;
	border-right: 1px solid #ccc;
}

pre span.error-ln {
	font-weight: bold;
}

.container {
	margin: 1em 4em;
}

.version {
	color: gray;
	font-size: 8pt;
	border-top: 1px solid #aaa;
	padding-top: 1em;
	margin-bottom: 1em;
}

.message {
	color: #000;
	padding: 1em;
	font-size: 11pt;
	background: #f3f3f3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 1em;
	line-height: 160%;
}

.source {
	margin-bottom: 1em;
}

.code pre {
	background-color: #ffe;
	margin: 0.5em 0;
	padding: 0.5em;
	line-height: 125%;
	border: 1px solid #eee;
}

.source .file {
	margin-bottom: 1em;
	font-weight: bold;
}

.traces {
	margin: 2em 0;
}

.trace {
	margin: 0.5em 0;
	padding: 0.5em;
}

.trace.app {
	border: 1px dashed #c00;
}

.trace .number {
	text-align: right;
	width: 2em;
	padding: 0.5em;
}

.trace .content {
	padding: 0.5em;
}

.trace .plus,
.trace .minus {
	display:inline;
	vertical-align:middle;
	text-align:center;
	border:1px solid #000;
	color:#000;
	font-size:10px;
	line-height:10px;
	margin:0;
	padding:0 1px;
	width:10px;
	height:10px;
}

.trace.collapsed .minus,
.trace.expanded .plus,
.trace.collapsed pre {
	display: none;
}

.trace-file {
	cursor: pointer;
	padding: 0.2em;
}

.trace-file:hover {
	background: #f0ffff;
}
/*]]>*/
</style>
</head>

<body>
<div class="container">
	<h1>CException</h1>

	<p class="message">
		Не определено свойство &quot;application\modules\api\modules\v1906\components\actions\paidAppeal\Update.createNotExists&quot;.	</p>

	<div class="source">
		<p class="file">/home/demo.standart/release/protected/yii2/Yii.php(188)</p>
		<div class="code"><pre><span class="ln">176</span>             {
<span class="ln">177</span>                 unset($args[0]);
<span class="ln">178</span>                 $class=new ReflectionClass($type);
<span class="ln">179</span>                 // Note: ReflectionClass::newInstanceArgs() is available for PHP 5.1.3+
<span class="ln">180</span>                 // $object=$class-&gt;newInstanceArgs($args);
<span class="ln">181</span>                 $object=call_user_func_array(array($class,&#039;newInstance&#039;),$args);
<span class="ln">182</span>             }
<span class="ln">183</span>         }
<span class="ln">184</span>         else
<span class="ln">185</span>             $object=new $type;
<span class="ln">186</span> 
<span class="ln">187</span>         foreach($config as $key=&gt;$value)
<span class="error"><span class="ln error-ln">188</span>             $object-&gt;$key=$value;
</span><span class="ln">189</span> 
<span class="ln">190</span>         return $object;
<span class="ln">191</span>     }
<span class="ln">192</span> 
<span class="ln">193</span>     /**
<span class="ln">194</span>      * Imports a class or a directory.
<span class="ln">195</span>      *
<span class="ln">196</span>      * Importing a class is like including the corresponding class file.
<span class="ln">197</span>      * The main difference is that importing a class is much lighter because it only
<span class="ln">198</span>      * includes the class file when the class is referenced the first time.
<span class="ln">199</span>      *
<span class="ln">200</span>      * Importing a directory is equivalent to adding a directory into the PHP include path.
</pre></div>	</div>

	<div class="traces">
		<h2>Stack Trace</h2>
				<table style="width:100%;">
						<tr class="trace app expanded">
			<td class="number">
				#0			</td>
			<td class="content">
				<div class="trace-file">
											<div class="plus">+</div>
						<div class="minus">–</div>
										&nbsp;/home/demo.standart/release/protected/yii2/Yii.php(188): <strong>CComponent</strong>-><strong>__set</strong>(&quot;createNotExists&quot;, true)				</div>

				<div class="code"><pre><span class="ln">183</span>         }
<span class="ln">184</span>         else
<span class="ln">185</span>             $object=new $type;
<span class="ln">186</span> 
<span class="ln">187</span>         foreach($config as $key=&gt;$value)
<span class="error"><span class="ln error-ln">188</span>             $object-&gt;$key=$value;
</span><span class="ln">189</span> 
<span class="ln">190</span>         return $object;
<span class="ln">191</span>     }
<span class="ln">192</span> 
<span class="ln">193</span>     /**
</pre></div>			</td>
		</tr>
						<tr class="trace core collapsed">
			<td class="number">
				#1			</td>
			<td class="content">
				<div class="trace-file">
											<div class="plus">+</div>
						<div class="minus">–</div>
										&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;)				</div>

				<div class="code"><pre><span class="ln">438</span>     protected function createActionFromMap($actionMap,$actionID,$requestActionID,$config=array())
<span class="ln">439</span>     {
<span class="ln">440</span>         if(($pos=strpos($actionID,&#039;.&#039;))===false &amp;&amp; isset($actionMap[$actionID]))
<span class="ln">441</span>         {
<span class="ln">442</span>             $baseConfig=is_array($actionMap[$actionID]) ? $actionMap[$actionID] : array(&#039;class&#039;=&gt;$actionMap[$actionID]);
<span class="error"><span class="ln error-ln">443</span>             return Yii::createComponent(empty($config)?$baseConfig:array_merge($baseConfig,$config),$this,$requestActionID);
</span><span class="ln">444</span>         }
<span class="ln">445</span>         elseif($pos===false)
<span class="ln">446</span>             return null;
<span class="ln">447</span> 
<span class="ln">448</span>         // the action is defined in a provider
</pre></div>			</td>
		</tr>
						<tr class="trace core collapsed">
			<td class="number">
				#2			</td>
			<td class="content">
				<div class="trace-file">
											<div class="plus">+</div>
						<div class="minus">–</div>
										&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;)				</div>

				<div class="code"><pre><span class="ln">414</span>             $actionID=$this-&gt;defaultAction;
<span class="ln">415</span>         if(method_exists($this,&#039;action&#039;.$actionID) &amp;&amp; strcasecmp($actionID,&#039;s&#039;)) // we have actions method
<span class="ln">416</span>             return new CInlineAction($this,$actionID);
<span class="ln">417</span>         else
<span class="ln">418</span>         {
<span class="error"><span class="ln error-ln">419</span>             $action=$this-&gt;createActionFromMap($this-&gt;actions(),$actionID,$actionID);
</span><span class="ln">420</span>             if($action!==null &amp;&amp; !method_exists($action,&#039;run&#039;))
<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))));
<span class="ln">422</span>             return $action;
<span class="ln">423</span>         }
<span class="ln">424</span>     }
</pre></div>			</td>
		</tr>
						<tr class="trace core collapsed">
			<td class="number">
				#3			</td>
			<td class="content">
				<div class="trace-file">
											<div class="plus">+</div>
						<div class="minus">–</div>
										&nbsp;/home/vendors-by-hash/b76b8f507b05d92196fae7e1b7a3d5a5/yiisoft/yii/framework/web/CController.php(259): <strong>CController</strong>-><strong>createAction</strong>(&quot;update&quot;)				</div>

				<div class="code"><pre><span class="ln">254</span>      * @see createAction
<span class="ln">255</span>      * @see runAction
<span class="ln">256</span>      */
<span class="ln">257</span>     public function run($actionID)
<span class="ln">258</span>     {
<span class="error"><span class="ln error-ln">259</span>         if(($action=$this-&gt;createAction($actionID))!==null)
</span><span class="ln">260</span>         {
<span class="ln">261</span>             if(($parent=$this-&gt;getModule())===null)
<span class="ln">262</span>                 $parent=Yii::app();
<span class="ln">263</span>             if($parent-&gt;beforeControllerAction($this,$action))
<span class="ln">264</span>             {
</pre></div>			</td>
		</tr>
						<tr class="trace core collapsed">
			<td class="number">
				#4			</td>
			<td class="content">
				<div class="trace-file">
											<div class="plus">+</div>
						<div class="minus">–</div>
										&nbsp;/home/vendors-by-hash/b76b8f507b05d92196fae7e1b7a3d5a5/yiisoft/yii/framework/web/CWebApplication.php(282): <strong>CController</strong>-><strong>run</strong>(&quot;update&quot;)				</div>

				<div class="code"><pre><span class="ln">277</span>         {
<span class="ln">278</span>             list($controller,$actionID)=$ca;
<span class="ln">279</span>             $oldController=$this-&gt;_controller;
<span class="ln">280</span>             $this-&gt;_controller=$controller;
<span class="ln">281</span>             $controller-&gt;init();
<span class="error"><span class="ln error-ln">282</span>             $controller-&gt;run($actionID);
</span><span class="ln">283</span>             $this-&gt;_controller=$oldController;
<span class="ln">284</span>         }
<span class="ln">285</span>         else
<span class="ln">286</span>             throw new CHttpException(404,Yii::t(&#039;yii&#039;,&#039;Unable to resolve the request &quot;{route}&quot;.&#039;,
<span class="ln">287</span>                 array(&#039;{route}&#039;=&gt;$route===&#039;&#039;?$this-&gt;defaultController:$route)));
</pre></div>			</td>
		</tr>
						<tr class="trace core collapsed">
			<td class="number">
				#5			</td>
			<td class="content">
				<div class="trace-file">
											<div class="plus">+</div>
						<div class="minus">–</div>
										&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;)				</div>

				<div class="code"><pre><span class="ln">136</span>             foreach(array_splice($this-&gt;catchAllRequest,1) as $name=&gt;$value)
<span class="ln">137</span>                 $_GET[$name]=$value;
<span class="ln">138</span>         }
<span class="ln">139</span>         else
<span class="ln">140</span>             $route=$this-&gt;getUrlManager()-&gt;parseUrl($this-&gt;getRequest());
<span class="error"><span class="ln error-ln">141</span>         $this-&gt;runController($route);
</span><span class="ln">142</span>     }
<span class="ln">143</span> 
<span class="ln">144</span>     /**
<span class="ln">145</span>      * Registers the core application components.
<span class="ln">146</span>      * This method overrides the parent implementation by registering additional core components.
</pre></div>			</td>
		</tr>
						<tr class="trace core collapsed">
			<td class="number">
				#6			</td>
			<td class="content">
				<div class="trace-file">
											<div class="plus">+</div>
						<div class="minus">–</div>
										&nbsp;/home/vendors-by-hash/b76b8f507b05d92196fae7e1b7a3d5a5/yiisoft/yii/framework/base/CApplication.php(185): <strong>CWebApplication</strong>-><strong>processRequest</strong>()				</div>

				<div class="code"><pre><span class="ln">180</span>     public function run()
<span class="ln">181</span>     {
<span class="ln">182</span>         if($this-&gt;hasEventHandler(&#039;onBeginRequest&#039;))
<span class="ln">183</span>             $this-&gt;onBeginRequest(new CEvent($this));
<span class="ln">184</span>         register_shutdown_function(array($this,&#039;end&#039;),0,false);
<span class="error"><span class="ln error-ln">185</span>         $this-&gt;processRequest();
</span><span class="ln">186</span>         if($this-&gt;hasEventHandler(&#039;onEndRequest&#039;))
<span class="ln">187</span>             $this-&gt;onEndRequest(new CEvent($this));
<span class="ln">188</span>     }
<span class="ln">189</span> 
<span class="ln">190</span>     /**
</pre></div>			</td>
		</tr>
						<tr class="trace app expanded">
			<td class="number">
				#7			</td>
			<td class="content">
				<div class="trace-file">
											<div class="plus">+</div>
						<div class="minus">–</div>
										&nbsp;/home/demo.standart/release/index.php(14): <strong>CApplication</strong>-><strong>run</strong>()				</div>

				<div class="code"><pre><span class="ln">09</span> $yii2app = new yii\web\Application($yii2config);
<span class="ln">10</span> 
<span class="ln">11</span> $yii1config = __DIR__ . &#039;/protected/config/&#039; . (IS_API ? &#039;api.php&#039; : &#039;web.php&#039;);
<span class="ln">12</span> require __DIR__ . &#039;/vendor/autoload.php&#039;;
<span class="ln">13</span> $yii1app = Yii::createWebApplication($yii1config);
<span class="error"><span class="ln error-ln">14</span> $yii1app-&gt;run();</span></pre></div>			</td>
		</tr>
				</table>
	</div>

	<div class="version">
		2021-07-20 13:36:08 nginx/1.17.3 <a href="http://www.yiiframework.com/">Yii Framework</a>/1.1.20	</div>
</div>

<script type="text/javascript">
/*<![CDATA[*/
var traceReg = new RegExp("(^|\\s)trace-file(\\s|$)");
var collapsedReg = new RegExp("(^|\\s)collapsed(\\s|$)");

var e = document.getElementsByTagName("div");
for(var j=0,len=e.length;j<len;j++){
	if(traceReg.test(e[j].className)){
		e[j].onclick = function(){
			var trace = this.parentNode.parentNode;
			if(collapsedReg.test(trace.className))
				trace.className = trace.className.replace("collapsed", "expanded");
			else
				trace.className = trace.className.replace("expanded", "collapsed");
		}
	}
}
/*]]>*/
</script>

</body>
</html>
")
Editor is loading...