Announcement

Collapse
No announcement yet.

Error 404 or Bad Server Response

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #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?

    Comment


    • #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


      • #18
        Do you have the same error "Column not found ... user.avatar .." on the fresh install ?

        Comment


        • #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


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

            Comment


            • #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


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

                Comment


                • #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...
                  X