[wp-trac] Re: [WordPress Trac] #9166: Installer should check that
required constants are defined
WordPress Trac
wp-trac at lists.automattic.com
Tue Apr 21 00:43:11 GMT 2009
#9166: Installer should check that required constants are defined
-----------------------------+----------------------------------------------
Reporter: hakre | Owner: anonymous
Type: feature request | Status: new
Priority: normal | Milestone: Future Release
Component: Administration | Version: 2.7
Severity: normal | Keywords: configuration install
-----------------------------+----------------------------------------------
Comment(by DD32):
Except that WordPress offers to create the wp-config.php file, which makes
that arguement completely null.
A short message along the lines of (with better grammer of course) after
including wp-config.php could possibly solve a few peopel getting
confused.. But.. Hopefully theres enough documentation in the sample file
already to explain it.
{{{
if ( ! defined('DB_PASS') )
die('wp-config is not configured properly. Please check the config
defines');
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/9166#comment:6>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list