I am getting an error:
Fatal error: Constant expression contains invalid operations in config.php on line 214
That line was:
protected static $dbname = 'mydb_'.$appdata['id'];
Whether I did any mistakes in quotes? Or somewhere else?
My search for the error message only showed a different source cause (a dynamic default value in a function definition).