Missing Theme Directory for THEME_NAME
Seme framework has theme directory under app/view
, so you have to checked it for supplied theme name existed or not.
Example error message
Missing theme directory for front
Missing theme directory for admin
Missing theme directory for frontend
Solution
Create manually the directory same as theme name name underapp/view/
.