hi got a problem getting on the liberal free chat zone board..ran cccleaner..didnt help..this is what i get..have tried a good 20 times to log on..
CException
/var/www/vhosts/InvestorsHangout.com/httpdocs/framework/base/CApplication.php(268)
256 return $this->_runtimePath; 257 } 258 } 259260 /** 261 * Sets the directory that stores runtime files. 262 * @param string $path the directory that stores runtime files. 263 * @throws CException if the directory does not exist or is not writable 264 */ 265 public function setRuntimePath($path) 266 { 267 if(($runtimePath=realpath($path))===false || !is_dir($runtimePath) || !is_writable($runtimePath)) 268 throw new CException(Yii::t('yii','Application runtime path "{path}" is not valid. Please make sure it is a directory writable by the Web server process.', 269 array('{path}'=>$path))); 270 $this->_runtimePath=$runtimePath; 271 } 272273 /** 274 * Returns the root directory that holds all third-party extensions. 275 * @return string the directory that contains all extensions. Defaults to the 'extensions' directory under 'protected'. 276 */ 277 public function getExtensionPath() 278 { 279 return Yii::getPathOfAlias('ext'); 280 }
Stack Trace
| #0 |
+
/var/www/vhosts/InvestorsHangout.com/httpdocs/framework/base/CApplication.php(255): CApplication->setRuntimePath("/var/www/vhosts/InvestorsHangout.com/httpdocs/protected/runtime") |
| #1 |
+
/var/www/vhosts/InvestorsHangout.com/httpdocs/framework/logging/CFileLogRoute.php(55): CApplication->getRuntimePath() |
| #2 |
+
/var/www/vhosts/InvestorsHangout.com/httpdocs/framework/logging/CLogRouter.php(65): CFileLogRoute->init() |
| #3 |
+
/var/www/vhosts/InvestorsHangout.com/httpdocs/framework/base/CModule.php(372): CLogRouter->init() |
| #4 |
+
/var/www/vhosts/InvestorsHangout.com/httpdocs/framework/base/CModule.php(477): CModule->getComponent("log") |
| #5 |
+
/var/www/vhosts/InvestorsHangout.com/httpdocs/framework/base/CApplication.php(143): CModule->preloadComponents() |
| #6 |
+
/var/www/vhosts/InvestorsHangout.com/httpdocs/framework/YiiBase.php(128): CApplication->__construct("/var/www/vhosts/InvestorsHangout.com/httpdocs/protected/config/m...") |
| #7 |
+
/var/www/vhosts/InvestorsHangout.com/httpdocs/framework/YiiBase.php(100): YiiBase::createApplication("CWebApplication", "/var/www/vhosts/InvestorsHangout.com/httpdocs/protected/config/m...") |
| #8 |
–
/var/www/vhosts/InvestorsHangout.com/httpdocs/index.php(13):YiiBase::createWebApplication("/var/www/vhosts/InvestorsHangout.com/httpdocs/protected/config/m...")08 error_reporting(E_ALL & ~E_NOTICE); 09 10 defined('YII_DEBUG') or define('YII_DEBUG',true); 11 require_once($investor); 12 // calling for creating main application 13 Yii::createWebApplication($config)->run(); |