The module is not installed according to a new format.
http://drupal.org/node/1935708
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | backup_migrate-convert_info_file_to_yml-1936082-3.patch | 1.03 KB | darrell_ulm |
| #2 | yml_format-1936082-2.patch | 515 bytes | micahw156 |
| #1 | yml_format-1936082-1.patch | 516 bytes | Anonymous (not verified) |
Comments
Comment #1
Anonymous (not verified) commentedThe settings file has been converted.
Comment #2
micahw156This patch worked as far as making it so I could enable the module, but it did not apply cleanly. There was a trailing white space on one line. I updated the patch and have attached it. (No other changes except the removed space.)
Question: should this patch also remove the old .info file? It would seem that it would, but this is my first time looking at the new configuration stuff.
Comment #3
darrell_ulm commentedThis patch handles the delete of .info and add of .yml.
I also gave the update patch used at this issue:
http://drupal.org/files/backup_migrate-Drupal_8_Upgrade-1897846_0.patch
by the way if you missed it before, my attribution flag is below ;)
Pass the following option to git commit to attribute authorship to this user:
Thank you in advance! :)
Comment #4
micahw156Patch from #3 applies cleanly and creates the same file provided by @likin in #1 above. Looks good.
Comment #5
ronan commentedCommitted. Thanks all
Comment #7
ivnish