jywarren / plots

This is the old website for Public Lab; visit http://publiclab.org and https://github.com/publiclab/plots2 for the new website.
http://old.publiclab.org
12 stars 0 forks source link

aggregator for SpectralWorkbench fails on many images #159

Open jywarren opened 12 years ago

jywarren commented 12 years ago

At first I thought it was related to this bug, but it was for Drupal 7: http://drupal.org/node/1366390

I've been tracking the log errors which I think are related. Several appear:

array_merge(): Argument #2 is not an array in /publiclaboratory.org/html/modules/filefield/field_file.inc on line 160.

Parameter 1 to filefield_validate_associate_field() expected to be a reference, value given in /publiclaboratory.org/html/modules/filefield/field_file.inc on line 160.

Parameter 1 to filefield_validate_is_image() expected to be a reference, value given in /publiclaboratory.org/html/modules/filefield/field_file.inc on line 160.

array_merge(): Argument #1 is not an array in /publiclaboratory.org/html/modules/filefield/field_file.inc on line 160.

Still trying to track down what the issue is.