-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Hi there --
Am using Backdrop1.31 with latest version of bee (1.x-1.2.x-dev - 2025-04-30).
I have my active config in the database using in settings.php:
$settings['config_active_class'] = 'ConfigDatabaseStorage';
When I try to import config bee cim, I get an error:
⚠️ Warning: Cannot modify header information - headers already sent by (output started at /usr/home/fizbap/bee/includes/render.inc:132)
in backdrop_send_headers() (line 1720 of /usr/home/fizbap/public_html/sdca.pairsite.com/s/web/core/includes/bootstrap.inc).ConfigException: The configuration directory type "active" does not exist. in config_get_config_directory() (line 235 of /usr/home/fizbap/public_html/sdca.pairsite.com/s/web/core/includes/config.inc).
Is bee currently figured to work with this setup?
Or must the active config instead be in a directory?