Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Joe Codino 25 posts 125 karma points
    Feb 22, 2016 @ 17:40
    Joe Codino
    0

    Blank pages in admin site

    After upgrading from 7.3.x to 7.4.1 I can't see any page in the admin area. Every form has the style "display:none" applied.

    <form novalidate="" name="contentForm" ng-controller="Umbraco.Editors.Content.EditController" ng-show="loaded" ng-submit="save()" val-form-manager="" class="ng-scope ng-pristine ng-valid ng-valid-required" style="display: none;">
    

    Where can I find the code that hides the form to check what's wrong?

    enter image description here

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Feb 22, 2016 @ 18:22
    Jan Skovgaard
    0

    Hi Joe

    After you did the upgrade did you then try to bump the version number in the /config/ClientDependency.config file? This should clear the Umbraco backoffice cache, which might be the issue.

    Do you see any errors in the console log?

    /Jan

  • Joe Codino 25 posts 125 karma points
    Feb 22, 2016 @ 20:17
    Joe Codino
    0

    Updated clientdependency file more than once. I noticed that the entire "installed plugins" folder was missing but all the plugins were active. I tried to reinstall all the plugins, but with no luck. Still the blank pages, no error in the js console (only the missing gravatar image)

  • Joe Codino 25 posts 125 karma points
    Feb 22, 2016 @ 20:43
    Joe Codino
    0

    It's a problem with Chrome only, without any js error.

  • Kin 30 posts 172 karma points
    Feb 22, 2016 @ 23:00
    Kin
    0
    1. Open the developper tools panel (usually F12).
    2. In the Network tab, check Disable cache.
    3. Refresh.

    Should fix it. :)

  • Joe Codino 25 posts 125 karma points
    Feb 23, 2016 @ 07:23
    Joe Codino
    0

    It works! Should I leave Disable cache checked forever? Many thanks!

  • Sebastiaan Janssen 5045 posts 15476 karma points MVP admin hq
    Feb 23, 2016 @ 08:29
    Sebastiaan Janssen
    0

    Thanks for reporting, we'll fix this in the next release : http://issues.umbraco.org/issue/U4-8060

    You don't need to leave disable cache turned on. It might work from now on but if it doesn't then make sure you clear the cache completely.

Please Sign in or register to post replies

Write your reply to:

Draft