btrandolph
Member
Posted 1 month ago #
trying to do a local install of WP using xampp lite per instructions in codex. everything fine but when I run install.php, I get the following error:
Parse error: syntax error, unexpected $end in C:\xampplite\htdocs\wordpress\wp-config.php on line 77
You have a bad character in your wp-config file. Get a fresh copy of it (copy wp-config-sample.php to wp-config.php) and start over. Edit carefully and do not use a word processor like MSWord to edit the file. Use a text editor like Notepad.
In addition to bad character, make sure there is no blank space before <?php tag and after ?>.
Kailash