【发布时间】:2010-10-11 20:22:24
【问题描述】:
我在使用 Zend_Search_Lucene 时随机收到此错误。
Exception thrown without a stack frame in Unknown on line 0
有没有人遇到过可以帮忙的?
谢谢。
【问题讨论】:
标签: php zend-framework zend-search-lucene
我在使用 Zend_Search_Lucene 时随机收到此错误。
Exception thrown without a stack frame in Unknown on line 0
有没有人遇到过可以帮忙的?
谢谢。
【问题讨论】:
标签: php zend-framework zend-search-lucene
Zend_Search_Lucene 在析构函数中提交数据。
静态变量稍后会被销毁,异常处理引擎可能已经卸载。
使用 $index->commmit();在脚本结束之前。
【讨论】:
commit 有错字;)