After replacing the 4.7.x-1.2 files with the 4.7.x-1.3 files, I receive the following error while attempting to open the modules page (Home » administer » modules):

Fatal error: Cannot redeclare date_help() (previously declared in /var/www/html/modules/contrib/cck/contrib/date/date.module:35) in /var/www/html/modules/contrib/cck/contrib/date/date_api.module on line 21

I'm using PHP 5.1.6 and MySQL 4.1.20

Comments

karens’s picture

Status: Active » Fixed

A stupid mistake on my part. I just committed a fix.

Anonymous’s picture

Status: Fixed » Closed (fixed)
harro’s picture

KarenS,

I get the same errors when I try to 'override' a function from one of the modules (Webform), using the template.php file. Could you tell me how you fixed your mistake? I was thinking it might be a matter of 'unregistering' the function with a command (but I don't know how).

Thank you!

Harro