Hi,
after updating a repeater field which previously was displaying content correctly, i now get a "Fatal Error" in the admin panel field group
Fatal error: [] operator not supported for strings in /home/xxxxxxxxx/public_html/dev/xxxxxxx/wp-content/plugins/acf-repeater/repeater.php on line 418
& invalid errors on the page template they are set for
Warning: Invalid argument supplied for foreach() in /home/xxxxxxxx/public_html/dev/xxxxxxxx/wp-content/plugins/acf-repeater/repeater.php on line 845
Warning: Invalid argument supplied for foreach() in /home/xxxxxxxx/public_html/dev/xxxxxxxx/wp-content/plugins/acf-repeater/repeater.php on line 845
Warning: Invalid argument supplied for foreach() in /home/xxxxxxxx/public_html/dev/xxxxxxxx/wp-content/plugins/acf-repeater/repeater.php on line 226
Warning: Invalid argument supplied for foreach() in /home/xxxxxxxx/public_html/dev/xxxxxxxx/wp-content/plugins/acf-repeater/repeater.php on line 246
Warning: Invalid argument supplied for foreach() in /home/xxxxxxxx/public_html/dev/xxxxxxxx/wp-content/plugins/acf-repeater/repeater.php on line 302
& nothing is displayed on the live page
I have replaced the repeater plugin (1.0.1) as wel as the acf plugin (4.1.5.1) and deleted the field groups and recreated them but i get the same result. once i save the repeater, exit the group then open it any i get the Fatal Error.
all other acf fields that are not repeater fields work fine.
WP version - 3.5.1
I would appreciate any help thanks.
PS. ACF is awesome i use it on all my WP sites, makes it so easy for clients to edit content.