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
Comment #1
erapetti commentedI had the same problem, and resolved it by enabling date_api directly in the database:
update system set status=1 where name='date_api';
Comment #2
karens commentedThere 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.
Comment #3
(not verified) commented