This came up in #1238...
@behindthepage in https://github.com/backdrop/backdrop-issues/issues/1238#issuecomment-142...
... I think paths should be checked when views or layouts are being installed. I think it is more likely to duplicate a path when installing a view or a layout than having conflicting config file names and this too can be solved with a bit more code during the copying of the config files. Maybe we can change the new path to duplicate_0 and set a message during install.
@quicksketch in https://github.com/backdrop/backdrop-issues/issues/1238#issuecomment-142...
Let's make an issue for this one in particular. I think we may be able to do a check, but doing a validation before installation may be difficult because each type of thing makes a menu path differently. It's only when they're all consolidated into
hook_menu()
that you have the full list. And then each module could have duplicates within it as well (two views at the same path, two layouts at the same path, etc.)
Recent comments
Hello. I'm stuck at the Drupal > Backdrop update step at /core/updatte.php with an error: The configuration directory in settings.php is specified as './files/config/active', but this...
Configuration directory "empty or missing crucial files" after site copy
Tried and successfully applied DrAlbany's method with the form https://www.drupal.org/sandbox/grobot/2105379stickman hook. I also encountered the same situation. Thanks DrAlbany
Ubercart - Auto increment SKU
Since before migration you need to prepare the Drupal site - disabling and removing all modules, disabling themes, as part of the preparation you can clear the cache and logs, delete the search...
Trimming the size of my database for D2B_migrate not to error out (Request Entity Too Large / 504 Gateway Time-out)