Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: unable to run install.php


chrishajer
Participant

@chrishajer

Couple things I see:

  1. The file actually begins with <?php right?
  2. 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 ^

  3. 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)?

Skip to toolbar