[Postfixadmin-devel] Fwd: Admin interface is broken and no longer useable
Brought to you by:
christian_boltz,
gingerdog
From: David G. <da...@co...> - 2012-04-23 08:41:30
|
Stupid mailing list doesn't set itself as the reply-to address… David. Begin forwarded message: > From: David Goodwin <da...@co...> > Subject: Re: [Postfixadmin-devel] Admin interface is broken and no longer useable > Date: 23 April 2012 09:40:54 GMT+01:00 > To: Johnny Solbu <jo...@so...> > >> >> We /also/ have this message on top of all pages, which seems unrelated to teh other errors: >> == >> Deprecated: Function ereg() is deprecated in /etc/postfixadmin/config.inc.php on line 19 >> == >> > > > Your problems are all stemming from the above. You get the deprecation message from PHP, which screws up your HTTP headers and session cookies. > > You have two options : > > > 1. Stop PHP outputting error messages - display_errors = Off in php.ini SHOULD do it > > 2. Upgrade to a newer release - I thought we'd removed the ereg() stuff some time ago - so I'm skeptical that you're actually using the latest release. > > thanks > > David. > |