joomlacomment 4.0.0
Joomla 1.5
Hello,
Without legacy mode, we can't manage comment :'(.
Then a little change in /administrator/components/com_comment/admin.comment.html.php line 102:
$assoc = mosObjectToArray($row);
by
$assoc = JArrayHelper::fromObject($row);
I hope it can help.