This issue persists today, for people who are used to the "WordPress" type install/config this whole auto-config is really unintuitive but here's a solution to the particular problem that at least gets the Wiki up and running with the minimum effort: Download version 1.6.4 (the latest, or it was in June 2024) Unzip and copy in to target directory on web server add the following two lines at line 2 of configurator.php if (!defined('ADMIN_USER')) define('ADMIN_USER', ''); if (!defined('ADMIN_PASSWD'))...
This issue persists today, for people who are used to the "WordPress" type install/config this whole auto-config is really unintuitive but here's a solution to the particular problem that at least gets the Wiki up and running with the minimum effort: Download version 1.6.4 (the latest, or it was in June 2024) Unzip and copy in to target directory on web server add the following two lines at line 2 of configurator.php if (!defined('ADMIN_USER')) define('ADMIN_USER', ''); if (!defined('ADMIN_PASSWD'))...