Install.php
-
When I am to the step in the install where I open the install.php file in my browser, I cannot get it to open, set up my tables, and give me my password.
I click to open the file, it comes up with a open or save windows warning. If i hit open, it does nothing. just closes.
Now I am installing at the moment to learn the software, so me posting my config file is no problem to me. The readme says that if it doesnt work it may be a part of the config file…. does anything look wrong in mine? I am setting it up on my local machine set as a webserver.
// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘wordpress’);/** MySQL database username */
define(‘DB_USER’, ‘wordpress’);/** MySQL database password */
define(‘DB_PASSWORD’, ‘temp101’);/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);/**#@+
* Authentication Unique Keys.
*
* Change these to different unique phrases!
* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}
*
* @since 2.6.0
*/
define(‘AUTH_KEY’, ‘?]M|Acgkx7iF17sY+k@I ;dv:j]X~%;y};fGG5aH5N=I<_=|?08KMsC+^akeqTl?’);
define(‘SECURE_AUTH_KEY’, ‘-Wd:{8^u@z^x7u{=kdAGROsg M}6j)y9Z2Oxhe}=ap_GHFdIF]l|g.kB$S3dWn]5”);
define(‘LOGGED_IN_KEY’, ”KVZe/j~i8!-AliaUO.},.]7S*/wo^L2AnNU`^i;m}z% o:C(S+K!kA=7^cxK:f3<‘);
define(‘NONCE_KEY’, ‘W_#A<9^ REHu&G71Ln(/OF4PMQ_[|?-R/;rsf]&E$=WBPbr2&{+U4Jk{pXL+`4si’);
/**#@-*//**
* WordPress Database Table prefix.
*
* You can have multiple installations in one database if you give each a unique
* prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = ‘wp_’;/**
* WordPress Localized Language, defaults to English.
*
* Change this to localize WordPress. A corresponding MO file for the chosen
* language must be installed to wp-content/languages. For example, install
* de.mo to wp-content/languages and set WPLANG to ‘de’ to enable German
* language support.
*/
define (‘WPLANG’, ”);/* That’s all, stop editing! Happy blogging. */
/** WordPress absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);
?>Thanks !
The topic ‘Install.php’ is closed to new replies.