Cannot load resource config "director". Resource does not exist

Hi fellows,
I’ve installed icingaweb2 wirth director v. 0.6 and all it’s dependencies on Centos 8 as described here: Icinga2 Director – Installation – christian-klemm.de

The database for director exists as mysql (mariadb)

MariaDB [(none)]> SHOW DATABASES;
+--------------------+
| Database           |
+--------------------+
| icinga             |
| icinga2director    |
| icingaweb2         |
| information_schema |
| mysql              |
| performance_schema

Thats the result of kickstart:

 icingacli director kickstart run
PHP Warning:  Module 'imagick' already loaded in Unknown on line 0
PHP Warning:  Module 'imagick' already loaded in Unknown on line 0
ERROR: Icinga\Exception\ConfigurationError in /usr/share/php/Icinga/Data/ResourceFactory.php:49 with message: Cannot load resource config "director". Resource does not exist

Thats my kickstart.ini:
[config]

endpoint = icinga-master
; host = 127.0.0.1
; port = 5665
username = director
password = director

and my api users.conf:

object ApiUser "director" {
        password = "director4711"
        permissions = [ "*" ]
}

the zones.conf:

/*
 * Defines a global zone for the Icinga Director.
 * This is required to sync configuration commands,
 * templates, apply rules, etc. to satellite and clients.
 * All nodes require the same configuration and must
 * have `accept_config` enabled in the `api` feature.
 */

object Zone "director-global" {
  global = true
}

What do I have to do to fix that error- how can I add the ressource?

Many Thanks in Advance,
Uli

Solved it was a wrong Const ZoneName