Skip to content
Grav 2.0 is officially stable. Read the announcement →
General

Font Awesome plugin causes crash

Started by Andrew Bernard 6 years ago · 1 replies · 764 views
6 years ago

Using grav v1.7.0-rc.11, adding the Font Awesome Embed or Markdown module crashes the site. Has this been observed by others? Here's the error:

Grav \ Plugin \ EmbedFontAwesomePlugin \ IconNotFoundError (404)
Icon not found: "solid/code.svg".

So, I have not installed any icons yet, but I would not have thought turning this on would crash.

I am using the default theme Quartz.

last edited 06/08/20 by Andrew Bernard
6 years ago

@andro, It seems throwing an exception is the default behaviour of Embed FontAwesome plugin.

You can change its behaviour by setting its configuration options. According the docs:

fail_behaviour ( hard / soft ): Behaviour when icon files are missing ( hard => throw an exception, soft => replace the icon with a question mark).

I think I would prefer the plugin to throw an exception ('hard') and show me immediately and clearely which svg is missing. A kind of fail early approach. When using the 'soft' approach a missing svg is easily overlooked unless every web page is checked carefully.

last edited 06/08/20 by pamtbaau

Suggested topics

Topic Participants Replies Views Activity
General · by Hanns Mattes, 3 weeks ago
1 266 3 weeks ago
General · by Andy Miller, 3 weeks ago
0 195 3 weeks ago
General · by Jerry Hunt, 3 weeks ago
2 330 3 weeks ago
General · by pamtbaau, 3 weeks ago
1 253 3 weeks ago
General · by Andy Miller, 3 weeks ago
0 220 3 weeks ago