You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default action URL defined in CommentForm.php is './', but if the template setting "Should page URLs end with a slash?" is "No" then the comment form submits to the parent page.
Although a custom action can be supplied to renderForm() in the $options array it may not be obvious that this is necessary or what is causing the comment form to submit to the wrong URL.