I had the following error in log messages immediately after installing backup_migrate 8.x-4.0 with Composer 1.9 for Drupal 8.8 using PHP 7.2

It was a brand new clean install with only two other contrib modules added - admin_toolbar & module_filter

User warning: The configuration name "backup_migrate.backup_migrate_schedule.daily" does not match the ID "daily_schedule" in Drupal\Core\Config\ConfigInstaller->createConfiguration() (line 373 of /home/admin/public_html/core/lib/Drupal/Core/Config/ConfigInstaller.php)
#0 /home/admin/public_html/core/includes/bootstrap.inc(596): _drupal_error_handler_real(512, 'The configurati...', '/home/admin/...', 373, Array)
#1 [internal function]: _drupal_error_handler(512, 'The configurati...', '/home/admin/...', 373, Array)
#2 /home/admin/public_html/core/lib/Drupal/Core/Config/ConfigInstaller.php(373): trigger_error('The configurati...', 512)
#3 /home/admin/public_html/core/lib/Drupal/Core/Config/ConfigInstaller.php(137): Drupal\Core\Config\ConfigInstaller->createConfiguration('', Array)
#4 /home/admin/public_html/core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php(75): Drupal\Core\Config\ConfigInstaller->installDefaultConfig('module', 'backup_migrate')
#5 /home/admin/public_html/core/lib/Drupal/Core/Extension/ModuleInstaller.php(288): Drupal\Core\ProxyClass\Config\ConfigInstaller->installDefaultConfig('module', 'backup_migrate')
#6 /home/admin/public_html/core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php(83): Drupal\Core\Extension\ModuleInstaller->install(Array, true)
#7 /home/admin/public_html/core/modules/system/src/Form/ModulesListForm.php(477): Drupal\Core\ProxyClass\Extension\ModuleInstaller->install(Array)
#8 [internal function]: Drupal\system\Form\ModulesListForm->submitForm(Array, Object(Drupal\Core\Form\FormState))
#9 /home/admin/public_html/core/lib/Drupal/Core/Form/FormSubmitter.php(112): call_user_func_array(Array, Array)
#10 /home/admin/public_html/core/lib/Drupal/Core/Form/FormSubmitter.php(52): Drupal\Core\Form\FormSubmitter->executeSubmitHandlers(Array, Object(Drupal\Core\Form\FormState))
#11 /home/admin/public_html/core/lib/Drupal/Core/Form/FormBuilder.php(591): Drupal\Core\Form\FormSubmitter->doSubmitForm(Array, Object(Drupal\Core\Form\FormState))
#12 /home/admin/public_html/core/lib/Drupal/Core/Form/FormBuilder.php(320): Drupal\Core\Form\FormBuilder->processForm('system_modules', Array, Object(Drupal\Core\Form\FormState))
#13 /home/admin/public_html/core/lib/Drupal/Core/Controller/FormController.php(91): Drupal\Core\Form\FormBuilder->buildForm(Object(Drupal\system\Form\ModulesListForm), Object(Drupal\Core\Form\FormState))
#14 [internal function]: Drupal\Core\Controller\FormController->getContentResult(Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\RouteMatch))
#15 /home/admin/public_html/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php(123): call_user_func_array(Array, Array)
#16 /home/admin/public_html/core/lib/Drupal/Core/Render/Renderer.php(573): Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}()
#17 /home/admin/public_html/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php(124): Drupal\Core\Render\Renderer->executeInRenderContext(Object(Drupal\Core\Render\RenderContext), Object(Closure))
#18 /home/admin/public_html/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php(97): Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array)
#19 /home/admin/composer/vendor/symfony/http-kernel/HttpKernel.php(151): Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}()
#20 /home/admin/composer/vendor/symfony/http-kernel/HttpKernel.php(68): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
#21 /home/admin/public_html/core/lib/Drupal/Core/StackMiddleware/Session.php(57): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#22 /home/admin/public_html/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php(47): Drupal\Core\StackMiddleware\Session->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#23 /home/admin/public_html/core/modules/page_cache/src/StackMiddleware/PageCache.php(106): Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#24 /home/admin/public_html/core/modules/page_cache/src/StackMiddleware/PageCache.php(85): Drupal\page_cache\StackMiddleware\PageCache->pass(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#25 /home/admin/public_html/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php(47): Drupal\page_cache\StackMiddleware\PageCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#26 /home/admin/public_html/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php(52): Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#27 /home/admin/composer/vendor/stack/builder/src/Stack/StackedHttpKernel.php(23): Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#28 /home/admin/public_html/core/lib/Drupal/Core/DrupalKernel.php(694): Stack\StackedHttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#29 /home/admin/public_html/index.php(19): Drupal\Core\DrupalKernel->handle(Object(Symfony\Component\HttpFoundation\Request))

Comments

garymullins created an issue. See original summary.

garymullins’s picture

Title: User warning: The configuration name "backup_migrate.backup_migrate_schedule.daily" does not match the ID "daily_schedule" in Drupal\Core\Config\ConfigInstaller->createConfiguration() (line 373 » User warning: The configuration name "backup_migrate.backup_migrate_schedule.daily" does not match the ID "daily_schedule" i
damienmckenna’s picture

Version: 8.x-4.0 » 5.0.x-dev
Status: Active » Postponed (maintainer needs more info)

I'm sorry you've ran into this problem. Please test the latest 5.0.0 release and let us know if the problem persists. Thank you.

ivnish’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.