Good day!
Links in my last comments module don't work. There is an Error: "0 You have not supplied a valid HTTP status code". Now I have changed this string in the file
com_comment/controllers/comment.php
75: $appl->redirect($link, null, 'message', 301);
to: $appl->redirect($link, 301);
And now all works! I think you have a mistake here. What could you say about it?
Best regards!
Iona