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

blank screen running installer


  1. cindys
    Member

    Please help...
    -server is IIS with php extensions allowed
    -using free version of mysql
    -created a database called nbforms
    -not sure if using correct usernames/passwords?? or where to find them???....

    /** MySQL settings **/
    define('DB_NAME', 'nbforms'); //The name of your database. Note that this database must exist before running installer.php
    define('DB_USER', ''); //Your database username
    define('DB_PASSWORD', ''); //Your database users password
    define('DB_HOST', '10.1.75.5'); //The hostname for your database

    /** Admin user and password **/
    define('ADMIN_USER','admin');
    define('ADMIN_PASSWORD','admin');

    I also looked in the config.php file to see about error_reporting settings like in another posting but that line didn't exist.

    Posted 16 years ago #
  2. yuniar

    Try to insert this line of code into your config.php file:

    ini_set("display_errors","1");

    That would display the actual error message instead of a blank page.


    MachForm Founder

    Posted 16 years ago #

RSS feed for this topic

Reply