Permission error while upgrading 4.6.0 to 4.7.1

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rob209
    Junior Member
    • Jan 2017
    • 23

    #16

    Server configuration has not changed (I am admin) and password is stored in browser, so no error there.
    There is only a red box with "bad server response" at the top
    How can I debug this error?
    After click on login there is a request to /api/v1/App/user which results in 0 bytes response

    Comment

    • tanya
      Senior Member
      • Jun 2014
      • 4308

      #17
      Run rebuild.php from {your_espocrm_dir}
      Check espocrm logs ({your_espo_dir}/data/logs)

      Comment

      • rob209
        Junior Member
        • Jan 2017
        • 23

        #18
        I ran "php rebuild.php" from CLI and the output was
        Code:
        [2017-06-06 13:41:43] Espo.DEBUG: Schema\Converter - Start: building schema [] []
        [2017-06-06 13:41:43] Espo.DEBUG: Schema\Converter - End: building schema [] []
        It is now possible to login again

        Comment

        Working...