This is a comment on Blank page after install. 18.04 LAMP, posted by WikiAdmin at 13.12.2019 07:54
View source for Tried Again on another server
Second server install also failed. Failed in two locations. Still nothing but a blank page. It says all went well and then nothing. What am I missing? Below is my final config from the third attempt %% <?php // config.php written at Fri Nov 29 14:50:06 2019 // detailed description https://wackowiki.org/doc/Doc/English/Configuration // do not change wacko_version manually! $wacko_config = [ 'base_url' => 'https://files.example.com/wacko/', 'database_charset' => 'latin1', 'database_collation' => '0', 'database_driver' => 'mysqli_legacy', 'database_engine' => 'InnoDB', 'database_host' => 'localhost', 'database_port' => '3306', 'database_database' => 'wackowiki', 'database_user' => 'wiki', 'database_password' => 'wiki', 'sql_mode_strict' => '0', 'table_prefix' => 'wacko_', 'system_seed' => 'mXt81W30B(3p9MRc96dK', 'recovery_password' => '', 'hashid_seed' => '03&4-~oS3&5Ke~b&@6T7', 'wacko_version' => '5.5.15', %%