@zaist Thanks for the report. This error probably happens because you have your system locked down to disallow access to the filesystem. Does that sound correct to you?
I’m working on a 5.0.2 update to help address this issue. If you’re willing to live on the edge, you could download the font-awesome.zip attached to the GitHub Release here. It will show you a warning explaining how to manually put the required svg stylesheet where it needs to be.
Or if you do not use the Block Editor, with that pre-release installed, you can add this to your theme’s functions.php
or equivalent:
add_filter( 'font_awesome_disable_block_editor_support', '__return_true' );
If living on the edge doesn’t work for you, then downgrading to plugin version 4.5.0 until this new release is published is probably your best bet.
Either way, I’m curious about your scenario. Understanding it better could lead to better solutions. Could you tell me more about it?
- Have you intentionally restricted access to the filesystem on your WordPress site? Or it this perhaps a constraint added by your hosting provider?
- Do you have the capability of making exceptions to this constraint, when you know something is safe?
- Does it work for you to manually place the required file in the required place if prompted to do so?