installing date module Versione 4.7.x-1.4

Fatal error: Call to undefined function: date_views_filters() in /var/www/vhosts/bolledacqua.com/httpdocs/modules/cck/date/date.module on line 208

The module seems working ok, but date doesn't appear in node or teaser.

Comments

erapetti’s picture

I had the same problem, and resolved it by enabling date_api directly in the database:

update system set status=1 where name='date_api';

karens’s picture

Status: Active » Fixed

There were problems getting back to install the Date API, but I added a fix after 1.4 was already issued that should have fixed this by disabling modules that need the Date API until you can get back to the modules page to enable it.

Anonymous’s picture

Status: Fixed » Closed (fixed)