CException Application runtime path var-www-protected-runtime is not valid. Please make
Application runtime path “/var/www/**/protected/runtime” is not valid. Please make sure it is a directory writable by the Web server process.原因:错误信息的意思是runtime目录没有写的权限,用命令给runtime目录可写的权限就可以了。解决方法:c...