Closed (fixed)
Project:
Signup
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Apr 2011 at 12:17 UTC
Updated:
17 Feb 2012 at 20:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
discipolo commentedComment #2
magnusk commentedWhen I visit that page I also get a burst of the following message:
Comment #3
magnusk commentedIn function signup_admin_form (file includes/admin.signup_administration.inc) the key for the first element of the header array needs to be 'start' instead of 0.
Replace
with
Comment #4
magnusk commentedComment #5
jwilson3#3 works, here is a patch that fixes that line and also removes mention of "CCK" with respect to the row header calculation, since that's pre-D7 terminology now.
Comment #6
jwilson3If you're testing/applying this one, you might also review #1190944: Notice: Undefined property: stdClass::$language in _signup_date_get_node_scheduler() which is causing error messages on the same page.
Comment #7
gregglesWhile this patch seems pretty right, it's generally inappropriate to mark your own patch as "rtbc." Setting back to "needs review" until someone else can do a review.
Comment #8
boshtian commentedThe above solutions worked for me as well, but I still have a warning:
"Warning: Cannot use a scalar value as an array in signup_admin_form_submit() (line 238 of /var/aegir/platforms/drupal-7.8-enki-1.1/sites/www.tp-lj.si/modules/contrib/signup/includes/admin.signup_administration...)."
This line seems to be the problem:
$values['nid'] = $nid;
But I can't figure it out, how to correct this. The form is not submitted. Did anyone else had that issue?
Comment #9
sgabe commentedThe patch in #5 applies fine and eliminates the following error:
Notice: Undefined offset: 0 theme_tableselect() függvényben ([...]\www\includes\form.inc 3212 sor).Comment #10
sgabe commentedCommitted, thanks!