Forum Replies Created

Viewing 4 replies - 16 through 19 (of 19 total)
  • I’m also getting some errors preventing me from login into my site.

    [01-Oct-2016 17:41:29 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/elanciac/public_html/demo/wp-content/plugins/seo-ultimate/modules/autolinks/content-autolinks.php:989) in /home/elanciac/public_html/demo/wp-login.php on line 402
    [01-Oct-2016 17:41:29 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/elanciac/public_html/demo/wp-content/plugins/seo-ultimate/modules/autolinks/content-autolinks.php:989) in /home/elanciac/public_html/demo/wp-login.php on line 415
    [01-Oct-2016 17:41:29 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/elanciac/public_html/demo/wp-content/plugins/seo-ultimate/modules/autolinks/content-autolinks.php:989) in /home/elanciac/public_html/demo/wp-includes/pluggable.php on line 892
    [01-Oct-2016 17:41:29 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/elanciac/public_html/demo/wp-content/plugins/seo-ultimate/modules/autolinks/content-autolinks.php:989) in /home/elanciac/public_html/demo/wp-includes/pluggable.php on line 893
    [01-Oct-2016 17:41:29 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/elanciac/public_html/demo/wp-content/plugins/seo-ultimate/modules/autolinks/content-autolinks.php:989) in /home/elanciac/public_html/demo/wp-includes/pluggable.php on line 894
    [01-Oct-2016 17:41:29 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/elanciac/public_html/demo/wp-content/plugins/seo-ultimate/modules/autolinks/content-autolinks.php:989) in /home/elanciac/public_html/demo/wp-includes/pluggable.php on line 1174

    • This reply was modified 8 years, 1 month ago by macarrier.

    i have a problem with my plugin. the category list won’t refresh if I create new categories.

    getting the exact same error. App ID and secret key are correct.

    is there a fix for this?

    Thread Starter macarrier

    (@macarrier)

    thanks but I’d like it to be plugin independent. if I don’t find any other solution, I’ll look at it. I must add that this is a custom made theme and that my client is not tech savy.

    up to now, I used these arguments with my get_posts() :

    $args = array(
    ‘orderby’ => ‘post_date’,
    ‘order’ => ‘DESC’,
    ‘posts_per_page’ => $options[‘num_posts’],
    ‘post_type’ => ‘post’,
    ‘post_status’ => ‘publish’,
    ‘post_password’ => ”
    );

    I used << ‘post_password’ => ” >> hopping it would force WP to get only empty password posts, but it’s a no go. any ideas?

Viewing 4 replies - 16 through 19 (of 19 total)