error in News Show GK3 v.3.2.0

Create music content based Joomla website with this professional and cutting edge template created for Joomla 1.5
GK User
Wed Apr 28, 2010 8:38 am
Deprecated: Assigning the return value of new by reference is deprecated in C:wampwwwSAYOmodulesmod_news_show_gk3mod_news_show_gk3.php on line 25
User avatar
Fresh Boarder

GK User
Wed Apr 28, 2010 11:42 pm
You have to higher level of warnings in php.ini file.
User avatar
Administrator

GK User
Tue Jun 29, 2010 9:44 am
I'm using GK3 v.3.2.0

need help:
Localy on my mac together with MAMP it works perfect,

online I get this message: Deprecated: Assigning the return value of new by reference is deprecated in W:websitesdev.websitename.nlwwwmodulesmod_news_show_gk3mod_news_show_gk3.php on line 25

the line 25 is "$helper =& new GK3NewsShowHelper();"


Is there a way to rephrase the line or do something to make it work properly

Yes I need help ASAP the deadline is approaching.

Thanks,
Boris
User avatar
Fresh Boarder

GK User
Tue Jun 29, 2010 11:07 am
OK found it:

the line 25 is "$helper =& new GK3NewsShowHelper();"

should be changed in

the line 25 is "$helper = new GK3NewsShowHelper();"

Reference: http://php.net/manual/en/language.references.php

and the best thing of all it works.
best,
B
User avatar
Fresh Boarder


cron