Needs review
Project:
Signup
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
31 Mar 2011 at 22:47 UTC
Updated:
18 Feb 2017 at 07:27 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rfayYeah, the result of not having some of this is always having this on signup creation:
Comment #2
btmash commentedI'm a little bit lost - is the patch causing other errors to come up or fixing the issue you are having?
Comment #3
rfayYour patch is essential. (I was working on a similar one).
I just put it in CNR.
Comment #4
Balbo commentedShouldn't this patch be in the "date" project?
Comment #5
Balbo commentedOk, sorry for confusion. :-/
I didn't see the
/sites/all/modules/signup/includes/date.inc.Comment #6
jwilson3The first part of the patch on this issue is somehow related to #1190944: Notice: Undefined property: stdClass::$language in _signup_date_get_node_scheduler(), which solves an actual error ($node->language, not being defined) which may have been causing the array_push error in the first place, but I'm not totally sure.
The patch on this issue may also solve the same issue by changing the order of the two if statements. I'm not 100% sure of the intended impact of switching the preference from where to grab the date value from, but the fact is $node->language will never be set because the $nodes passed to this function are not real nodes, so if by any chance, it gets past the first if, then it will still fail.
I wasn't experiencing the time-zone issues reported on this thread, so I ask that you also take a look at my issue as well, to perhaps combine forces.
Comment #7
Hardik C commentedHi.
We can integrate this applied patch for the desired result.It will be needful
Comment #8
btmash commentedUnassigned so others can do something about this.
Comment #9
jacob.embree commented#0 does not apply. Needs reroll.
#7 is a duplicate of #0.
Comment #10
jacob.embree commentedComment #11
ashishdalviWe will work on it in Drupal Mumbai Code sprint
Comment #12
ashishdalviI have rerolled the patch.