【问题标题】:Zend_Search_Lucene "Exception thrown without a stack frame in Unknown on line 0"Zend_Search_Lucene "在第 0 行的 Unknown 中抛出没有堆栈帧的异常"
【发布时间】: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


【解决方案1】:

Zend_Search_Lucene 在析构函数中提交数据。

静态变量稍后会被销毁,异常处理引擎可能已经卸载。

使用 $index->​​commmit();在脚本结束之前。

【讨论】:

  • 谢谢! commit 有错字;)
猜你喜欢
  • 2013-01-16
  • 2011-01-21
  • 2011-07-23
  • 2011-04-09
  • 2012-05-16
  • 2011-06-05
  • 2016-07-07
  • 2018-03-25
  • 2016-03-07
相关资源
最近更新 更多