Announcement

Collapse
No announcement yet.

authentication required

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

  • authentication required

    Hi all,

    I'm having a bit of a rocky start with this crm, but i still love it and want to get it working properly, been through a lot of issues which i have been able to figure out but im now getting:

    "Authentication Required - The server http://mysite.com:80 requires and username and password."

    I have tried my admin password and username for the crm and it doesnt work, could some one help me please.
    Kind Regards
    David

  • #2
    Please check if these files exist:
    <espo-directory>/.htaccess
    <espo-directory>/api/v1/.htaccess
    Job Offers and Requests

    Comment


    • #3
      Hallo.
      Seit der Installation der Software erhalte ich den gleichen Fehler, wie "tarasm".
      In beiden Ordnern sind die .htaccess Dateien vorhanden.
      Dennoch muss ich bei jedem Aufruf der CRM-Website die Anmeldung / Authentifizierung vornehmen.

      Mein Webhoster konnte auf Anhieb keine Fehler feststellen.
      Die Frage ist, was ich nun machen muss, damit diese Fehlermeldung verschwindet?

      Über eine Hilfe würde ich mich sehr freuen!

      Mit besten Grüßen
      Alexander


      ----------------

      Google English Translate:

      Hello.
      Since installing the software I get the same error as "tarasm".
      In both folders .htaccess files exist.
      Nevertheless, I have to make the registration / authentication every time the CRM Web site.

      My web host could immediately detect any errors.
      The question is, what I now have to do, so this error will disappear?

      About help I would be very happy!

      Best regards
      Alexander

      Comment


      • #4
        I think, you have installed the FastCGI. Please print phpinfo() and check this info. If so, you have to enable HTTP_AUTHORIZATION in your virtual host:
        Code:
        <IfModule mod_fcgid.c>
          FcgidPassHeader Authorization
          FcgidPassHeader Proxy-Authorization
          FcgidPassHeader HTTP_AUTHORIZATION
        </IfModule>
        Job Offers and Requests

        Comment


        • #5
          Hallo,
          ich habe leider auch das Problem, das ic mich immer wieder per HTTP-Auth anmelden muss, was aber nicht geht. Wenn ich abbreche bkomme ich keinen Fehler sondern nur Bilder oder Thumbnails nicht angezeigt.
          Wenn Ich
          Code:
          <IfModule mod_fcgid.c>
            FcgidPassHeader Authorization
            FcgidPassHeader Proxy-Authorization
            FcgidPassHeader HTTP_AUTHORIZATION
          </IfModule>
          in meine .htaccess einfüge bekomme ich einen "500 Internal Server Error"

          Meine phpinfo ist unter dem Link:
          zu finden.
          Gebit es eine Anleitung den Fehler zu beseitigen.
          Gruß Oliver

          Google Translate:

          Hello,
          I have, unfortunately, the problem that I need to sign again via HTTP Auth what is not. If I stop I bkomme no mistake but only images or thumbnails not appear.
          If I
          Code:
          <IfModule mod_fcgid.c>
             FcgidPassHeader Authorization
             FcgidPassHeader Proxy Authorization
             FcgidPassHeader HTTP_AUTHORIZATION
          </ IfModule>
          insert in my .htaccess I get a "500 Internal Server Error"
          My phpinfo is the link:
          to find.
          Gebit there a guide to eliminate the error.
          Greeting Oliver

          Comment

          Working...
          X