问题
I just upgraded the Typo3 from 6.2.26 to 7.6.10, but the styles at the front page are all missing. Just the content and data from the DB shown on it. I guess maybe it was the loss of.
So, if there somebody met this question too, share your ideas with me. Looking for your advice, many thanks.
回答1:
First you should check if your JS/CSS files are present in the source code of your page. If they are, there are two possibilities, imo:
- your html is cached but the cache files were deleted/moved. Solution: clean your cache (the best is to clean it from the install tool -> "Important actions")
- Your baseURL/absRefPrefix is broken. I would advice to use
config.absRefPrefixinstead ofbaseURL(https://docs.typo3.org/typo3cms/TyposcriptReference/Setup/Config/Index.html)
来源:https://stackoverflow.com/questions/40126381/typo3-missing-all-the-stylescss-js-after-upgraded-from-6-2-x-to-the-7-6-10