Make WordPress Core

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#34457 closed defect (bug) (invalid)

RSS Feed shows errors even when disabling dislaying of errors

Reported by: christinecooper Owned by:
Priority: normal Milestone:
Component: Feeds Version: 4.3.1
Severity: normal Keywords:
Cc: Focuses:

Description

The RSS feed (domain/feed) is displaying errors even when displaying of errors have been disabled via:

@ini_set('display_errors', 0);
define('WP_DEBUG', false);

in the config file.

I only noticed this recently with the latest version(s) of WP.

On my production site, it is throwing some minor "notices".

Change History (4)

#1 @christinecooper
11 years ago

  • Resolutioninvalid
  • Status newclosed

#2 @christinecooper
11 years ago

Looks like it may potentially be local issue. Will investigate further and update this ticket accordingly.

#3 @Ipstenu
11 years ago

I don't see any errors on a clean install of WP 4.3.1 (or 4.4alpha), and I also don't see any on my personal sites.

If you need help debugging, come on over to wordpress.org/support :)

#4 @swissspidy
11 years ago

  • Milestone Awaiting Review
Note: See TracTickets for help on using tickets.