Keyword

[Solved] DISQUS Comments for Joomla version 3.1 Error

  • mikodragonfly
  • mikodragonfly's Avatar Topic Author
  • Offline
  • New Member
More
12 years 5 months ago - 12 years 5 months ago #44313 by mikodragonfly
The following error started displaying on my frontend and some backend pages after I installed version 3.1 DISQUS Comments for Joomla.

Warning: Call-time pass-by-reference has been deprecated in /home/xxxx/xxxxx.com/plugins/content/jw_disqus/jw_disqus.php on line 37

Warning: Call-time pass-by-reference has been deprecated in /home/xxxxx/xxxxx.com/plugins/content/jw_disqus/jw_disqus.php on line 37


Could someone please tell me how I need to modify that line?

Joomla Version: Joomla! 1.7.3 Stable
PHP Version: 5.2.17
Database Type: MySQLi
Database Version: 5.1.56-log

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

More
12 years 5 months ago #44314 by JoomlaWorks
Replied by JoomlaWorks on topic Re: DISQUS Comments for Joomla version 3.1 Error
This is just a warning that your server spits out cause of a php setting...

Try this: Open up the file /plugins/content/jw_disqus/jw_disqus.php, locate line 37 and change it from:
$this->onContentPrepare('com_content.article', &$row, &$params, $limitstart );

to
$this->onContentPrepare('com_content.article', $row, $params, $limitstart );

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

  • mikodragonfly
  • mikodragonfly's Avatar Topic Author
  • Offline
  • New Member
More
12 years 5 months ago #44315 by mikodragonfly
Replied by mikodragonfly on topic Re: DISQUS Comments for Joomla version 3.1 Error
That took care of it -- thanks!

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

More
12 years 3 months ago #44316 by katateixi
This fixed my problem here 1gym-sykeon.thess.sch.gr/katateixh/. euxaristo thank you

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


Powered by Kunena Forum