Yani benim index.php bu var:
Zend_Session::start();
Sonra init yönteminde benim denetleyicileri birinde yapmam:
if (false === isset($this->defaultNamespace->tree)) {
$this->defaultNamespace->tree = array();
}
Hangi hala çalışıyor. Ama sonra aynı denetleyicisi eylem ben bunu yazmak:
unset($this->defaultNamespace->tree); // I tried commenting this line
$this->defaultNamespace->tree = $this->tree;
Ve ben böyle bir istisna olsun:
<br />
<b>Fatal error</b>: Uncaught exception 'Zend_Session_Exception' with message 'Zend_Session::start() - D:\data\o\WebProjects\elearning\public\index.php(Line:22): Error #2 include() [<a href='function.include'>function.include</a>]: Failed opening 'SlideQuestion.php' for inclusion (include_path='D:\data\o\WebProjects\elearning/../../library;D:\data\o\WebProjects\elearning/application/../library;.;C:\php\pear;D:\data\o\WebLib\ZendFramework\library;') Array' in D:\data\o\WebLib\ZendFramework\library\Zend\Session.php:493
Stack trace:
#0 D:\data\o\WebProjects\elearning\public\index.php(26): Zend_Session::start()
#1 {main}
thrown in <b>D:\data\o\WebLib\ZendFramework\library\Zend\Session.php</b> on line <b>493</b><br />
$ This-> ağaç özelliği içinde bazı nesneler ile bir dizi içerir olduğunu.