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
{{ message }}
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
I used the icon field on a page and everything works well, but as soon as I push everything to the AWS live server I get issues where the icons dont display on the front end page, and if I try to go the page in the admin backend, I get this error.
PHP Warning – yii\base\ErrorException
file_put_contents(/opt/bitnami/apps/craft/www/vendor/dolphiq/iconpicker/src/resources-shared/css/fonts.css): failed to open stream: Permission denied
I'm guessing its server permissions, but I cannot change the permissions. Is there any fix for this?! I want to use this plugin, but don't think I'll be able because of this. Also, it would be cool if I could store the font files in my /web/assets/fonts/ folder rather than the vendor folder.
Thanks
The text was updated successfully, but these errors were encountered:
I used the icon field on a page and everything works well, but as soon as I push everything to the AWS live server I get issues where the icons dont display on the front end page, and if I try to go the page in the admin backend, I get this error.
PHP Warning – yii\base\ErrorException
file_put_contents(/opt/bitnami/apps/craft/www/vendor/dolphiq/iconpicker/src/resources-shared/css/fonts.css): failed to open stream: Permission denied
I'm guessing its server permissions, but I cannot change the permissions. Is there any fix for this?! I want to use this plugin, but don't think I'll be able because of this. Also, it would be cool if I could store the font files in my /web/assets/fonts/ folder rather than the vendor folder.
Thanks
The text was updated successfully, but these errors were encountered: