Skip to content

Anyone having CSS problems after updating? #969

Discussion options

You must be logged in to vote

I think I know what happened. Direct access to the system folder is not allowed, so the core maps system files via a virtual location. This virtual mapping has changed in the new release and it could have broken your theme. Can you try the following and move the myTheme folder from system/extensions/myTheme to system/themes/myTheme. Possibly adjust the virtual location in your HTML files. It's now the same virtual location for layouts/themes/workers. Here is an example folder structure:

├── content               
├── media                 
└── system                  <- direct access to the system folder is not allowed
    ├── extensions
    ├── layouts
    ├── themes
    │   └── myTheme …

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by PetersOtto
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@annaesvensson
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants