Hi everybody,

not lucky enough to upgrade to the most recent Date version without issues. I have got that stupid "Fatal error: Allowed memory size of 50331648 bytes exhausted ..." error after running upgrade.php, however the site seemed to work except these things:

- Sort by date in Views does not work at all. It looks like it always consider "year" granularity, no matter what I setup.
- All day names are in English now, although they were in Slovak before I run the upgrade.

Any guess what is wrong will be appreciated. I am going to try to fix it by myself and hope that one day even open source community will do a good job. Ha ha. :-)

Petiar

Comments

petiar’s picture

The first issue, with the sort thing is duplicate of http://drupal.org/node/386406 and as such sorted.

The second one persist and that memory exhausted thing is sort of error which every Drupal user has to get used to live with. :-(

petiar’s picture

Status: Active » Closed (duplicate)

Well, and the second issue appears to be duplicate of http://drupal.org/node/386552 and such, ehm, sorted. If we can even say "sorted" if we have to translate day and month names every time we upgrade to newer Date version. Good job, mate! Are you joking??? This is ridiculous!!!

I am closing this. Thanks for this module anyway - still better than nothing.

kitsunechan’s picture

I've had the memory exhausted error before after adding different modules. To fix it, I allow more memory by adding the following code to the end of my settings.php file:
ini_set('memory_limit', '40M');

I hope this helps.