Products
Demo
Forum
Login
Register
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
May 22, 2012, 20:08:40
Advanced search »»
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
Posts: 1
PHP 5.3.x deprecated assigning return value
«
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
Gender:
Posts: 2559
Re: PHP 5.3.x deprecated assigning return value
«
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
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Announcements
-----------------------------
=> Announcements
-----------------------------
JComments component
-----------------------------
=> General discussion
=> Suggestions, Wishlists & Feature Requests
=> Integration with third-party extensions
===> AlphaUserPoints
===> CommunityBuilder
===> K2 JComments
=> Translations
=> Bug-reports
-----------------------------
ProofReader component
-----------------------------
=> General discussion
=> Suggestions, Wishlists & Feature Requests
=> Translations
=> Bug-reports
-----------------------------
Other extensions
-----------------------------
=> Plugins
=> Modules
Loading...