Member:
Markus ⋅
Date: April 23, 2010, 10:43 PM
⋅ Subject: "Re: Comments not displaying in iWiccle 1.21.1"
Thanks for reporting — this bug was gracefully easy to fix. Bug report confirmed and patch file issued. The problem is a misconfigured query that filed post comments under member wall comments, and therefore didn't include the correct post ID into the database.
The problem is in skin_comment.php on line #67 under $skin['comment_form']. Where it says:
submitAjaxGet('general_ajax', 'member_comment&action=load_form
It should read:
submitAjaxGet('general_ajax', 'post_comment&action=load_form
This bug crept in when I was synchronizing member and post comment forms.
If you don't want to fix it manually, you can download a patch file (ZIP, 1.68KB). If you have a customized template but haven't edited your skin_comment.php file, doing this will not change your template modifications in any way.
This fix has been added to the Patches page listing, and will be included in the next build. This bug does not affect Wiccle Web Builder 1.0.