#1954 closed defect (bug) (fixed)
creation of wp-config.php failes as of trailing blanks
| Reported by: | EdgarM | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Optimization | Version: | 1.6 |
| Severity: | trivial | Keywords: | installation mysql user password connection |
| Cc: | Focuses: |
Description
When installing on a new environment, and there is no wp-config.php you offer to generate one.
The user has to insert all information about the db, which is quite simple.
But if he uses copy and paste, he will have sure a blank at the end or beginning of any string.
This should be trim()ed before trying to connect.
Easy to implement, easear for the user, at least if he is not a programmer.
regards
EdgarM
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [3208]) Trim submitted values, fixes #1954