Hi There,
It’s been a while so sorry if this is easy.
We have an Evo site where certain pages are not loading any CSS. When when view the source HTML and compare it to pages that are loading the CSS, we notice no Base URL is loading for these pages.
Not sure how to trouble shoot the issue or why this is.
We see this behvior in two sections of the site. The affected all have the following in common:
- they’re 2 levels deep
- both use the tag plug-in.
Any help or pointers would be much appreciated as the site is live!
Cheers
Ben
Maybe the template for those pages doesn’t have the <base href="[(site_url)]" /> in the <head> section?
Afraid not, I’ve never seen that message before, maybe someone else has.
-
MODX Staff
- 730 Posts
cms, you didn’t happen to change any of the html in _manager_ pages, did you?
The error you’re seeing comes from Apache. It can happen if your browser tries to POST something to a static resource, or other various related issues. It sounds like your manager page’s Save POST is not getting to the right place. Maybe also a bad redirect somewhere?