-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong jQueryPath in Backend #17
Comments
I digged a little bit deeper into this. If I change content on a page the clearCachePostProc fills the pageIdArray with all pages which are on the same level as the page i worked on. I think there should be a check if the pid is a valid id for frontend display before initializing the TypoScriptFrontendController. |
feel free to make an pull request for that ;) Best Regards Philipp |
Do you have any hints why travis failed with my pull request? |
the Frontend sets the |
Closing issue, since it is not relevant to recent versions and more. |
Hi,
when saving a content-element in backend. jQuery will be loaded from wrong url. There is a duplicate typo3 in path. (eg: https://test.domain.local/typo3/typo3/sysext/core/Resources/Public/JavaScript/Contrib/jquery/jquery-2.1.4.min.js)
I searched in the sourcecode and found, that generating GLOBALS['TSFE'] in function initFrontend in Class Mittwald\Varnishcache\Service\FrontendUrlGenerator causes this.
Why is this nessesary?
I commented it out and this solves my problem:
`
`
Regards
Heiko
The text was updated successfully, but these errors were encountered: