Closed (duplicate)
Project:
Date
Version:
6.x-2.0
Component:
Date API
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2009 at 12:22 UTC
Updated:
8 Apr 2009 at 15:43 UTC
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
Comment #1
petiar commentedThe 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. :-(
Comment #2
petiar commentedWell, 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.
Comment #3
kitsunechan commentedI'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.