-
AuthorPosts
-
June 8, 2011 at 6:04 am #164972
I have a warning on my media manager next to every pic. the warning is as follows.
Warning: Missing argument 4 for plgContentPlg_JAThumbnail::onContentBeforeDisplay() in /homepages/22/d353647997/htdocs/jatc_rasite_j16_release/plugins/content/plg_jathumbnail/plg_jathumbnail.php on line 35
I am using Joomla 1.6 and have the template JA Rasite. I need step by step instructions on how to resolve this issue. I have attached a pic displaying the warning.
Thank you.
mayuri_g Friendmayuri_g
- Join date:
- May 2011
- Posts:
- 107
- Downloads:
- 0
- Uploads:
- 5
- Thanked:
- 10 times in 11 posts
June 9, 2011 at 1:12 pm #395510To solve the problem of warning , please do the following step:
– Open the file plugins/content/plg_jathumbnail/plg_jathumbnail.php then find code:
Code:
function onContentBeforeDisplay( $context, &$article, &$params, $limitstart ){
Replace this with:
Code:
function onContentBeforeDisplay( $context, &$article, &$params, $limitstart = 1 ){
1 user says Thank You to mayuri_g for this useful post
June 13, 2011 at 8:46 pm #396163Thank you!, that fixed it 😀
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by vrooom 13 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
"Warning" in media manager next to every pic uploaded
Viewing 3 posts - 1 through 3 (of 3 total)