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
Describe the bug
There are a number of new formats. We don't have icons for all of them, and the SVG loader throws a fatal error when trying to include an icon that doesn't exist.
PHP Fatal error: Uncaught Illuminate\Contracts\Filesystem\FileNotFoundException:
File does not exist at path .../wp-content/themes/coop-library/dist/images/blog-post.svg in .../wp-content/themes/coop-library/vendor/illuminate/filesystem/Filesystem.php:41
For now, we can assign a generic icon to all formats which don't have an icon yet. Eventually, we'll need more icons.
The text was updated successfully, but these errors were encountered:
Describe the bug
There are a number of new formats. We don't have icons for all of them, and the SVG loader throws a fatal error when trying to include an icon that doesn't exist.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Resource page loads.
Screenshots
Not applicable.
Additional context
For now, we can assign a generic icon to all formats which don't have an icon yet. Eventually, we'll need more icons.
The text was updated successfully, but these errors were encountered: