-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error after installing with composer #11
Comments
I had the same problem. Does anyone have any solutions? |
I too am facing the same problem. Any help would be appreciated. |
Having the same problem here, any fix ? |
How do I use [boilerplate bedrock] (https://roots.io/bedrock/). I created a mu-plugin with everything I need and it works fine. Bootstrap.php
Custom_Icon_Provider.php
composer.json
|
Can you make a repo with your mu-plugin inside @AlexandreSA ? I could test with my configuration to see if it works better this way |
Hi, i have used composer to require this plugin, although once it is required I am getting the following fatal error.
[08-Jan-2020 22:23:32 UTC] PHP Fatal error: Uncaught Error: Call to undefined function Carbon_Fields\Provider\add_filter() in /Applications/MAMP/htdocs/bindi/vendor/htmlburger/carbon-fields/core/Provider/Container_Condition_Provider.php:254
Stack trace:
#0 /Applications/MAMP/htdocs/bindi/vendor/htmlburger/carbon-fields/core/Provider/Container_Condition_Provider.php(21): Carbon_Fields\Provider\Container_Condition_Provider->install_container_conditions(Object(Carbon_Fields\Pimple\Container))
#1 /Applications/MAMP/htdocs/bindi/vendor/htmlburger/carbon-fields/core/Pimple/Container.php(274): Carbon_Fields\Provider\Container_Condition_Provider->register(Object(Carbon_Fields\Pimple\Container))
#2 /Applications/MAMP/htdocs/bindi/vendor/htmlburger/carbon-fields/core/Carbon_Fields.php(385): Carbon_Fields\Pimple\Container->register(Object(Carbon_Fields\Provider\Container_Condition_Provider))
#3 /Applications/MAMP/htdocs/bindi/vendor/htmlburger/carbon-fields/core/Carbon_Fields.php(69): Carbon_Fields\Carbon_Fields::get_default_ioc()
#4 /Applications/MAMP/htdocs/bin in /Applications/MAMP/htdocs/bindi/vendor/htmlburger/carbon-fields/core/Provider/Container_Condition_Provider.php on line 254
Any help with this error is appreciated.
Peter
The text was updated successfully, but these errors were encountered: