Ralph Schindler pisze:
What version of PHP are you using? This problem of loading arrays was
fixed in 5.2.1 i think.
-ralph
Kamil wrote:
i tried to use FlashMessenger
$this->_flashMessenger = $this->getHelper('FlashMessenger');
$this->_flashMessenger->addMessage('some text');
i get error
<b>Notice</b>: Indirect modification of overloaded property
Zend_Session_Namespace::$default has no effect in
<b>/library/Zend/Controller/Action/Helper/FlashMessenger.php</b> on
line <b>133</b><br />
or when i am using $this->_flashMessenger->setNamespace('back');
the same error
<b>Notice</b >: Indirect modification of overloaded property
Zend_Session_Namespace::$back
what i am doing wrong please help
Ok it is probably php error . On server i have 5.2.0 i tried on
localhost where i have 5.2.1 and it works