Error 404 or Bad Server Response

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yuri
    Member
    • Mar 2014
    • 8440

    #16
    I'm not a specialist of server configuration. Taras is, but he is not available this week.

    There are errors in your error log but not related with auth problems. Maybe they cause because auth window shows up. Do you have any customizations in your EspoCRM instance?
    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

    • shalmaxb
      Senior Member
      • Mar 2015
      • 1602

      #17
      Thank you. I have only customizations as fields, nothing in files or so. By the way the same happens with an entire new installation, too. No hurry, I can wait, until Taras had looked into that. I really want to get it running as I consider ExpoCRM one of the best!
      I would be happy to hear again, perhaps with some possible solutions.

      Comment

      • yuri
        Member
        • Mar 2014
        • 8440

        #18
        Do you have the same error "Column not found ... user.avatar .." on the fresh install ?
        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

        • shalmaxb
          Senior Member
          • Mar 2015
          • 1602

          #19
          Had a look into the fresh install and saw, that there does not exist such folder logs in /data. I put it there but no logs are created. Strange behaviour....

          Comment

          • tarasm
            Super Moderator
            • Mar 2014
            • 573

            #20
            Please check permission for /data directory. It should be writable.
            Job Offers and Requests

            Comment

            • tarasm
              Super Moderator
              • Mar 2014
              • 573

              #21
              Regarding "REDIRECT_HTTP_AUTHORIZATION", try to modify the file application/Espo/Core/Utils/Api/Auth.php line 56, replace the code:
              PHP Code:
              $authUsername = $req->headers('PHP_AUTH_USER');
               $authPassword = $req->headers('PHP_AUTH_PW'); 
              
              TO
              PHP Code:
              $authUsername = $req->headers('REDIRECT_PHP_AUTH_USER');
               $authPassword = $req->headers('REDIRECT_PHP_AUTH_PW'); 
              
              Job Offers and Requests

              Comment

              • shalmaxb
                Senior Member
                • Mar 2015
                • 1602

                #22
                Hello,
                I changed the code as proposed, but no other result unfortunately, getting still the Auth Dialogue.

                Comment

                • shalmaxb
                  Senior Member
                  • Mar 2015
                  • 1602

                  #23
                  Hello,
                  I would still like to try to solve my problem. First, I don`t get any logfiles anymore. The last one was created by the system o 10th of december, after that none. I did not change anything regarding this.
                  Without logfile it is difficult to see the causes for the main error. Still I am not able to use ESPO because of the described error.
                  I really would like to get it running and any help would be appreciated.
                  Thanks in advance.

                  Comment

                  Working...