Throws an error when activating ACF Blocks plugin
-
Using the latest version (3.0.9) and installing the ACF Blocks plugin (https://www.ads-software.com/plugins/acf-blocks/) Im getting PHP errors:
Cannot access offset of type string on string
at line 59 of cloudinary-image-management-and-manipulation-in-the-cloud-cdn/php/traits/trait-params.php:59$new[ $key ] = $value;
From the stack trace:
TypeError: Cannot access offset of type string on string at /Users/mb/Desktop/www/test/site/web/app/mu-plugins/cloudinary-image-management-and-manipulation-in-the-cloud-cdn/php/traits/trait-params.php:59 at Cloudinary\Settings->set_param_array(array(), '', '') (/Users/mb/Desktop/www/test/site/web/app/mu-plugins/cloudinary-image-management-and-manipulation-in-the-cloud-cdn/php/traits/trait-params.php:48) at Cloudinary\Settings->set_param_array(array('acf-blocks'), '', '') (/Users/mb/Desktop/www/test/site/web/app/mu-plugins/cloudinary-image-management-and-manipulation-in-the-cloud-cdn/php/traits/trait-params.php:48) at Cloudinary\Settings->set_param_array(array('paths', 'acf-blocks'), array('enabled' => 'off', 'paths' => ''), '') (/Users/mb/Desktop/www/test/site/web/app/mu-plugins/cloudinary-image-management-and-manipulation-in-the-cloud-cdn/php/traits/trait-params.php:48) at Cloudinary\Settings->set_param_array(array('plugins', 'paths', 'acf-blocks'), array('plugins' => array('enabled' => 'off', 'paths' => ''), 'themes' => array('enabled' => 'off', 'paths' => array('fir-blocks' => 'off')), 'wordpress' => array('enabled' => 'off', 'paths' => array('wp_admin' => 'on', 'wp_includes' => 'off')), 'content' => array('enabled' => 'off', 'paths' => array('wp_content' => 'off'))), '') (/Users/mb/Desktop/www/test/site/web/app/mu-plugins/cloudinary-image-management-and-manipulation-in-the-cloud-cdn/php/traits/trait-params.php:48) at Cloudinary\Settings->set_param_array(array('assets', 'plugins', 'paths', 'acf-blocks'), array('enable' => 'off', 'cld_purge_all' => '', 'assets' => array('plugins' => array('enabled' => 'off', 'paths' => ''), 'themes' => array('enabled' => 'off', 'paths' => array('fir-blocks' => 'off')), 'wordpress' => array('enabled' => 'off', 'paths' => array('wp_admin' => 'on', 'wp_includes' => 'off')), 'content' => array('enabled' => 'off', 'paths' => array('wp_content' => 'off')))), '')
`
Not sure whats going on.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Throws an error when activating ACF Blocks plugin’ is closed to new replies.