- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
今天我尝试使用我的 USVN http://192.168.1.2/usvn/但不幸的是我收到了这个令人震惊的消息!!!
Zend_Session::start() - /var/www/usvn/library/Zend/Session.php(Line:438): Error #2 session_start(): open(/var/lib/php5/sess_o58dtec91alc8r5q8821to20h0, O_RDWR) failed: Permission denied (13) Array /var/www/usvn/library/Zend/Session.php(Line:442): Error #2 session_write_close(): open(/var/lib/php5/sess_o58dtec91alc8r5q8821to20h0, O_RDWR) failed: Permission denied (13) Array /var/www/usvn/library/Zend/Session.php(Line:442): Error #2 session_write_close(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php5) Array
Trace:
/var/www/usvn/library/Zend/Session/Namespace.php:124 Zend_Session::start /var/www/usvn/library/Zend/Auth/Storage/Session.php:87 Zend_Session_Namespace::__construct /var/www/usvn/library/Zend/Auth.php:91 Zend_Auth_Storage_Session::__construct
/var/www/usvn/library/Zend/Auth.php:143 Zend_Auth::getStorage
/var/www/usvn/library/USVN/Controller.php:83 Zend_Auth::getIdentity
/var/www/usvn/library/Zend/Controller/Action.php:492 USVN_Controller::preDispatch
/var/www/usvn/library/Zend/Controller/Dispatcher/Standard.php:285 Zend_Controller_Action::dispatch
/var/www/usvn/library/Zend/Controller/Front.php:934 Zend_Controller_Dispatcher_Standard::dispatch
/var/www/usvn/public/index.php:5 Zend_Controller_Front::dispatch
那么你能帮忙吗?
最佳答案
您的 apache/php 安装无法在 session.save_path
中写入文件。
确保apache运行的用户有权限读写/var/lib/php5/
。
通常,在每个 apache 安装中,默认情况下这应该是正确的,除非您搞砸了权限。
修复后,您可能会遇到与 usvn 存储库路径相同的问题。所以记住这一点。 php/apache 用户不是您的 shell 用户,因此您应该检查该用户权限,通常是 www-data
或 apache
。
关于linux - USVN 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7404936/
今天我尝试使用我的 USVN http://192.168.1.2/usvn/但不幸的是我收到了这个令人震惊的消息!!! Zend_Session::start() - /var/www/usvn/l
我正在使用 User-Friendly SVN在我的树莓派上。 Pi 使用 Debian Wheezy 运行。 正在创建存储库,我可以毫无问题地 check out 和更新存储库。但是当我创建一个文件
我是一名优秀的程序员,十分优秀!