Following installation instructions found here: http://drupal.org/node/420872
I have installed MimeDetect, version mimedetect-6.x-1.1
Well creating a new storage container (http://vcp/admin/build/storage/containers/create) I get the following error messages:
* warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\drupal-6.10\sites\all\modules\storage_api\storage_api.module on line 430.
* warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\drupal-6.10\includes\form.inc on line 1420.
When I type "Local storage" for the name and enable serving I get this error message:
Fatal error: Unsupported operand types in C:\xampp\htdocs\drupal-6.10\sites\all\modules\storage_api\containers.admin.inc on line 142
Anyone know if it is possible to get around this one?
Thanks,
-- Kari
Comments
Comment #1
VFXCode commentedThe guide doesnt write that you need to anable at least one of the Storage Services in the modules menu > Storage category
I 'm talking about the following
Amazon S3
Database
Filesystem / Drupal
This should fix you up :D
btw there is an update in blue droplet video module. Maybe you should update that too.
Good luck
VFXCode
Comment #2
jbrown commentedI fixed it so it responds nicely when there are no services enabled: http://drupal.org/cvs?commit=202646
The guide does actually tell you to enable a service. Its in the second step.
Comment #4
jbrown commented