Make WordPress Core

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#8397 closed defect (bug) (fixed)

DB Select error name prefix example could be clearer

Reported by: simonwheatley's profile simonwheatley Owned by:
Milestone: 2.7 Priority: normal
Severity: normal Version:
Component: General Keywords: has_patch, needs_testing
Focuses: Cc:

Description

Currently on the DB select error message, which is otherwise lovely and clear, it says:

"On some systems the name of your database is prefixed with your username, so it would be like <code>username_wordpress</code>. Could that be the problem?"

Elsewhere in the message we are using the DB name as supplied to wp_config.php. So I figured why not here, this patch causes the line to read:

"On some systems the name of your database is prefixed with your username, so it would be like <code>username_[your DB name here]</code>. Could that be the problem?"

Attachments (1)

db_select_error.diff (1.0 KB) - added by simonwheatley 15 years ago.
Clarifies, slightly, the DB select error message

Download all attachments as: .zip

Change History (3)

@simonwheatley
15 years ago

Clarifies, slightly, the DB select error message

#1 @azaozz
15 years ago

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

(In [9935]) Improve error message, props simonwheatley, fixes #8397

#2 @jacobsantos
15 years ago

  • Milestone changed from 2.8 to 2.7
Note: See TracTickets for help on using tickets.