Philip Iezzi wrote:
Notice: Indirect modification of overloaded property Zend_Session::$default has
no effect in FlashMessage.php on line 42
line 42 (in add()):
self::$_session->{$namespace}[] = $message;
It didn't work with Matthew's hack either...
http://weierophinney.net/matthew/archives/131-Overloading-arrays-in-PHP-5.2.0.html
yep, this is the issue in php 5.2.*
I am working on a fix, will let you know when the code in the repository
is updated. I literally updated to 5.2 yesterday so this is the first
time I am seeing this issue first hand.
-ralph