24 May
2006
24 May
'06
8:47 a.m.
Scott McLewin wrote:
I tracked the query down to location_views.module, in the location_views_default_views() function. The following code is looking for a table that I believe was (will be?) introduced with CCK support:
[....] I figure I could install it and make my problem go away, but before I do, I wanted to ask this more basic question:
Is CCK a requirement for a 4.7 based site?
location_views.module is not included in Drupal by default, and this is your only problem with CCK requirement. It is clear that 4.7.0 does not require CCK. If you install some random contrib module, it might depend on CCK being installed. Gabor