Skip to content

Unable to set static zone in cloudflare.php #8

@bertalanimre

Description

@bertalanimre

Hey Seb!

Thanks for your work, it works like a charm if it comes to adding the zone in the terminal after the command. However I'm trying to add a permanent zone to the config file but I keep getting the same error message: Please supply a valid zone identifier in the input argument or the cloudflare config.

Your example isn't working either from the file. It doesn't give any syntax error just the above. I have tried like:

'zones' => 'asd123asd123asd123asd123asd';
'zones' => [
        'asd123asd123asd123asd123asd'
    ],
'zones' => [
        'asd123asd123asd123asd123asd' => []
    ],

And also your example. Please help me (us) out a bit.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions