Running the reports menu I select status report then run cron to check for module updates. Once the window closes I get the following error:
Notice: Undefined variable: args in overlay_close_dialog() (line 530 of sitepath/modules/overlay/overlay.module).
Note that sitepath is the full path to my drupal installation.
This occured after fresh install and running cron for the first time to check for module updates. This also occurs further when checking for available updates for modules.
Comments
Comment #1
triversedesigns commentedI am still finding this error present. I am moving it to critical as by default Drupal uses the overlay module and checking for updates is a moderately used feature.
Comment #2
David_Rothstein commentedAlthough this issue is older, I'm marking it a duplicate of #658720: Clean up overlay_close_dialog() and related code since there is more activity there.
Also, it doesn't seem like there is anything critical about this... it's just a harmless error message, no? (If it actually prevented the update check from working correctly it would be critical, but I don't think that's the case.)
Comment #3
David_Rothstein commentedOK, it seems like there actually was a critical issue mixed in here - the manual link for checking available updates does not work at all in the overlay :)
That part is probably a different manifestation of the bug at #649224: Cannot run certain batch processes (tests, update manager, etc) with the overlay enabled, which I've retitled accordingly.