MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Tips and Tricks => Topic started by: MRatWork on 2012-12-29, 23:06:29

Title: [TRICK] Horde without error message for PHP 5.3+
Post by: MRatWork on 2012-12-29, 23:06:29
When using Php 5.3+ for Kloxo-MR, using horde will be appear something like:
Quote
Deprecated: Assigning the return value of new by reference is deprecated in /home/kloxo/httpd/webmail/horde/lib/Horde/Perms/datatree.php on line 82

Deprecated: Assigning the return value of new by reference is deprecated in /home/kloxo/httpd/webmail/horde/lib/Horde/Prefs.php on line 847

Warning: Cannot modify header information - headers already sent by (output started at /home/kloxo/httpd/webmail/horde/lib/Horde/Perms/datatree.php:82) in /home/kloxo/httpd/webmail/horde/index.php on line 97

Need a little hack for '/home/kloxo/httpd/webmail/horde/config/conf.php':
Replace:
Code: [Select]
<?php
with:
Code: [Select]
<?php
// MR -- disable warning when using php 5.3+
ini_set"display_errors"0);

This code will be include on Kloxo-MR next upload.

When using php-fpm, need 'service php-fpm restart' after update above code.
Title: Re: [TRICK] Horde without error message for PHP 5.3+
Post by: Spacedust on 2013-01-02, 22:49:28
Danny disabled Horde in latest official Kloxo.
Title: Re: [TRICK] Horde without error message for PHP 5.3+
Post by: MRatWork on 2013-01-03, 09:26:24
Horde still exist on Kloxo-MR.

Add Afterlogic Webmail Lite.
Title: Re: [TRICK] Horde without error message for PHP 5.3+
Post by: Spacedust on 2013-01-05, 05:00:03
Great. I use Afterlogic Webmail Lite and it's even better than Horde/RoundCube !

If you have troubles with it please let me know I will assisst you. It works just fine with Kloxo.
Title: Re: [TRICK] Horde without error message for PHP 5.3+
Post by: Tsanten on 2013-01-05, 05:10:37
Should we make a Tutorial Section somewhere for this   kind of info ?
Maybe after 6.5.1 is out would have more sense .
Title: Re: [TRICK] Horde without error message for PHP 5.3+
Post by: MRatWork on 2013-01-05, 10:33:12
@tsanten,

Go ahead, tsanten.

Better place in viewforum.php?f=15 (http://forum.mratwork.com/viewforum.php?f=15)
Title: Re: [TRICK] Horde without error message for PHP 5.3+
Post by: Tsanten on 2013-01-05, 19:51:14
Ok waiting for your final release to start with.