Author |
|
akn Newbie
Joined: 02 May 2009 Location: Germany
Online Status: Offline Posts: 8
|
Posted: 02 May 2009 at 2:32pm | IP Logged
|
|
|
I get the following output using basewebmail.php after having clicked on "new message":
Notice: Trying to get property of non-object in /var/www/html/web112/html/webmailphp/classic/class_newmessag e.php on line 214
The rest of the page is displayed properly.
The content of line 214 is:
if ($message->msg)
|
Back to Top |
|
|
akn Newbie
Joined: 02 May 2009 Location: Germany
Online Status: Offline Posts: 8
|
Posted: 02 May 2009 at 4:55pm | IP Logged
|
|
|
Helped myself with
error_reporting(0);
in the php file itself.
|
Back to Top |
|
|