verbb / icon-picker

A Craft CMS field to select SVG or font icons from a folder for use in your content.
Other
17 stars 8 forks source link

file_get_contents error when editing field locally #21

Closed awhitehouse104 closed 4 years ago

awhitehouse104 commented 4 years ago

Description

Get the following when accessing any field locally in the control panel.

yii\base\ErrorException: file_get_contents(http://localhost:8080/cpresources/960ee804/json/font-awesome.json): failed to open stream: HTTP request failed! in /xxx/vendor/verbb/icon-picker/src/services/IconSources.php:34

File exists and allow_url_fopen is on.

Steps to reproduce

  1. cd web && php -S localhost:8080
  2. admin -> settings -> fields and click on any field or attempt to create a new one

Additional info