George, do you use cmsb-cmsmode.php from CMS Bundle?
Then you need to add the 'comment' action to the array
of allowed actions for the cmsmode script.
Put in config.php before including the script:
$CMSAllowedActions = array(
'browse','print','search','edit','login','rss','atom','addlink','comment');
~Hans