Hello, when installing on your server http://185.26.121.103/, I encountered error 500 after installation (indicated data for the database, administrator), after clicking on the "Install" button, the page reloaded and a 500 error appeared. I cannot understand what is the matter.
The config.php file is available:
<?php return array (
'debug' => false,
'database' =>
array (
'driver' => 'mysql',
'host' => '127.0.0.1',
'port' => 3306,
'database' => 'test',
'username' => 'root',
'password' => 'secret',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => 'flrm_',
'strict' => false,
'engine' => 'InnoDB',
'prefix_indexes' => true,
),
'url' => 'http://185.26.121.103/public',
'paths' =>
array (
'api' => 'api',
'admin' => 'admin',
),
);