populate_options() lives in upgrade-schema.php. Sometimes these errors occur because a file was not uploaded in ASCII mode. Can you try re-uploading upgrade-schema.php, taking care to use ASCII mode for the upload?
I did that, and it got through. I am noticing a large slew of PHP warnings (this must be something to do with my hosting company..?) such that I log in and get nothing but these warnings.
That could be related to your hosting company, or it could be that most of your files were not uploaded in ASCII mode. Since you’re just starting out, it may be better to dump the database, delete the files, and try again (making sure that every file is uploaded in ASCII mode).
I just finished a re-upload using FireFTP, which properly set to ascii. (It’s this upload tool that got me past step 2 btw).
Still getting these messages, which are basically cookie settings. It appears the include file before these calls is trying to put something out…?
Warning: Cannot modify header information – headers already sent by (output started at d:\gearhost\hostingaccounts\prothumian\www\paulandmichele\wp\wp-config.php:22) in d:\gearhost\hostingaccounts\prothumian\www\paulandmichele\wp\wp-login.php on line 7
Warning: Cannot modify header information – headers already sent by (output started at d:\gearhost\hostingaccounts\prothumian\www\paulandmichele\wp\wp-config.php:22) in d:\gearhost\hostingaccounts\prothumian\www\paulandmichele\wp\wp-login.php on line 8
Warning: Cannot modify header information – headers already sent by (output started at d:\gearhost\hostingaccounts\prothumian\www\paulandmichele\wp\wp-config.php:22) in d:\gearhost\hostingaccounts\prothumian\www\paulandmichele\wp\wp-login.php on line 9
Warning: Cannot modify header information – headers already sent by (output started at d:\gearhost\hostingaccounts\prothumian\www\paulandmichele\wp\wp-config.php:22) in d:\gearhost\hostingaccounts\prothumian\www\paulandmichele\wp\wp-login.php on line 10
Warning: Cannot modify header information – headers already sent by (output started at d:\gearhost\hostingaccounts\prothumian\www\paulandmichele\wp\wp-config.php:22) in d:\gearhost\hostingaccounts\prothumian\www\paulandmichele\wp\wp-login.php on line 11
OK – the error was that I had an extra few blank spaces in wp-config.php… thanks for your help.