I just tried out 1.6 and ran into a minor issue with Zend_Translate (maybe
it's just something that I need to change).
Notice: Undefined index: _options_ in ...\Zend\Translate\Adapter.php on line
97
which is:
Zend_Translate::setCache($cache);
$this->_options = $this->_translate['_options_'];
In setting up Zend_Translate i have:
new Zend_Translate('gettext', '/path/to/en/messages.mo', 'en');
Any thoughts? (@'ing that line lets the rest of the application work
wonderfully. a big thank you and congratulations to the ZF team and
contributors.)
Thanks,
BH
--
View this message in context:
http://www.nabble.com/Zend_Translate-1.5-to-1.6-minor-issue-tp19324819p19324819.html
Sent from the Zend Framework mailing list archive at Nabble.com.