Make WordPress Core

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#50212 closed defect (bug) (invalid)

Bug when install can't change database prefix

Reported by: ilovephp106's profile ilovephp106 Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Upgrade/Install Keywords:
Focuses: Cc:

Description (last modified by ocean90)

File wp-config-sample.php
line: 68
we have two space before "="
it should remove to only have once space then can change table prefix after install

Attachments (1)

Screenshot_1.png (20.7 KB) - added by ilovephp106 5 years ago.

Download all attachments as: .zip

Change History (7)

#1 @ilovephp106
5 years ago

i found this bug in version wordpress-5.3.2-vi

#2 @tobifjellner
5 years ago

If you check in http://core.svn.wordpress.org/tags/5.4.1/wp-config-sample.php you'll see that it's not there.
This is not a core bug, but something that's located in the localization files for #vi http://i18n.svn.wordpress.org/vi/branches/5.4/dist/wp-config-sample.php

@dinhtungdu
Rather than anticipating branches up to 5.9, perhaps it would be better to simply delete everything under i18n.svn.wordpress.org/vi/ ?
Especially since there have been tiny changes in readme.html and wp-config-sample.php that haven't been reflected in the #vi localized versions? (lowest PHP version, for example)

#3 @dinhtungdu
5 years ago

@tobifjellner I will discuss this with the team. I deleted 5.5 - 5.9 branches to make sure we review the new readme.txt and wp-config-sample.php for the next WP versions. I fixed the double spaces as well. So this ticket can be closed.

#4 @ocean90
5 years ago

  • Description modified (diff)
  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Severity changed from major to normal
  • Status changed from new to closed
  • Version 5.3 deleted

@ilovephp106 Thanks for the report and thanks for the quick fix @dinhtungdu.

Closing as invalid since this wasn't a bug in WordPress core.

#5 @SergeyBiryukov
5 years ago

  • Component changed from General to Upgrade/Install

For reference, this was fixed in core in [43650] / #44318 and [44738] / #46220.

The wp-config-sample.php in the vi.wordpress.org localized package was just never updated until now.

Version 2, edited 5 years ago by SergeyBiryukov (previous) (next) (diff)

#6 @ilovephp106
5 years ago

thanks @dinhtungdu @ocean90

Note: See TracTickets for help on using tickets.