Updated to the latest version 7.x-1.7 and received the following 404 (Not Found):

GET sites/all/modules/adminimal_admin_menu/adminimal_admin_menu.js?o8zrhl 404 (Not Found)

Looking at the module directory, this file is under js folder so it should be:

sites/all/modules/adminimal_admin_menu/adminimal_admin_menu.js

However, not sure why it's referencing the root of the module folder. Any suggestions?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pdesai created an issue. See original summary.

jalpesh’s picture

Status: Active » Needs review
FileSize
519 bytes

May be because of update_7100.php file. The file has following line.

// Delete the "adminimal_admin_menu.js" file.
file_unmanaged_delete($module_path . '/adminimal_admin_menu.js');

Can you try it with attach patch.

Thanks.

Status: Needs review » Needs work

The last submitted patch, 2: incorrect-path_2751577.patch, failed testing.

pdesai’s picture

Seems to be working - thanks!

  • Tessa Bakker committed 2c8df89 on 7.x-1.x
    Issue #2751577 check for existing files/dir in update 7100
    
Tess Bakker’s picture

Version: 7.x-1.7 » 7.x-1.x-dev
Status: Needs work » Fixed

The above patch is incorrect, this update hook was needed for http://cgit.drupalcode.org/adminimal_admin_menu/commit/?id=baf19a2739555....

Any other issues should be fixed with a cache flush.

Tess Bakker’s picture

Status: Fixed » Closed (fixed)