I updated from Date 6.x-2.4 to Date 6.x-2.6 but an error appears when cron is starting:
Fatal error: Cannot instantiate non-existent class: datetime in /home/virtual_web/960.cz/public_html/sovinohrady/sites/chess.960.cz/modules/date/date_api.module on line 656
I cannont run cron with the version of Date 6.x-2.6.
Comments
Comment #1
karens commentedYou're using an old version of PHP -- older than PHP 5.2. There are tons of problems because that version cannot handle dates correctly. It is strongly suggested that you upgrade to PHP 5.2. Fixing bugs related to older versions of PHP is at the very bottom of my priority list because most of them are automatically fixed by getting on version PHP 5.2.
Comment #2
karens commentedComment #3
Stanislav.cz commentedWell, thanks.