• If you edited the Edit Post PHP file in WP User Frontend, you might experience an issue when commenting on blog posts on your blog.

    You will get an error something like the following:

    Warning: Cannot modify header information - headers already sent by (output started at /demo/cpanelusername/public_html/wp-content/plugins/wp-user-frontend/wpuf-edit-post.php:2) in /demo/cpanelusername/public_html/wp-includes/pluggable.php on line 934

    To fix this go to the:
    wpuf-edit-post.php
    file and go to line 2 it will have the PHP open tag, look at line 1, it is a blank line, click the start of line 2 and press back space then save the file, test comment on your blog and it should all work again.

    Good luck!

    http://wordpress.org/extend/plugins/wp-user-frontend/

The topic ‘[Plugin: WP User Frontend] Guide: Custom edited the Edit Post file now getting header errors’ is closed to new replies.