Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • spresser12 Friend
    #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 721

    Error on site: Invalid Argument Supplied for foreach() in
    …/components/com_jacomment/views/comments/view.html.php
    on line 627


    1. Screen-shot-2011-07-09-at-1.30.15-AM
    wiljanden Friend
    #400848

    is my same problem

    spresser12 Friend
    #400850

    Do 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 Friend
    #400869

    Hello 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.

Viewing 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