- Posts: 2
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- DISQUS Comments for Joomla!
- [Solved] DISQUS Comments for Joomla version 3.1 Error
[Solved] DISQUS Comments for Joomla version 3.1 Error
- mikodragonfly
- Topic Author
- Offline
- New Member
Less
More
13 years 1 week ago - 13 years 1 week ago #44313
by mikodragonfly
[Solved] DISQUS Comments for Joomla version 3.1 Error was created by mikodragonfly
The following error started displaying on my frontend and some backend pages after I installed version 3.1 DISQUS Comments for Joomla.
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
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.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
13 years 1 week ago #44314
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
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:
to
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
- Topic Author
- Offline
- New Member
Less
More
- Posts: 2
13 years 1 week 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.
- katateixi
- Offline
- New Member
Less
More
- Posts: 1
12 years 10 months ago #44316
by katateixi
Replied by katateixi on topic Re: [Solved] DISQUS Comments for Joomla version 3.1 Error
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.
- Forum
- Free Joomla Extensions & Templates
- DISQUS Comments for Joomla!
- [Solved] DISQUS Comments for Joomla version 3.1 Error