-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Issue: Format is not validGate 1 Failed. Automatic verification of issue format is failedGate 1 Failed. Automatic verification of issue format is failedProgress: needs update
Description
Steps to reproduce
- Install Magento 2.1 by download
- Install custom theme by uploading it in app/design/frontend folder
- update magento, clear all caches, compile, deploy etc.
- Assign theme in backend
- Remove theme by deleting the folder again and deleting theme entry in database table "theme"
Expected result
- Be able to switch back to normal magento theme in backend and frontend.
Actual result
- In backend when trying to assign the "luma" or "blank" theme the error:
"Something went wrong while saving this configuration: Unable to load theme by specified key: '5'"
appears. By default there is no theme chosen now. Also after saving the the dropdown is empty.
2 In Frontend the error is shown:
"Unable to load theme by specified key: '5'"
Maybe our fault was to delete the theme first and not unassign it before in the backend. But how can we solve this now?
Metadata
Metadata
Assignees
Labels
Issue: Format is not validGate 1 Failed. Automatic verification of issue format is failedGate 1 Failed. Automatic verification of issue format is failedProgress: needs update