Closed rruebner closed 8 years ago
The fixes for issues #25 and #26 also works for this issue. Now is working.
Nope, #25 and #26 didn't fix it. website_seo_blog can't be installed.
Indeed, you get the error installing website_seo_blog in Supernova project. There is conflicts with blog views because theme_supernova creates a set of new views for blog models in website and website_seo_blog tries to inherit from webiste_blog views. When you install first theme_supernova the blog views structure changes and then website_seo_blog can't find the xpath elements in parent views.
I don't think we must fix this in Github solution, theme_supernova module is a specific case and the fix must be done in the corresponding project.
Closed because this issue was related to a specific internal project.
Problem
You can't install the website_seo_blog module with the latest v9. You will get a parse error.
Steps to reproduce
Expected behaviour
Additional information
It seems it is a similar error like in #25. If it is true please check also the issues #26 and #27. At the end the issues #25, #26 and #27 shouldn't happen again with an installed website_seo_blog module.