bwssytems / domuslink

web-based frontend for Heyu
http://domus.link.co.pt/
1 stars 1 forks source link

Reference is deprecated #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install domus.link
2. That's all

What version of Heyu and domus.Link are you using? On what operating
system?
Version of Heyu : Version:2.8.0
Version of domus.Link : v1.1.1
Version of OS : Ubuntu 10.04
Version of PHP : PHP 5.3.2-1ubuntu4.2 with Suhosin-Patch (cli) (built: May 13 
2010 20:01:00)
Version of Apache : Server version: Apache/2.2.14 (Ubuntu)
Server built:   Apr 13 2010 19:28:27

On every page I have this error :
Deprecated: Assigning the return value of new by reference is deprecated in 
/var/www/domus.Link/index.php on line 80

Deprecated: Assigning the return value of new by reference is deprecated in 
/var/www/domus.Link/include.php on line 33

Deprecated: Assigning the return value of new by reference is deprecated in 
/var/www/domus.Link/include.php on line 68

Deprecated: Assigning the return value of new by reference is deprecated in 
/var/www/domus.Link/lib/func/timer.func.php on line 43

Deprecated: Assigning the return value of new by reference is deprecated in 
/var/www/domus.Link/lib/classes/location.class.php on line 78

Deprecated: Assigning the return value of new by reference is deprecated in 
/var/www/domus.Link/lib/classes/location.class.php on line 116

When I'm logged in, on the home page I've got the error in log file attached to 
this issue.

Thanks

Original issue reported on code.google.com by chatain...@gmail.com on 10 Jun 2010 at 11:12

Attachments:

GoogleCodeExporter commented 9 years ago
Didn't have E_STRICT on so the reference ones need to be fixed. The split 
deprecations are already done in V1.2. Those are replaced by 'explode'.

Original comment by bwsamuels@gmail.com on 11 Jun 2010 at 2:13

GoogleCodeExporter commented 9 years ago

Original comment by bwsamuels@gmail.com on 12 Jun 2010 at 2:59

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r771.

Original comment by bwsamuels@gmail.com on 12 Jun 2010 at 3:01