I was in the middle of creating a new content type (for use in a panel at the head of my home page) with a image field. In creating this image I attempted to browse and then upload a default image (upload destination public is the only radio button on show).

This error message appears (repeatedly if you hit the upload button again) when you hit the upload button.

An AJAX HTTP request terminated abnormally.
Debugging information follows.
Path: /file/ajax/field/settings/default_image/form-pk4iim1w9s4ecQ7Sz8WytIvbBXajGxbZP32mmjCJ-y4
StatusText: n/a
ResponseText: Fatal error: Cannot create references to/from string offsets nor overloaded objects in /home/alan/dev/drupal/includes/common.inc on line 5973
ReadyState: undefined

As far as I can see (using firebug) no Ajax request is ever issued.

This is a relatively new installation, so I haven't changed any defaults - such as image sizes

modules installed that might conceivably interact

image resize filter
display suite
panels (and ctools)
nodesinblock

Comments

akc42’s picture

I continued on to Save the information (rather than the Ajax upload) and that appeared to finish correctly and my image has been uploaded.

yched’s picture