Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter nswm

    (@nswm)

    Edit. Seems to have resolved now. Not sure what happened.

    Madalin

    (@madalin_themeisle)

    Hi @nswm,

    We’re glad that you have succeed to fix the issue.

    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 ‘Array at top of page’ is closed to new replies.