Re: https://www.drupal.org/node/2700009#comment-11255757

With the removal of the admin.inc file in the 3.x version `drush rr` complains about the missing file. Probably needs a manual db_delete entry on this file.

CommentFileSizeAuthor
#2 remove_admin_inc-2753303-1.patch375 bytesheliogabal
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sherakama created an issue. See original summary.

heliogabal’s picture

Status: Active » Needs review
FileSize
375 bytes

Hi sherakama,

I don't think it is anywhere in the DB, all that is needed should be to remove the reference in the .info file that still exists in the 3.x version:

http://cgit.drupalcode.org/contextual_view_modes/tree/contextual_view_mo...

files[] = contextual_view_modes.admin.inc

I'll attach a patch to do that. Hope that helps.

  • sherakama committed 547cd36 on 7.x-3.x authored by heliogabal
    Issue #2753303 by heliogabal: File registry missing file after upgrade...
sherakama’s picture

Oh,

Sloppy me. Thanks for the patch. Rolled in to dev.

:)

sherakama’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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