I have never had a problem with any of my projects. More recently, when I ran pacman-update in arch linux (which was updated to 5.4), many of my projects were no longer running.
Interestingly, the problem only occurs once the session file has been created on the file system . I mean, I can call the website for the first time as long as / tmp / sess * does not exist.
When I want to call him a second time and / tmp / sess * has already been written, I get the following error (including stacktrace, Zend Framework).
Zend_Controller_Exception: session has already been started by session.auto-start or session_start()
Of course, I already checked other answers to this problem in stackoverflow, but:
- session.auto-start 0
- session_start() /Zend/( grep -r dir)
- Zend_Session:: start() Bootstrap.php( )
- , /tmp 777, sess http rw (777 ).
, , , PHP 5.3 PHP 5.4. , , , ( mysql- - ).
, , , /tmp . /tmp , .
, , , ( ), ( Zend Framework).
, , - PHP 5.2.12.
, PHP :
Notice: Array to string conversion in /srv/http/bahasa/library/Zend/Session/Exception.php on line 58
Call Stack:
0.0009 134352 1. {main}() /srv/http/bahasa/public/index.php:0
0.2805 3703732 2. Zend_Application->run() /srv/http/bahasa/public/index.php:30
0.2805 3703756 3. Zend_Application_Bootstrap_Bootstrap->run() /srv/http/bahasa/library/Zend/Application.php:366
0.2806 3703876 4. Zend_Controller_Front->dispatch() /srv/http/bahasa/library/Zend/Application/Bootstrap/Bootstrap.php:97
0.2873 3829732 5. Zend_Controller_Plugin_Broker->routeStartup() /srv/http/bahasa/library/Zend/Controller/Front.php:908
0.2873 3829820 6. Skoch_Controller_Plugin_Autologin->routeStartup() /srv/http/bahasa/library/Zend/Controller/Plugin/Broker.php:237
0.2883 3840992 7. Zend_Auth->hasIdentity() /srv/http/bahasa/library/Skoch/Controller/Plugin/Autologin.php:12
0.2884 3841016 8. Zend_Auth->getStorage() /srv/http/bahasa/library/Zend/Auth.php:141
0.2960 3980864 9. Zend_Auth_Storage_Session->__construct() /srv/http/bahasa/library/Zend/Auth.php:91
0.2960 3981072 10. Zend_Session_Namespace->__construct() /srv/http/bahasa/library/Zend/Auth/Storage/Session.php:87
0.2961 3981232 11. Zend_Session::start() /srv/http/bahasa/library/Zend/Session/Namespace.php:143
0.2968 3989956 12. session_start() /srv/http/bahasa/library/Zend/Session.php:469
0.2972 3997536 13. PropelAutoloader->autoload() /srv/http/bahasa/library/Zend/Session.php:0
0.3000 4060508 14. require('/srv/http/bahasa/application/models/bahasa/User.php') /srv/http/bahasa/library/propel-1.6.4/runtime/lib/util/PropelAutoloader.php:108
0.3377 4925056 15. Zend_Session_Exception::handleSessionStartError() /srv/http/bahasa/library/propel-1.6.4/runtime/lib/util/PropelAutoloader.php:16
Propel, , session_start() , (propel ).
, , , ( , , , ).
Zend_Session:: start()
, , Zend_Session::start() .
-:
-: