Tried to use date wizard to create a new calendar with Drupal 7. Used fresh names for all fields/content type and got this error:

Fatal error: Call to undefined function views_object_cache_clear() in /path/sites/all/modules/date/date_tools/date_tools.wizard.inc on line 370

can anyone confirm Date wizard is working in drupal 7 beta 3, or is it something odd with my set up?

Comments

Hanno’s picture

Title: datetools drupal 7 error » date tools drupal 7 error

Same here with Drupal 7 RC1. Content type is created, views not.

KarenS’s picture

Status: Active » Fixed

This got changed when Views added the dependency on CTools, now it is ctools_object_cache_clear(). Fixed, thanks.

Status: Fixed » Closed (fixed)
Issue tags: -calendar, -undefined function, -date wizard

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

jfranzinelli’s picture

Issue summary: View changes

I am new to drupal and I am having an issue with the date tools wizard. I get the following error when opening the wizzard:
Fatal error: Call to undefined function date_timezone_handling_options() in sites/all/modules/date/date_tools/date_tools.wizard.inc on line 352 can anyone help?

Thank you

jfranzinelli’s picture

I have investigated further and found that there appears to be a problem with the way the software builds the path variable. So far I have only found this problem with the date module.

I am using a godaddy hosting account to host multiple sites and I use sub directories for each site (not all of which are Drupal sites)

It appears that the software is looking for the sites directory of the root of my hosting account and not the root of the drupal web site. Has anyone seen this behavior or know of a fix?

Thank you,