- Posts: 7
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- DISQUS Comments for Joomla!
- Error message within Media Manager
Error message within Media Manager
- Edwin Hathaway
- Topic Author
- Offline
- New Member
Less
More
12 years 10 months ago #45377
by Edwin Hathaway
Error message within Media Manager was created by Edwin Hathaway
Using latest release with native articles in Joomla 1.7. When I go to the Media Manager (backend), I get this error message along side every image;
Warning: Missing argument 4 for plgContentJw_disqus::onContentBeforeDisplay() in /home/HOSTNAME/public_html/DOMAIN/DOMAIN FOLDER/plugins/content/jw_disqus/jw_disqus.php on line 32
Please note: The above CAPITAL information was used to replace actual hostname/domain.
Warning: Missing argument 4 for plgContentJw_disqus::onContentBeforeDisplay() in /home/HOSTNAME/public_html/DOMAIN/DOMAIN FOLDER/plugins/content/jw_disqus/jw_disqus.php on line 32
Please note: The above CAPITAL information was used to replace actual hostname/domain.
Please Log in or Create an account to join the conversation.
- [email protected]
- Offline
- New Member
Less
More
- Posts: 1
12 years 10 months ago #45378
by [email protected]
Replied by [email protected] on topic Re: Error message within Media Manager
Hi.
I have also this problem. Hope we can get help quick. :)
I have also this problem. Hope we can get help quick. :)
Please Log in or Create an account to join the conversation.
- Jerri
- Offline
- New Member
Less
More
- Posts: 1
12 years 9 months ago #45379
by Jerri
Replied by Jerri on topic Re: Error message within Media Manager
Hi,
I came across this issue after updating servers to PHP 5.3.
The solution is rather simple:
In jw_disqus.php line 32, you find this:
function onContentBeforeDisplay($context, &$row, &$params, $limitstart ){
Replace it with:
function onContentBeforeDisplay($context, &$row, &$params, $limitstart = 0){
Regards..
I came across this issue after updating servers to PHP 5.3.
The solution is rather simple:
In jw_disqus.php line 32, you find this:
function onContentBeforeDisplay($context, &$row, &$params, $limitstart ){
Replace it with:
function onContentBeforeDisplay($context, &$row, &$params, $limitstart = 0){
Regards..
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
12 years 7 months ago #45380
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Error message within Media Manager
This issue will be solved in 3.2 version.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
12 years 7 months ago #45381
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic Re: Error message within Media Manager
Version 3.2 released: forum.joomlaworks.net/disqus-comments-for-joomla-(package)/(update)-april-6th-2012-disqus-comments-v3-2-for-joomla!-1-5-2-5-released/
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Forum
- Free Joomla Extensions & Templates
- DISQUS Comments for Joomla!
- Error message within Media Manager