-
AuthorPosts
-
July 8, 2011 at 6:49 pm #166086
I get the following error on my site: http://www.cynthiapresser.com
Error on site: Invalid Argument Supplied for foreach() in
…/components/com_jacomment/views/comments/view.html.php
on line 721Error on site: Invalid Argument Supplied for foreach() in
…/components/com_jacomment/views/comments/view.html.php
on line 627
July 12, 2011 at 10:33 pm #400848is my same problem
July 12, 2011 at 10:44 pm #400850Do people monitor these forums often? Is there another place to go for support? I posted here and also submitted to the support group but have not heard back at all. Has anyone had luck with other 1.6 comment components?
Stork11 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
July 13, 2011 at 2:38 am #400869Hello all,
Please open “…/components/com_jacomment/views/comments/view.html.php” file, then insert the following code into:
Line 627, please insert before this line “foreach ($items as $item){”
[PHP]
if (!$items) return null;
[/PHP]Line 721, please insert before this line “$children = array();”
[PHP]
if (!$itemAll) return null;
[/PHP]This bug occurs when there is no comment posted. It will be fixed in next version of JA Comment.
Thanks for your report.
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 3 voices, and was last updated by Stork11 13 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Error on site: Invalid Argument Supplied for foreach…
Viewing 4 posts - 1 through 4 (of 4 total)