#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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Looks like it may potentially be local issue. Will investigate further and update this ticket accordingly.