Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#5473 closed defect (bug) (fixed)

Suppress DB errors unless WP_DEBUG is true

Reported by: filosofo Owned by: anonymous
Priority: normal Milestone: 2.3.2
Component: General Version: 2.3.1
Severity: normal Keywords: show_errors wpdb db mysql has-patch
Cc: filosofo

Description

WordPress should assume that it's a production environment and not show DB errors.

Attachments (2)

suppress_db_errors.diff (2.3 KB) - added by filosofo 5 years ago.
wpdb_errors.diff (4.5 KB) - added by ryan 5 years ago.

Download all attachments as: .zip

Change History (12)

comment:1 follow-up: ↓ 3   Viper007Bond5 years ago

Not sure how I feel about this. Spitting out error messages told a lot of people their plugins didn't work with 2.3 and is a useful thing for site owners. With them hidden, it'd go missed by most and they wouldn't know why something wasn't working.

Perhaps an alternate solution is to show them to administrator users regardless (manage_options ?), and only to everyone if WP_DEBUG is on.

  • Keywords has-patch added

comment:3 in reply to: ↑ 1   filosofo5 years ago

Replying to Viper007Bond:

Perhaps an alternate solution is to show them to administrator users regardless (manage_options ?), and only to everyone if WP_DEBUG is on.

I think this might be a good idea, but it should probably be done at the WP_DEBUG level, if possible.

ryan5 years ago

comment:4   ryan5 years ago

When doing hide/show pair, this patch restores the show state to what it was prior to hiding. This way we don't have to check WP_DEBUG everywhere.

Patch also does an error_log() inside print_error() so that the error info is always available in the error log.

comment:5   matt5 years ago

+1

comment:6   ryan5 years ago

(In [6391]) Suppress display of DB error messages by default. Props filosofo. see #5473

comment:7   ryan5 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [6443]) Suppress display of DB error messages by default. Props filosofo. fixes #5473 for 2.3

  • Milestone changed from 2.4 to 2.3.2
  • Version changed from 2.4 to 2.3.1

comment:9   ryan5 years ago

(In [6469]) Show DB errors if WP_DEBUG and if installing. see #5473

(In [6470]) Show DB errors if WP_DEBUG and if installing. see #5473

Note: See TracTickets for help on using tickets.