[horde] Problem after installation
Michael J. Rubinsky
mrubinsk at horde.org
Sun Nov 1 15:23:08 UTC 2009
Quoting Frank Schiedel <frank.schiedel at diewattenbeker.de>:
> > Hello,
> >
> > After a long way of installing debian with kernel 2.6.26-2-686, mysql
> > 5.0.51a-24+lenny2, php 5.3.0 and horde webmail 3.3.5 on a virtual box
> > machine the test.php doesn¹t return an error.
> >
> > Using the root.url (http://server/horde) i get the following message:
> >
> > Deprecated: Assigning the return value of new by reference is deprecated in
> > /var/www/horde/lib/Horde/Perms/sql.php on line 83
> >
> > Deprecated: Assigning the return value of new by reference is deprecated in
> > /var/www/horde/lib/Horde/Perms/sql.php on line 116
> >
> > Deprecated: Assigning the return value of new by reference is deprecated in
> > /var/www/horde/lib/Horde/Perms/sql.php on line 153
> >
> > Deprecated: Assigning the return value of new by reference is deprecated in
> > /var/www/horde/lib/Horde/Prefs.php on line 847
> >
> > Warning: Cannot modify header information - headers already sent by (output
> > started at /var/www/horde/lib/Horde/Perms/sql.php:83) in
> > /var/www/horde/index.php on line 97
> >
> > I¹m afraid, something in the mysql-configuration is not ok. Can anyone help
> > me? Please!
Nothing to do with mysql. Those are E_DEPRECATED messages from PHP
5.3. You should remove E_DEPRECATED from your error reporting level.
Something like E_ALL ^ E_DEPRECATED should do the trick. See
http://us3.php.net/manual/en/function.error-reporting.php for more
information.
--
Thanks,
mike
--
The Horde Project (www.horde.org)
mrubinsk at horde.org
More information about the horde
mailing list