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

Installer.php gives blank screen


  1. gonzaloestela
    Member

    I downloaded the package, changed config_empty.php and renamed to config.php and tried to run installer.php: browser shows a blank screen.

    What can I check?

    Posted 16 years ago #
  2. yuniar

    Edit your config.php file, at the bottom you will see this code:

    error_reporting(E_ALL ^ E_NOTICE);

    right above that code, insert this line:

    ini_set("display_errors","1");

    This will display the actual error message instead of blank screen.
    Let me know what's the error message.


    MachForm Founder

    Posted 16 years ago #
  3. gonzaloestela
    Member

    Solved,
    the machform directory files have to be readable by the web server. [strong]chown -R apache:apache *[/strong] solved it.

    Posted 16 years ago #

RSS feed for this topic

Reply