Attempting to change any options on the "comment options" form (comments per page, etc) attempts to submit the form to /comment, which doesn't exist/work.
function is comment_render(). This bug's been around for months, but I worked around it by disabling the comment options box. (It was useless anyway, because paging was also broken).
Comments
Comment #1
ixis.dylan commentedI think it's because the menu item pointing to the required callback has been removed.
Inserting something like that into the menu hook doesn't work, though. Maybe the parametered required to redirect back to the node page after submitting the form are being lost? I just get a 404.
Comment #2
merlinofchaos commentedI cannot duplicate this. It's possible that it's been fixed.
Can you duplicate this in current CVS?
Comment #3
ixis.dylan commentedI think it's fixed now, so I'll mark it closed. Thanks for the reminder.