Quoting Evgeni Golov <evg...@debian.org>:

Hi,

On 10/24/2010 08:25 PM, Phil Reynolds wrote:
$conf['debug_level'] = E_ALL & ~E_NOTICE & ~E_DEPRECATED;
in /etc/horde/horde3/conf.php, which will disable all Deprecation
warnings (warnings meant for developers shouldn't be shown to users
anyways).

Not effective. Less warnings but still fails.

Hmm. And if you add "& ~E_STRICT" too?

That still fails, but without the last line from before.

Could you post the resulting warnings?

Deprecated: Assigning the return value of new by reference is deprecated in /usr/share/horde3/lib/Horde/Notification.php on line 64

Deprecated: Assigning the return value of new by reference is deprecated in /usr/share/horde3/lib/Horde/Perms.php on line 455

Deprecated: Assigning the return value of new by reference is deprecated in /usr/share/horde3/lib/Horde/Perms.php on line 462

More effective, looks promising. Presumably the horde framework apps will
have similar problems?

Well, as far as I understood, horde3 is meant to be PHP4 compatible,
which needs &new instead of new...
Do you have any horde plugins installed? You can check for any &new with
grep -r "=.*&[ ]*new" /path/to/plugin.

I applied the patch after installing all the horde apps I use (imp, kronolith, nag, mnemo, sam, turba, gollem, ingo and sork-passwd) - without checking if it was necessary.


--
Phil Reynolds
mail: p...@tinsleyviaduct.com
web: http://www.tinsleyviaduct.com/phil/


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.




--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to