Error 500?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rvorsten
    Junior Member
    • Mar 2022
    • 8

    Error 500?

    Out of no-where, my system suddenly only shows "Error 500". Empty screen, EspoCRM footer, a red text "Error 500". Nothing else.

    I have no clue what caused this, and how to trouble-shoot it. Any thoughts?

  • rvorsten
    Junior Member
    • Mar 2022
    • 8

    #2
    Ok, as so often, "Google was my friend". For some reason, my cache directory had its ownership changed to "root:root". Changing this back to my Apache server ("http:http") resolved the issue.

    How can it be that these ownership settings change? I am very certain they were set to http:http before...

    Any guidance is much appreciated!
    Ronald

    Comment

    • item
      Active Community Member
      • Mar 2017
      • 1476

      #3
      Hello,

      in espoCRM 7.x there are in data/config-internal.php

      'defaultPermissions' => [
      'user' => 1234,
      'group' => 1234
      ],

      we are still 6.1.x
      i don't know what's append to ours server VPS ( i have not control), now i have "permission issue" in cache folder since 1 week.
      when you clearCache, Rebuild.. 2-3 time error 500 .. then all work.
      it's really strange because i have never updated since longtime (only update extension)
      Last edited by item; 03-30-2022, 09:34 PM.
      If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

      Comment

      Working...