Deprecated: Constant E_STRICT is deprecated in /home/cecnieto/public_html/encuestas.cecinasnieto.com/index.php on line 163
PHP warning

PHP warning

Uninitialized string offset 0

/home/cecnieto/public_html/encuestas.cecinasnieto.com/framework/web/CHttpRequest.php(478)

466             $baseUrl=$this->getBaseUrl();
467             if(strpos($pathInfo,$scriptUrl)===0)
468                 $pathInfo=substr($pathInfo,strlen($scriptUrl));
469             elseif($baseUrl==='' || strpos($pathInfo,$baseUrl)===0)
470                 $pathInfo=substr($pathInfo,strlen($baseUrl));
471             elseif(strpos($_SERVER['PHP_SELF'],$scriptUrl)===0)
472                 $pathInfo=substr($_SERVER['PHP_SELF'],strlen($scriptUrl));
473             else
474                 throw new CException(Yii::t('yii','CHttpRequest is unable to determine the path info of the request.'));
475 
476             if($pathInfo==='/')
477                 $pathInfo='';
478             elseif($pathInfo[0]==='/')
479                 $pathInfo=substr($pathInfo,1);
480 
481             if(($posEnd=strlen($pathInfo)-1)>0 && $pathInfo[$posEnd]==='/')
482                 $pathInfo=substr($pathInfo,0,$posEnd);
483 
484             $this->_pathInfo=$pathInfo;
485         }
486         return $this->_pathInfo;
487     }
488 
489     /**
490      * Decodes the path info.

Stack Trace

#3
+
 /home/cecnieto/public_html/encuestas.cecinasnieto.com/index.php(211): CApplication->run()
206         die (sprintf('%s should be writable by the webserver (766 or 776).', $runtimePath));
207     }
208 }
209 
210 Yii::$enableIncludePath = false;
211 Yii::createApplication('LSYii_Application', $config)->run();
212 
213 /* End of file index.php */
214 /* Location: ./index.php */
2025-05-09 08:03:21 Apache Yii Framework/1.1.16