User Interface settings

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nickh
    Member
    • Jun 2018
    • 67

    User Interface settings

    We have three instances of EspoCRM running - all 5.7.11 due to MySQL support. One instance has issue with Administration->User Interface. Clicking on the link does nothing. Debug shows error (attached). Can anybody point me in the right direction as to where to start to look? All other Administration page items load correctly and settings are saved - it is only the UI settings that fails.
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    You need to fix "dashboardLayout" in data/config.php. For some reason the value is corrupted. Try to set it with an empty array or remove it.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • nickh
      Member
      • Jun 2018
      • 67

      #3
      Thanks Yuri - as always - removing the value did the trick.

      Comment

      Working...