Re: [PHP] Strange behaviour overriding methods in 5.0.4

2005-09-29 Thread Norbert Wenzel
I have to say thank you to you both. In fact I still don't know what exactly was wrong or may have caused this error (output buffering was off, and there was no @ in the whole file) but after a night of sleep I tried again before reinstalling the server and everything worked as fine as it

Re: [PHP] Strange behaviour overriding methods in 5.0.4

2005-09-29 Thread Jochem Maas
Norbert Wenzel wrote: I have to say thank you to you both. In fact I still don't know what exactly was wrong or may have caused this error (output buffering was off, and there was no @ in the whole file) but after a night of sleep I tried again before reinstalling the server and everything

Re: [PHP] Strange behaviour overriding methods in 5.0.4

2005-09-28 Thread Jochem Maas
Norbert Wenzel wrote: Hi, i have a very strange example of code. Maybe you know where my mistake could be. I've got an index.php with a few div's and a short php code, like: divecho $_SESSION['view']-getContent();/div The view is in every case one of my view objects. And there's the problem.

Re: [PHP] Strange behaviour overriding methods in 5.0.4

2005-09-28 Thread mail
Norbert Wenzel wrote: Hi, i have a very strange example of code. Maybe you know where my mistake could be. I've got an index.php with a few div's and a short php code, like: divecho $_SESSION['view']-getContent();/div The view is in every case one of my view objects. And there's the

Re: [PHP] Strange behaviour overriding methods in 5.0.4

2005-09-28 Thread Jochem Maas
mail wrote: Norbert Wenzel wrote: Hi, i have a very strange example of code. Maybe you know where my mistake could be. I've got an index.php with a few div's and a short php code, like: divecho $_SESSION['view']-getContent();/div The view is in every case one of my view objects. And there's

RE: [PHP] Strange behaviour overriding methods in 5.0.4

2005-09-28 Thread Rob Agar
hi Norbert, Have you tried print_r($_SESSION['view'])? I'm wondering if there's some problem recreating the class instance from the session data... Rob -Original Message- From: Norbert Wenzel [mailto:[EMAIL PROTECTED] Sent: Thursday, 29 September 2005 2:58 AM To: