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?

CommentFileSizeAuthor
#2 views_cloud_weight_error.patch1.07 KBquicksketch

Comments

dorisk’s picture

I had the same problem and deleted the view and started again... but I dont get the tid...

quicksketch’s picture

Priority: Critical » Normal
StatusFileSize
new1.07 KB

This 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.

quicksketch’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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