#4308 closed defect (bug) (fixed)
Call to undefined function is_wp_error() when there's no wp-config.php at install
| Reported by: | jottlieb | Owned by: | rob1n |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2.1 |
| Component: | General | Version: | 2.2 |
| Severity: | normal | Keywords: | is_wp_error is_wp_error() install wp-config.php |
| Cc: | Focuses: |
Description
If you try to start to install WP without having a wp-config.php and execute /wp-admin/install.php (!), it appears just the following error:
Fatal error: Call to undefined function is_wp_error() in path\wp-includes\functions.php on line 1320
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [5507]) Don't call is_wp_error() in wp_die() if it hasn't been defined yet. fixes #4308