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 when running installer.php


  1. alowe
    Member

    When I start installer.php from my web browser I receive a blank screen.

    OS = Windows Sever 2003 SP1
    IIS version 6.0
    Mysql version = 5.0
    PHP version = 5.2.5

    Config.php setting are as follows;
    <?php
    /*
    MachForm Configuration File
    THIS FILE MUST BE RENAMED config.php BEFORE STARTING INSTALLATION
    */

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

    /** Admin user and password **/
    define('ADMIN_USER','formadmin');
    define('ADMIN_PASSWORD','logmein.');

    /** Data folder **/
    /** Normally, you can just leave this **/
    define('DATA_DIR', './data');

    /** CAPTCHA settings **/
    /** To use reCAPTCHA you must get an API key from
    http://recaptcha.net/api/getkey **/
    define('RECAPTCHA_PUBLIC_KEY','');
    define('RECAPTCHA_PRIVATE_KEY','');

    /** Notification email settings **/
    define('NOTIFICATION_MAIL_FROM',''); //default is
    'no-reply@yourdomain.com'
    define('NOTIFICATION_MAIL_FROM_NAME',''); //default is 'MachForm'
    define('NOTIFICATION_MAIL_SUBJECT',''); //default is '{form_name}
    [#{entry_no}]'

    /** Current MachForm Version **/
    define('MACHFORM_VERSION','1.2');
    ini_set("display_errors","1");
    error_reporting(E_ALL ^ E_NOTICE);

    ?>

    File security set as follows;
    Read & Execute
    List Folder Contents
    Read

    Data folder security set as follows;
    Read & Execute
    List Folder Contents
    Read
    Write

    Any idea why the blank screen appears?

    Posted 16 years ago #
  2. yuniar

    This usually happened when you have error with your config.php file.
    I've replied to your email, let's continue there.


    MachForm Founder

    Posted 16 years ago #

RSS feed for this topic

Reply