Closed (fixed)
Project:
Brandfolder
Version:
2.0.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 Aug 2023 at 20:10 UTC
Updated:
19 Dec 2023 at 17:24 UTC
Jump to comment: Most recent
Uncaught PHP Exception Exception: "You must configure an API key and select a Brandfolder, even if I have configure api keys
composer create-project drupal/recommended-project:^9 demo-brandfolder && cd demo-brandfolder
composer require drush/drush
composer require drupal/brandfolder
./vendor/bin/drush si --account-pass admin
./vendor/bin/drush en brandfolder
- Login into the site and visit page '/admin/config/media/brandfolder' add all api keys, set collection and save the form.
- Try to create new media type 'Brandfolder DAM' and select media source as Brandfolder image, click save. You will see this error in your log with WSOD.
Need to update logic use correct configuration key.
Comments
Comment #2
rwsimmo commentedI had this same issue with the 2.0.0-beta1 release on Drupal 9.5.10. However, I did not see the issue with the Dev version of the module on the same version of Drupal.
Comment #3
ndewhurstHi imran1217, thanks for using the issue queue. In keeping with what rwsimmo said, this bug was fixed in dev, and has now been incorporated into stable releases starting with 2.0.0.
Have a look at the currently available releases, and note that we are also preparing a D10 release.
Comment #4
ndewhurst