Closed (fixed)
Project:
Dashboard
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Reporter:
Anonymous (not verified)
Created:
24 May 2010 at 09:33 UTC
Updated:
23 Jul 2018 at 22:18 UTC
Jump to comment: Most recent
On dashboard/widgets, this error appears when there are no widgets with tags defined in the system. This should simply not display the form if there are no tags, instead of trying to generate it.
Comments
Comment #1
Anonymous (not verified) commentedFixed in the latest release. Anyone still getting this error in the next 12 hours should check a copy of the 6--2 branch out from CVS.
Added a dependency for the views module. Views includes the views_build_form function, which is used to build the list of tags. Whereas this function has made it's way into D7, it's not there in D6 by default. I will remove this dependency when I get a chance.
M
Comment #2
Anonymous (not verified) commented