HELP. wp-config.php file.
-
Hi!
I`am trying to install wordpress at my local wamp server. In the wp-config.php file i have changed this:define(‘DB_NAME’, ‘worldpress’); // The name of the database
define(‘DB_USER’, ‘root’); // Your MySQL username
define(‘DB_PASSWORD’, ‘worldpress’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’tWhen I trying to install with install.php this comming up:
wp-config.php file. I need this before we can get started. Need more help? We got it. You can create a wp-config.php file through a web interface, but this doesn’t work for all server setups. The safest way is to manually create the file.”, “WordPress ? Error”); } require_once(‘../wp-config.php’); require_once(‘./upgrade-functions.php’); if (isset($_GET[‘step’])) $step = $_GET[‘step’]; else $step = 0; header( ‘Content-Type: text/html; charset=utf-8’ ); ?> > text_direction) ) : ?>
WordPress‘.__(‘Already Installed’).’
‘.__(‘You appear to have already installed WordPress. To reinstall please clear your old database tables first.’).’
‘); switch($step) { case 0: ?>ReadMe documentation at your leisure.’), ‘../readme.html’); ?>
ERROR: please type your e-mail address”)); } else if (!is_email($admin_email)) { die(__(“ERROR: the e-mail address isn’t correct”)); } ?>
log in with the username “admin” and password “%2$s”.’), ‘../wp-login.php’, $password); ?>
Please help me, something is wrong with det config-file?
Thanks for a very nice job.
- The topic ‘HELP. wp-config.php file.’ is closed to new replies.