I create an view and when I want to add fields to that View or edit them this problem appears

An AJAX HTTP error occurred.
HTTP Result Code: 200
Debugging information follows.
Path: /fa-dp/?q=admin/structure/views/ajax/config-item/featured_slider/block/field/field_slider_image
StatusText: OK
ResponseText: 
Fatal error:  [] operator not supported for strings in C:\Inetpub\vhosts\persianbrowser.com\httpdocs\fa-dp\themes\nucleus\nucleus\inc\preprocess_functions.inc on line 365

Comments

themebrain’s picture

Version: 7.x-1.0-alpha2 » 7.x-1.1-beta1
Status: Active » Fixed

Fixed

Status: Fixed » Closed (fixed)

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

doctah_jon’s picture

Here's a variant of the same error.

Created a slideshow view. It runs fine but when I wanted to make some changes / updates to the view I got the following error. Updating to nucleus-7.x-1.1-beta3.zip did not solve the problem.

An AJAX HTTP error occurred.
HTTP Result Code: 200
Debugging information follows.
Path: /admin/structure/views/ajax/config-item/feature_slider/block/field/type_1
StatusText: parsererror
ResponseText:
Fatal error: [] operator not supported for strings in /sites/all/themes/nucleus/nucleus/inc/override_functions.inc on line 410

doctah_jon’s picture

Status: Closed (fixed) » Needs review

Here's a variant of the same error.

1) Created a slideshow view. It runs fine but when I wanted to make some changes / updates to the view I got the following error. Updating to nucleus-7.x-1.1-beta3.zip did not solve the problem.

2) It seems to be somewhat isolated to "Fields" selection "Content Type"

3) in trying to recreate the issue, I cloned a block and attempted to alter the content type - same error

4) attempted to recreate a block using a views slideshow content type -- same problem, both the title and content type links under "Fields" are both throwing errors.

5) uninstalled jquery, jcarousel and json2 libraries -- no resolution of the issue.

6) It is still possible to define content fields under "Fields" in Views. The menu opens and allows a field selection (i.e. content:type) but throws an error when attempting to save the changes. Closing the window and refreshing the page reveals that the field selector has been added but it cannot be edited as the same error occurs when trying to open the modify the field selection.

7)Disabling the Nucleus theme core and all of the subthemes (tb purity, etc.) and switching to Bartik - Views works as expected. Reinstating the theme set and the problem re-emerges.

An AJAX HTTP error occurred.
HTTP Result Code: 200
Debugging information follows.
Path: /admin/structure/views/ajax/config-item/feature_slider/block/field/type_1
StatusText: parsererror
ResponseText:
Fatal error: [] operator not supported for strings in /sites/all/themes/nucleus/nucleus/inc/override_functions.inc on line 410

doctah_jon’s picture

Status: Needs review » Active
themebrain’s picture

I'm sorry because I had some missunderstanding this bug. Now it's fixed and will be released in next version of Nucleus belong to current development theme.

Regards,
HaiNN

themebrain’s picture

Version: 7.x-1.1-beta1 » 7.x-1.0-beta4
Status: Active » Closed (fixed)
themebrain’s picture

Version: 7.x-1.0-beta4 » 7.x-1.1-beta4