Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Themeisle

    (@themeisle)

    Hello,

    That’s a strange issue, i dont think this is something from our side. Can you try to disable any other plugins and revert to default theme to see if this is still happening ?

    Thanks!

    Thread Starter TheArcturian

    (@thearcturian)

    Seems to be working fine again now, so something has happened since yesterday somehow. I’ll let you know if it pops up again.

    If there are problems with the feed, then it might execute the function feedzy_default_error_notice(). It has a bug as it is missing a TRUE for the printf_r. Causing it to echo into content instead of generating a string for the error_log:

    
    	public function feedzy_default_error_notice( $error, $feedURL ) {
    		error_log( 'Feedzy RSS Feeds - related feed: ' . print_r( $feedURL, TRUE ) . ' - Error message: ' . $this->feedzy_array_obj_string( $error ) );
    
    		return '<div id="message" class="error" data-error"' . esc_attr( $this->feedzy_array_obj_string( $error ) ) . '"><p>' . __( 'Sorry, this feed is currently unavailable or does not exists anymore.', 'feedzy-rss-feeds' ) . '</p></div>';
    	}
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘3.0.9 shows Array() in the top of the feed’ is closed to new replies.