I built a website on a development server which runs the same php version as the product server. But after the migration I get this error from the module date (site fails to load):
Fatal error: Class 'content_handler_field_multiple' not found in /var/www/modules/date/date/date_handler_field_multiple.inc on line 11

Does somebody have an idea?

htca

Comments

vm’s picture

what version of the date module is in use? Ensure you are using the most recent release.

have you tried disabling the module , then re-enabling the module?

firfin’s picture

I am confronted with the same error. Unofrtunately someone else broke the site, so I ma not completely certain of exactly what happened or what caused this. I can't get into the admin part of the site to check which version of modules are being used.

Did you resolve your problem htca?

vm’s picture

you can check which version of the module you are using by browsing your server and locating the module and inspecting the files.

firfin’s picture

Thanks for the tip VeryMisunderstood.

For future referents:
I solved the error I have been getting.
First I disabled the date module using phpmyadmin (which was 6.x-2.x-dev, gonna update now).
Then I was able to once again go to the modules section of Drupal.
There I saw that content (CCK) was missing.
I replaced it and enabled Date again using phpmyadmin.
Problem solved.

Hope this helps someone.

linuxbcn’s picture

I resolve de same problem with runing /update.php

1.- Login at www.yoursite.com/user (like user0)
2.- Run update whit www.yoursite.com/update.php

Finally revise the modules activation / deactivation.

Som modules CCK wos deactivated in update process. I recomend print a PDF of the page modules for preserve this problems.