Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Cannot Reproduce
-
Affects Version/s: 4.1.3
-
Fix Version/s: 4.2.1
-
Component/s: Core CiviCRM
-
Labels:None
Description
Unable to access civicrm/admin/extensions?reset=1
Steps to reproduce on 4.1.3
1. Install payment processor extension
2. Configure payment processor
3. Disable extension (this works OK)
4. Uninstall extension
At this point you'll see a Fatal "extension in use" error, but the extension files are removed anyway.
From here it's impossible to view the extensions page, because CRM_Core_Extensions_Extension::_parseXML() can't access the info.xml file.
1. _parseXML() should cope with that better.
2. If we're not allowed to uninstall the extension, we should keep the extension files around
Attachments
Issue Links
- is supplemented by
-
CRM-10322 Unable to install locally available extension if download unavailable
- Done/Fixed