I've create sample theme, i.e. custom.css according to liferay tutorial, and don't know why my theme is not deployed, in the log file is the next content: "No theme found for specified theme id . Returning the default theme." And in the themes in "Manage->Page->Look and Feel" there is no my theme
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
If you are working with DEV/QA environment, please update portal-ext.properties file:
include-and-override=portal-developer.properties
If that is on Staging/Production just try to delete /css folder from YourThemeName/ directory on server before deploying updated version.
This warning messages will be displayed when you have already applied a theme to the site(Community) but That theme is now undeployed currently. This can happen due to the recent changes that you have made to the theme. please try reverting the changes that you have made, and make sure that your theme get registered successfully when you deployed.
if the problem still persists, please let us know error log statements or What are the exact changes that you have done to the theme.
I Think your theme is getting deployed to glassfish, but not getting registered to Liferay.
May be there is a problem in your deployment process, can you please set these properties accordingly in your portal-ext.properties file
'
After configuring this specific to glassfish, you should see log message saying
1 Themes for mytheme registered successfully.