Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

JoomlaTune Support Forum    JComments component    Bug-reports    Topic: PHP 5.3.x deprecated assigning return value
Pages: [1]   Go Down
  Print  
Author Topic: PHP 5.3.x deprecated assigning return value  (Read 2661 times)
0 Members and 1 Guest are viewing this topic.
latino07
Newbie
*

Karma: 0
Offline Offline

Posts: 1


Email
« on: April 26, 2010, 06:34:17 »

Hi:

I am getting:
Code:
PHP deprecated: Assigning the return value of new by reference is deprecated in... .. components/com_jcomments/libraries/joomlatune/template.php line 247.

Please help. Joomla 1.5.16, PHP 5.3.2, Apache 2.2.15.

Thanks
Logged
smart
Administrator
Hero Member
*****

Karma: 160
Offline Offline

Gender: Male
Posts: 2559



WWW
« Reply #1 on: April 26, 2010, 13:41:17 »

Open file /components/com_jcomments/libraries/joomlatune/template.php and replace:

Code: (php)
$tmpl =& new $templateClass;
with
Code: (php)
$tmpl = new $templateClass;
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
Pages: [1]   Go Up
  Print  
JoomlaTune Support Forum    JComments component    Bug-reports    Topic: PHP 5.3.x deprecated assigning return value
 
Jump to: