• I keep getting the following warnings anytime I create or update a post:

    Warning: call_user_func(extract_terms::update_taxonomy_count) [function.call-user-func]: First argument is expected to be a valid callback in /home1/corepsyc/public_html/wp-includes/taxonomy.php on line 1769

    Warning: Cannot modify header information – headers already sent by (output started at /home1/corepsyc/public_html/wp-includes/taxonomy.php:1769) in /home1/corepsyc/public_html/wp-includes/pluggable.php on line 865

    What are these? How can I fix/stop them?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Deactivate plugins and see if the warnings go away. Check if there are updates for any plugins you’re using, too.

    Thread Starter corepsych

    (@corepsych)

    Thanks Songdog,
    we just don’t have liftoff, and I do hope to get over and get Thesis 1.6 on board.

    Do you have a special interest in SEO to make it all work?

    Do I deactivate all plug ins?
    chuck

    Hi,

    It is usually due to spaces, new lines, or other garbage at opening/closing PHP file <?php tag or after a closing ?> tag in wp-config.php. It can be other file too so need to check error message as it may list file name where the error occurred.

    One can either upload error file from the backup or edit erroneous file. To edit the file one need to check below mentioned points:

    1. Download the file mentioned in the error message.
    2. Open that file in a plain text editor
    3. Check that the very first characters are <?php
    4. Check that the very last characters are ?>
    5. Place the cursor between the ? and >
    6. Now press the DELETE key on your computer and keep that key pressed for at least 15 seconds.
    7. Now type > and
    8. Save without pressing any other key at all.

    That’s it!

    Thanks,

    Shane G.

    Deactivate all plugins and see what happens. If you can post again, then reactivate one at a time until you get the error again. That’s your bad plugin.

    Switch to the wordpress default theme for a minute and see if you can post. If you, Thesis is giving you problems.

    What do mean by me having an interest in SEO?

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

The topic ‘Warnings when posting’ is closed to new replies.