When I add date5.x2.0-rc to my module dir my drupal site returns a blank white screen in the browser. When I remove the mod it goes back to normal. I fully realize it is because I am running PHP 5.1.6-3.7 and MySQL 5.0.27 on this box (it worked fine on my dev server with php5.2). But perhaps a more stern warning (5.1x will not work) or better yet a work around since one is avail for 4.x. Im trying to get the host to setup php5.2 but its like pulling teeth with some hosts ;)
I setup date 1.x latest and that worked fine also.

Comments

karens’s picture

Status: Active » Postponed (maintainer needs more info)

I doubt that it is because you're using PHP 5.1, that should not create a WSOD. The date handling may not work correctly in 5.1 if the 5.1 date handling is enabled. If the 5.1 date handling is not enabled, you should be able to use the PHP 4 module to get the date handling to work.

The white screen is something else. People using the Token module have reported this, are you using that? If so, you need to upgrade to the latest dev release of the Token module because we've move some code from Token to Date to fix a problem in earlier Token module versions.

edg’s picture

I had the WSOD too with the same upgrade. I just zapped Token and the posts are showing up again. Thanks K.

karens’s picture

Status: Postponed (maintainer needs more info) » Fixed

OK, marking fixed. Thanks for reporting back.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.