Discussion:
[TYPO3-english] typo3 8.7.8 / 7.6.23 SSL backend missing parts
Christian Zoffoli
2017-11-14 15:20:51 UTC
Permalink
Hi to all,
I've a setup based on nginx SSL only. After updating to 7.6.23 I cannot see the right part in the backend ...so I cannot edit anything.
I can see only menu and the tree.

I've tried to update to 8.7.8 and I've the same problem.

If I switch all to HTTP I can see everything. I've seen similar bugs in your bugzilla but I've not found a solution for my setup

Do you have any hints?
Mikel
2017-11-14 15:55:31 UTC
Permalink
Can you open the browser console to find out, if there are any error messages?
Maybe some parts are loaded by HTTP only, so the browser avoids to display them.
Try to delete all caches (TYPO3 as well as your browser cache).

Mikel
Florian Rival
2017-11-14 16:01:18 UTC
Permalink
Hi,
May be you have the same problem described there : https://forge.typo3.org/issues/80312
--
-- Florian Rival --
www.oktopuce.fr
Christian Zoffoli
2017-11-14 16:26:18 UTC
Permalink
thank you for your answers ...looking to the links you pointed me I've found the problem.

In my setup I have

add_header X-Frame-Options DENY;

in the console there was an error related to this DENY

Loading...