From 866c2812c55de0d594fee873ed7232b9c567df19 Mon Sep 17 00:00:00 2001 From: Peter Ponya Date: Thu, 14 Dec 2017 04:17:47 +0100 Subject: [PATCH] Update freetier_setup.md purge_queuer_coretags only works with the enterprise plan, need to use purge_queuer_url here --- docs/freetier_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/freetier_setup.md b/docs/freetier_setup.md index c68031d..e886cf6 100644 --- a/docs/freetier_setup.md +++ b/docs/freetier_setup.md @@ -2,7 +2,7 @@ - `drush dl cloudflare purge ctools purge_queuer_url --yes` - From the root of your site run install composer dependencies: `composer require d8-contrib-modules/cloudflarephpsdk "1.0.0-alpha5"` -- To install: `drush en cloudflare cloudflarepurger purge purge_ui purge_drush purge_queuer_coretags purge_processor_cron --yes` +- To install: `drush en cloudflare cloudflarepurger purge purge_ui purge_drush purge_queuer_url purge_processor_cron --yes` - *Note*: If you try to install purge, cloudflare and cloudflare_purger all at once via the UI you will get a one time error on install. This is known issue that is impacting other D8 modules. See [here](https://www.drupal.org/node/1387438) [here](https://www.drupal.org/node/2315801) and [here](https://www.drupal.org/node/2638320). If you are installing via the UI, recommend the following discrete steps: