in my template file, I get the following two warnings followed by the correctly formatted output.
Warning: Trying to access array offset on value of type null in /home/<domain>/public_html/site/modules/TextformatterParsedownExtraPlugin/lib/ParsedownExtra.php on line 241
Warning: Trying to access array offset on value of type null in /home/<domain>/public_html/site/modules/TextformatterParsedownExtraPlugin/lib/ParsedownExtra.php on line 241
I have Processwire 3.0.210. The version of PHP in use is 8.0.20.
The module settings are the defaults set when the module is installed, i.e. I've made no changes.
Parsedown Extra Plugin
in Modules/Plugins
Posted
Hi,
I am applying this text formatter to a textarea field. When I output the content of the field with
in my template file, I get the following two warnings followed by the correctly formatted output.
I have Processwire 3.0.210. The version of PHP in use is 8.0.20.
The module settings are the defaults set when the module is installed, i.e. I've made no changes.
Any idea why I get these warnings?
Thanks,
Nic