View Issue Details

This bug affects 1 person(s).
 0
IDProjectCategoryView StatusLast Update
17119Bug reportsCentral participant databasepublic2021-02-22 14:48
Reporterbismark Assigned To 
PrioritynoneSeverityminor 
Status newResolutionopen 
Product Version3.24.3 
Summary17119: PHP Notice: Trying to access array offset on value of type null
Description

index.php/admin/participants/sa/displayParticipants

when config['debug'] == 2

after creating attributes Limesurvey crashes with a notice.
application\models\Participant.php(420)

$extraAttributeParams is null and there is no $extraAttributeParams[$name]

possible solution: $col_array["filter"] = TbHtml::textField("extraAttribute[".$name."]", isset($extraAttributeParams[$name]) ? $extraAttributeParams[$name] : ''); same forattribute_type == 'DD'in line 432

TagsNo tags attached.
Bug heat0
Complete LimeSurvey version number (& build)Version 3.24.3+201027
I will donate to the project if issue is resolvedNo
Browser
Database type & versionMariaDB
Server OS (if known)
Webserver software & version (if known)
PHP Version7.4.15

Users monitoring this issue

There are no users monitoring this issue.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2021-02-22 14:48 bismark New Issue