我在下面跟我的Zend的Zend項目會話錯誤:Zend的會話致命錯誤
Fatal error: Uncaught exception 'Zend_Session_Exception' with message 'Zend_Session::start() - /home/besthomes/public_html/Zend/Session.php(Line:426): Error #2 session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/besthomes/public_html/Zend/Exception.php:1) Array' in /home/besthomes/public_html/Zend/Session.php:432 Stack trace: #0 /home/besthomes/public_html/index.php(47): Zend_Session::start() #1 {main} thrown in /home/besthomes/public_html/Zend/Session.php on line 432
我已經寫了引導文件的代碼:
include('include.php');
include "Zend/Loader.php";
Zend_Loader::registerAutoload();
Zend_Session::start();
我無法知道原因對於這個錯誤。請幫助擺脫這個問題。 謝謝。
thanx但在我的引導程序文件中添加某種惡意代碼時出現此錯誤,但我已刪除該代碼但我不知道爲什麼此錯誤將作爲相同代碼在引導文件中的某些日期前完美工作。 – Shaily 2011-02-10 06:25:04