After updating Title from beta1 to beta2, I could not run update.php successfully. Got this error:
The following module is missing from the file system: entity_translation.
I don't use entity translation on this Drupal 7.67 website and according to the documentation Entity Translation is not a required dependency.
Have dependencies changed for this module or is this a bug?
Many thanks for your reply.
nb: back to beta1.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | D7_title-dependencies_for_tests_only-3088170-7.patch | 871 bytes | joseph.olstad |
Comments
Comment #2
yazzbe commentedComment #3
joseph.olstaddo you have memcache configured? if so, clear your memcache like this:
telnet localhost 11211
flush_all
after you hit enter on flush_all it should say OK, then clear drupal caches, try again.
Comment #4
leducdubleuet commentedI do not think this is because of memcache. I believe there is an error in beta2.
The dependencies should have been added in title_test.info instead of title.info...
Comment #5
leducdubleuet commentedSorry, I should have looked a little more before commenting, the dependencies come from this issue : https://www.drupal.org/project/title/issues/3061961
So it seems they are needed for the tests but what if I do not need this module entity_translation anywhere else in my project?
Should these modules be really included in the dependencies only for the tests?
Comment #6
joseph.olstadah you are correct, this needs to be fixed.
Comment #7
joseph.olstadpatch essentially reverts #3061961: Add entity and entity_translation as dependencies
Comment #8
joseph.olstadComment #9
joseph.olstadRTBC
Comment #10
yazzbe commentedthanks, that works!
applied patch #7 against beta2.
Comment #11
joseph.olstadThanks for reporting!
Comment #13
ram4nd commentedComment #14
joseph.olstadThankd Ram4nd, can you also please tag and release beta3? This fixes an issue for those not using entity_translation
Some people using the title module are not using entity translation, they should be allowed to continue.