Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I had a look through the code and couldn’t see anything that would obviously be triggering off the stripslash errors.

    It appears that the error is being caused by the function that Genesis uses to remove the slashes from numerical HTML entities when they’re being rendered – namely wp_kses_decode_entities.

    When I removed the Genesis Co-Authors Plugin, the stripslash errors remained. However removing the Co-Authors plugin itself removes the stripslash error.

    That makes me thing the issue is in the Co-Authors Plugin itself rather than the Genesis plugin.

    My knowledge of php isn’t great, but I guess you’d need to include a function that unhooks wp_kses_decode_entities when dealing with Co-Authors in Genesis in order to prevent the stripslash error.

    If that’s in the right direction, let me know and I’ll keep digging.

    I ran into the same problem as you guys.

    It took a lot of digging, but I eventually found this:

    https://www.hongkiat.com/blog/wordpress-error-warning-cannot-modify-header-information/

    It appears that one of the plugins adds an additional space at the bottom of the wp-config file that causes the stripslash error.

    Following those instructions should resolve it.

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