Ran into this after going through the setup script.
After the script completed successfully, I was getting 500 errors (Site can't handle request) trying to access the site.
Turns out the password for MySQL had a "'" in it.
Had to go into the ost-config.php and escape the "'" in the file.
After that, the site came up.