• Hi

    I tried this
    https://codex.www.ads-software.com/FAQ_Working_with_WordPress#If_I_turn_off_comments.2C_it_says_.22Comments_Off.22_on_the_weblog._so_how_do_I_change_that.3F
    in order to get rid of the “comments off” on each and every posts.
    It worked fine in my version. Upgraded to 2.9

    And got this:

    off
    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home1//public_html//wp-includes/comment-template.php:1401) in /home1//public_html//wp-content/plugins/enhanced-wordpress-contactform/wp-contactform.php on line 276

    Warning: Cannot modify header information – headers already sent by (output started at /home1//public_html/ace/wp-includes/comment-template.php:1401) in /home1//public_html//wp-content/plugins/page-links-to/page-links-to.php on line 147

    Warning: Cannot modify header information – headers already sent by (output started at /home1//public_html//wp-includes/comment-template.php:1401) in /home1//public_html//wp-includes/pluggable.php on line 868

    I guess the new version requires a new solution.
    And I need that solution:-)
    Thanks

Viewing 1 replies (of 1 total)
  • substitute:

    The error messages you got are likely due to something else, not a problem with WP 2.9. The cause of those messages is usually when a coder accidentally adds an extra line, space, or character after the trailing ?> in their code. You should backtrack any updates you’ve done recently (not “rollback”, but “look over”), whether the Comments Off solution you tried, as well as anything else you edited recently, and look for extra characters that might’ve been inserted in/after your code. (See Coding Standards tip ‘No Shorthand PHP’ here in the Codex.)

    WCC

Viewing 1 replies (of 1 total)
  • The topic ‘Codex needs to be updated’ is closed to new replies.