You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ErrorException: Warning: Invalid argument supplied for foreach()
File "/var/www/html/_common/MarkdownHost.php", line 104, in Keyman\Site\Common\MarkdownHost::__construct
$ParsedownAndAlerts->text($contents) .
File "/mdhost.php", line 10
$md = new MarkdownHost($_REQUEST['file']);
...
(1 additional frame(s) were not displayed)
More detail:
Warning: chop() expects parameter 1 to be string, array given in /var/www/vendor/erusev/parsedown/Parsedown.php on line 150
Warning: strpos() expects parameter 1 to be string, array given in /var/www/vendor/erusev/parsedown/Parsedown.php on line 160
Warning: explode() expects parameter 2 to be string, array given in /var/www/vendor/erusev/parsedown/Parsedown.php on line 162
Notice: Trying to access array offset on value of type null in /var/www/vendor/erusev/parsedown/Parsedown.php on line 164
Warning: Invalid argument supplied for foreach() in /var/www/vendor/erusev/parsedown/Parsedown.php on line 168
Notice: Trying to access array offset on value of type null in /var/www/vendor/erusev/parsedown/Parsedown.php on line 213
The text was updated successfully, but these errors were encountered:
The code paths when a normal blockquote was encountered were not quite
right. Also tidied up a few other bits and pieces for robustness.
Fixes: #49
Fixes: HELP-KEYMAN-COM-DH8
The code paths when a normal blockquote was encountered were not quite
right. Also tidied up a few other bits and pieces for robustness.
Fixes: #49
Fixes: HELP-KEYMAN-COM-DH8
Sentry Issue: HELP-KEYMAN-COM-DH8
More detail:
The text was updated successfully, but these errors were encountered: