• Hello.

    I’m using WP 4.8 with the 7.1 PowerPress plugin.

    I find this error in my feed:
    array_filter() expects parameter 1 to be array, null given in <b>/home/tabataro/public_html/laurentiumihai.ro/wp-includes/general-template.php</b> on line <b>1066

    https://laurentiumihai.ro/feed/podcast/

    Used to work fine, not sure what happend.

    Can you help?

    Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Angelo Mandato

    (@amandato)

    Hello @morganxxx,

    Thank you for reporting the issue. The line number you are reporting is within the WordPress function wp_get_document_title().

    I see that it is also happening in your normal Blog feed, https://laurentiumihai.ro/feed/. Can you temporarily disable PowerPress then refresh your blog feed to see if the problem goes away? This will at least tell us if the problem is with PowerPress or something else.

    Looking at the code of the wp_get_document_title() function at line 1066, Iam going to guess that another plugin or possibly your theme is changing the document title separator character. Logically that is the only thing that I think could cause that line to return NULL. I may be wrong, but I would look at any themes or your plugin to see if it lets you set or configure the title separator character, which is normally “|”.

    Thanks,
    Angelo

Viewing 1 replies (of 1 total)

The topic ‘Error with my RSS feed’ is closed to new replies.