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.

Comments

yazzbe created an issue. See original summary.

yazzbe’s picture

Category: Support request » Bug report
joseph.olstad’s picture

do 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.

leducdubleuet’s picture

I 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...

leducdubleuet’s picture

Sorry, 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?

joseph.olstad’s picture

ah you are correct, this needs to be fixed.

joseph.olstad’s picture

joseph.olstad’s picture

Status: Active » Needs review
joseph.olstad’s picture

Status: Needs review » Reviewed & tested by the community

RTBC

yazzbe’s picture

thanks, that works!
applied patch #7 against beta2.

joseph.olstad’s picture

Thanks for reporting!

  • ram4nd committed 418b287 on 7.x-1.x authored by joseph.olstad
    Issue #3088170 by joseph.olstad: update issues: The following module is...
ram4nd’s picture

Status: Reviewed & tested by the community » Fixed
joseph.olstad’s picture

Thankd 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.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.