Keyword

Call-time pass-by-reference ERROR

  • waynefarley
  • waynefarley's Avatar Topic Author
  • Offline
  • New Member
More
12 years 6 days 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.

More
12 years 4 days ago #47915 by Katia
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
  • waynefarley's Avatar Topic Author
  • Offline
  • New Member
More
12 years 4 days ago - 12 years 4 days 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.

More
12 years 4 days 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.

Please Log in or Create an account to join the conversation.

  • waynefarley
  • waynefarley's Avatar Topic Author
  • Offline
  • New Member
More
12 years 3 days 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.

More
11 years 10 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.


Powered by Kunena Forum