When I try to activate Cforms I get this fatal error:
Fatal error: Cannot use string offset as an array in /home/[...]/wp-content/plugins/cforms/lib_activate.php on line 7
I got the same error both in version 11.7.1 and 12.2 (last one), both in WP 3.2.1 and WP 3.3 beta 3.
These are the lines starting with line 7:
$cformsSettings['global']['plugindir'] = basename(dirname(__FILE__));
$cformsSettings['global']['cforms_root'] = get_cf_plugindir() . $cformsSettings['global']['plugindir'];
$cformsSettings['global']['tinyURI'] = get_option('siteurl') . '/wp-includes/js/tinymce';
$cformsSettings['global']['cforms_root_dir'] = dirname(__FILE__);
$cformsSettings['global']['cforms_IIS'] = strpos(dirname(__FILE__), '\\') !==false ? '\\' : '/';
$cformsSettings['global']['v'] = $localversion;
Does anyone have an idea about how to fix this? Thanks!