This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

[closed] set up error


  1. aoswald
    Member

    I suspect if have a syntax error here:

    define('mydatabasename'); //The name of your database. Note that this database must exist before running installer.php
    define('my databaseusername'); //Your database username
    define('DB_PASSWORD', 'Spring2009'); //Your database users password
    define('DB_HOST', '10.6.171.183'); //The hostname for your database

    How is this supposed to look?
    thanks

    Posted 15 years ago #
  2. yuniar

    Ahh I see, that's syntax error indeed. Particularly, the first two define statements.

    It should be something like this:

    define('DB_NAME', 'mydatabasename');
    define('DB_USER', 'my databaseusername');


    MachForm Founder

    Posted 15 years ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.