maths / moodle-qtype_stack

Stack question type for Moodle
GNU General Public License v3.0
138 stars 147 forks source link

Add trim to fix filename path returned by zip::getNameIndex function #1191

Closed AnupamaSarjoshi closed 1 month ago

AnupamaSarjoshi commented 1 month ago

Hi Chris,

In some of the PHP versions, we see the following warning for stack questions with images. The function zip::getNameIndex() is returning the filename with a leading '/', thus setting the incorrect filepath, resulting in images not being displayed.

Error: Warning: file_put_contents(/efs/moodledata/stack/plots//stackplot-9809-1-3924935062-16894435.svg): Failed to open stream: No such file or directory in /var/www/html/moodle/question/type/stack/stack/cas/connector.server.class.php on line 86

Could you please review the fix?

Thanks, Anupama

sangwinc commented 1 month ago

Many thanks, Chris