#16229 closed defect (bug) (invalid)
Setting empty table prefix on Setup Config not respected
| Reported by: | knutsp | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Upgrade/Install | Version: | 3.0.4 |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: |
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
@
16 years ago
- Milestone Awaiting Review
- Resolution → invalid
- Status new → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
See r13853