Deprecated: Assigning ...

Easy to use and free Joomla module to display weather with forecast from Yahoo.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sat Mar 19, 2011 2:30 pm
Hello,

we´ve moved our website to an new server and now we get this notice. Could me say anyone what this means and what i can do, please.

regards

Andreas

Edit: We are using PHP Version 5.3.3-1ubuntu9.3


Error:

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/mydomain/modules/mod_gk_weather/mod_gk_weather.php on line 25
User avatar
Senior Boarder

GK User
Wed May 04, 2011 12:30 pm
Permissions changed in php 5.3 and higher. I ran into this same problem using the SP Weather module, which like your GK Weather module using a Google API to retrieve the weather forecasts.

All you should have to do to fix this problem is remove the ampersand ‘&’ before the word ‘new’ on line 25 so that this line changes from:

$helper =& new GKWHelper();

and change to this

$helper =new GKWHelper();

I hope that helps you out.
User avatar
Fresh Boarder

teitbite
Fri May 06, 2011 4:38 am
Hi

Thanks for this tip :)
User avatar
Moderator


cron