#16229 closed defect (bug) (invalid)
Setting empty table prefix on Setup Config not respected
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 3.0.4 |
Component: | Upgrade/Install | Keywords: | |
Focuses: | Cc: |
Description
The default table prefix is "wp_" and this is shown on "setup-config.php?step=1". If you remove this, make it empty, and presses Submit, when you inspect your created wp-config.php, the table prefix is set to "wp_".
To be able to make an install from scratch with no table prefix one has to manually edit wp-config.php. No big problem, but WordPress should respect one's wishes, and no prefix should be perfectly ok.
See line 160, 161 in wp-admin/setup-config.php
Change History (4)
#2
@
14 years ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
An empty prefix has never been supported. WordPress requires a non-empty prefix.
It'd be nicer if the installer showed an error instead of changing things behind your back, but no prefix is not ok.
Note: See
TracTickets for help on using
tickets.
See r13853