joomlacomment 4.0.0
Hello,
It seems that we can't display correctly content Settings without legacy mode or some changes in /administrator/components/com_comment/class.config.comment.php:
line 1225
if (mosIsChmodable($template_path)) {
by
if (JPath::canChmod($template_path)) {
line 1269
if (mosIsChmodable($template_path)) {
by
if (JPath::canChmod($template_path)) {
If it can help
