[Bug 4486] New: Error logged during member entry
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4486 Summary: Error logged during member entry Product: Koha Version: HEAD Platform: All URL: /cgi-bin/koha/members/memberentry.pl?op=add OS/Version: All Status: NEW Severity: normal Priority: P5 Component: Patrons AssignedTo: gmcharlt@gmail.com ReportedBy: oleonard@myacpl.org Estimated Hours: 0.0 Change sponsored?: --- I get three identical errors in my log when I open up the patron edit screen: memberentry.pl: Use of uninitialized value in concatenation (.) or string at /home/oleonard/kohaclone/C4/Members/Messaging.pm line 215., referer: http://localhost:8888/cgi-bin/koha/members/member.pl memberentry.pl: Use of uninitialized value in concatenation (.) or string at /home/oleonard/kohaclone/C4/Members/Messaging.pm line 215., referer: http://localhost:8888/cgi-bin/koha/members/member.pl memberentry.pl: Use of uninitialized value in concatenation (.) or string at /home/oleonard/kohaclone/C4/Members/Messaging.pm line 215., referer: http://localhost:8888/cgi-bin/koha/members/member.pl Line 215 says: $choices->{ $row->{'message_name'} }->{'transport-' . $row-> 'message_transport_type'}} = ' '; ...so I'm wondering if the three errors correspond to the three NULL results from the GetMessagingOptions sql: +----------------------+------------+-----------------+------------------------+-----------+ | message_attribute_id | takes_days | message_name | message_transport_type | is_digest | +----------------------+------------+-----------------+------------------------+-----------+ | 1 | 0 | Item DUE | NULL | NULL | | 2 | 1 | Advance Notice | NULL | NULL | | 3 | 1 | Upcoming Events | NULL | NULL | | 4 | 0 | Hold Filled | email | 0 | | 4 | 0 | Hold Filled | sms | 0 | | 5 | 0 | Item Check-in | email | 0 | | 5 | 0 | Item Check-in | sms | 0 | | 6 | 0 | Item Checkout | email | 0 | | 6 | 0 | Item Checkout | sms | 0 | +----------------------+------------+-----------------+------------------------+-----------+ But I don't know what to make of it. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla-daemon@kohaorg.ec2.liblime.com