• We have a CloudFlare account with hundreds of zones.
    When trying to authorize with the new W3 Total Cache Cloudflare extension, it only shows a limited number (20) of zones. Hence, unable to authorize and select the correct zone.

Viewing 1 replies (of 1 total)
  • Thread Starter YEWS-Grigory

    (@yews-grigory)

    Quick Fix, change the following to:

    1. /wp-content/plugins/w3-total-cache/Extension_CloudFlare_Api.php on LINE 110
      	public function zones() {
      		return $this->_wp_remote_request( 'GET',
      			self::$_root_uri . '/zones?per_page=1000' );
      	}
    2. /wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup_View_Zones.php on LINE 7

      <form action="admin.php?page=w3tc_cdn" method="post" style="padding: 20px;max-height: 800px;overflow: auto;"

Viewing 1 replies (of 1 total)
  • The topic ‘NEED FIX: Limited number of Zones for CloudFlare Setup’ is closed to new replies.