. */ define('INSTALLDIR', dirname(__FILE__)); function main() { if (!checkPrereqs()) { return; } if ($_SERVER['REQUEST_METHOD'] == 'POST') { handlePost(); } else { showForm(); } } function checkPrereqs() { if (file_exists(INSTALLDIR.'/config.php')) { ?>

Config file "config.php" already exists.

Require PHP version 5 or greater.

Cannot load required extension "".

Cannot write config file to "".

On your server, try this command:

chmod a+w

Cannot write avatar directory "/avatar/".

On your server, try this command:

chmod a+w /avatar/

Enter your database connection information below to initialize the database.

  • Install Laconica

    Install Laconica