On Thu, 2005-07-21 at 09:12, vlad wrote: > Hello tsl-discuss, > > > I have problem with sending messages and attached file. > In /var/log/httpd/error_log present there is a following: > > [client 192.168.1.2] PHP Notice: Trying to get property of non-object in > /home/httpd/sites/squirrelmail/class/deliver/Deliver.class.php on line 450, > referer: http://192.168.1.1/webmail/src/compose.php > > Certainly the letter is sent, but how will get rid of such dens? >
Hi, Change the error reporting in php.ini to something like this: error_reporting = E_ALL & ~E_NOTICE HTH, Mikael _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
