- Issue created by @heikkiy
- 🇮🇳India shivam_tiwari
I checked this issue on specified drupal version. I am using latest version of icon_select module (3.0.1) but not getting this issue.
Please correct me if I am skipping any step here. - 🇲🇺Mauritius amyesther
I’m able to reproduce the error only when a taxonomy term references an icon whose SVG file has been deleted from the file system. In that case, saving any taxonomy term triggers the error.
May be the variable $svg_file_content can be set to empty string instead of NULL if it is empty, to prevent the above error.