* Disable overlay module.
* Delete a site backup using the aegir interface.
* Confirm the deletion
Fatal error: Call to undefined function overlay_close_dialog() in /var/aegir/hostmaster-7.x-3.11/profiles/hostmaster/modules/aegir/hosting_site_backup_manager/hosting_site_backup_manager.module on line 212
- Module should check if overlay is available before using overlay functions.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | hosting_site_backup_manager-check_overlay-2897017-1-D7.patch | 897 bytes | millenniumtree |
Comments
Comment #2
millenniumtreeWrapped the overlay_close_dialog() calls with if (module_exists('overlay')) {}
Comment #3
colanMakes sense to me.
Comment #5
helmo commentedComment #7
luongosb commentedCould this also be added to hosting_site_backup_manager?
profiles/hostmaster/modules/aegir/hosting_site_backup_manager/hosting_site_backup_manager.module
Thank you!
Comment #8
helmo commentedIt should be in there if you have upgraded to 3.12.0 or later. Please create a new issue referencing this one if you still have this problem after updating.