When enabling the module, and configuring a block to use this views plugin, I ran into
Fatal error: Cannot access empty property in .. sites/all/modules/views_cloud/views_cloud.module on line 38
Any idea?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | views_cloud_weight_error.patch | 1.07 KB | quicksketch |
Comments
Comment #1
dorisk commentedI had the same problem and deleted the view and started again... but I dont get the tid...
Comment #2
quicksketchThis is not necessarily a bug, but a misconfiguration of your view. Views Cloud requires a field to base the weight of items on within the View, and even though the field for configuring this setting is required, Views allows to leave the configuration without selecting one. If no fields are selected as the weight, then Views Cloud can't render the cloud. I've committed this patch which prevents the AJAX preview from bombing out.
Comment #3
quicksketch