Installation error
-
Never mind! Of course I finally figured it out by looking at the wp-config file and saw that I had left some cheatsheet garbage in there after editing it! Needed to be cleaned out along with some extra empty space and now WP starts fine.
I followed the instructions at: http://www.tamba2.org.uk/wordpress/xampp/ to install WordPress on my local computer and get the below errors.
Can anyone tell me the cause or my mistake?
Thanks!
———————————
define(‘DB_NAME’, ‘wordpress’); // The name of the database define(‘DB_USER’, ‘root’); // Your MySQL username define(‘DB_PASSWORD’, ”); // …and password define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
Warning: Cannot modify header information – headers already sent by (output started at C:\xampplite\htdocs\wordpress\wp-config.php:29) in C:\xampplite\htdocs\wordpress\wp-login.php on line 12Warning: Cannot modify header information – headers already sent by (output started at C:\xampplite\htdocs\wordpress\wp-config.php:29) in C:\xampplite\htdocs\wordpress\wp-includes\pluggable.php on line 369
Warning: Cannot modify header information – headers already sent by (output started at C:\xampplite\htdocs\wordpress\wp-config.php:29) in C:\xampplite\htdocs\wordpress\wp-includes\pluggable.php on line 370
Warning: Cannot modify header information – headers already sent by (output started at C:\xampplite\htdocs\wordpress\wp-config.php:29) in C:\xampplite\htdocs\wordpress\wp-includes\pluggable.php on line 331
The topic ‘Installation error’ is closed to new replies.