Laserfj (@laserfj)

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

  • Laserfj
    Participant

    @laserfj

    Thanks for your quick response-you were right. Based on your suggestion I read through some help files and there was an invisible “BOM” character (whatever that is) that got put into the file when I saved it using notepad.

    Thank you so much for all of your help–it is working perfectly now!

    You are a lifesaver!!!


    Laserfj
    Participant

    @laserfj

    Yes–it was a private parent forum. Ok good news and bad news–I replaced the code in post.php:
    if ( ‘publish’ === $parent->post_status ) {

    replaced with
    if ( ! empty( $parent ) ) {

    The permalink has been fixed, but now I am getting errors:
    Warning: Cannot modify header information – headers already sent by (output started at /public_html/wp-includes/post.php:1) in /public_html/wp-admin/post.php on line 197

    Warning: Cannot modify header information – headers already sent by (output started at /public_html/wp-includes/post.php:1) in /public_html/wp-includes/pluggable.php on line 1228

    What does this mean?


    Laserfj
    Participant

    @laserfj

    Wordpress v 4.4
    Bbpress v 2.5.8

    This is th initial setup of the site


    Laserfj
    Participant

    @laserfj

    Sorry to post on an old thread but I am having the exact same problem identifies as “Issue 1” in this thread. I tried changing permalink to post name but that didn’t seem to help.

    Are there any other ways to resolve this issue?

Viewing 4 replies - 1 through 4 (of 4 total)