Please help us help you and fill where relevant: Your LimeSurvey version: LimeSurvey Community Edition Version 6.2.11+231007 Own server or LimeSurvey hosting: Self hosting Survey theme/template: fruity_twentythree Admin theme: sea green PHP-Version: PHP Version 8.0.30
==================
I updatet from release 5.6.40 to 6.2.11+231007.
Now, when I go into one survey and click statistics the site does not load. When I right-click "statistics" and click "open in new tab" I get the following error:
Code:
PHP warning
Uninitialized string offset 0/var/www/limesurvey/application/views/admin/export/statistics_subviews/_question.php(820)808echohtmlspecialchars(implode(',',$_POST[$myfield2]));809}810echo" -->\n";811812echo'<div class="statistics-responses-label-group ls-space padding bottom-5 top-15 ls-flex-item">';813//output checkbox and question/label text814echo"<input type='checkbox' name='summary[]' value='$myfield2'";815816//pre-check817if(isset($summary)&&array_search($myfield2,$summary)!==FALSE){echo" checked='checked'";}818819//check if there is a dualscale_headerA/B820$dshresult=$dshresults[$key1][0];821822//get header823foreach($dshresultas$dshrow)824{825$dshrow=array_values($dshrow);826$dualscaleheadera=$dshrow[0];827}828829if(isset($dualscaleheadera)&&$dualscaleheadera!="")830{831$labeltitle=$dualscaleheadera;832}
This problem only exist in one survey. The others are fine.