I get an error that says
" [error] PHP Parse error: parse error, unexpected $ in ./wp-inst/wp-includes/wpmu-functions.php on line 641"
This is prior any tables being created in the database.
I get an error that says
" [error] PHP Parse error: parse error, unexpected $ in ./wp-inst/wp-includes/wpmu-functions.php on line 641"
This is prior any tables being created in the database.
I had to change "<?" on line 69 in wpmu-functions.php to be "<?php". This made me move forward from this point