I get the following when I am on
admin/appearance/settings/

PHP Fatal error: [] operator not supported for strings in /7/themes/nucleus/nucleus/inc/preprocess_functions.inc on line 365

Comments

Prague man’s picture

Same error, subs.

Richard_1618’s picture

same error in views trying to change the field settings for the image

themebrain’s picture

Version: 7.x-1.0-alpha2 » 7.x-1.1-beta1

Fixed

themebrain’s picture

Status: Active » Fixed
matthub’s picture

That did only partially fix it for me, now it was in line 407, I used following code snippet to "fix" it:

    if (is_array($vars['attributes']['id'])) {
      $vars['attributes']['id'][] = $element['#id'];
    }

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

socialnicheguru’s picture

is this committed?

ocamp’s picture

im still getting this error

radj’s picture

#5 did it for me. Also applied it to override_functions.inc