- Posts: 5
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- DISQUS Comments for Joomla!
- Call-time pass-by-reference ERROR
Call-time pass-by-reference ERROR
- waynefarley
- Topic Author
- Offline
- New Member
Less
More
12 years 6 months ago #47914
by waynefarley
Call-time pass-by-reference ERROR was created by waynefarley
"Call-time pass-by-reference has been deprecated in /home/content/s/r/h/xxxxx/html/xxxxx/plugins/content/jw_disqus/jw_disqus.php on line 40" ERROR message is showing up after I installed the plugin. How do I correct the error?
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
12 years 6 months ago #47915
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Call-time pass-by-reference ERROR
Could you provide us with a link to your site?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- waynefarley
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
12 years 6 months ago - 12 years 6 months ago #47916
by waynefarley
Replied by waynefarley on topic Re: Call-time pass-by-reference ERROR
I got the problem solved.
Please Log in or Create an account to join the conversation.
- sithappretice
- Offline
- New Member
Less
More
- Posts: 8
12 years 6 months ago #47917
by sithappretice
Replied by sithappretice on topic Re: Call-time pass-by-reference ERROR
I got the same error with version 3.2. I did a search and found this
Change this code:
$this->onContentPrepare('com_content.article', &$row, &$params, $limitstart );
to this code:
$this->onContentPrepare('com_content.article', $row, $params, $limitstart );
in the file jw_disqus.php. Is this still the current fix or is there a new way?
thanks for any help.
Change this code:
$this->onContentPrepare('com_content.article', &$row, &$params, $limitstart );
to this code:
$this->onContentPrepare('com_content.article', $row, $params, $limitstart );
in the file jw_disqus.php. Is this still the current fix or is there a new way?
thanks for any help.
Please Log in or Create an account to join the conversation.
- waynefarley
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
12 years 6 months ago #47918
by waynefarley
Replied by waynefarley on topic Re: Call-time pass-by-reference ERROR
That was exactly the fix.
Please Log in or Create an account to join the conversation.
- dhazard
- Offline
- New Member
Less
More
- Posts: 1
12 years 5 months ago #47919
by dhazard
Replied by dhazard on topic Re: Call-time pass-by-reference ERROR
The better question would be why this hasn't been fixed in the installer since it is a widely reported problem :)
Please Log in or Create an account to join the conversation.
- Forum
- Free Joomla Extensions & Templates
- DISQUS Comments for Joomla!
- Call-time pass-by-reference ERROR