Re: unable to run install.php
Couple things I see:
- The file actually begins with
<?php
right? - The line where your password is defined has two single closing quotes. Is that a typo from editing or is that how your actual file is?
define('BBDB_PASSWORD', '******'');
……………………………………..two closing quotes ^
- is the name of your database host actually mysql, or should it be localhost or some other host name (if the MySQL database is on another server)?