Error 501

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • grafikeye
    Junior Member
    • Aug 2014
    • 18

    Error 501

    Hello,

    i have install EspoCrm 2.4.0. My Problem is, when i will save in Administration i have a error 501. A company or a costumer save works. Only save in Administration save do not works. What is the Problem?

    Thanks
  • yuri
    Member
    • Mar 2014
    • 8586

    #2
    Hi.

    We didn't faced 501 error before. Can you look into your server logs? Maybe your server doesn't recognize some request we send. Maybe PATCH request.

    Thanks
    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

    • grafikeye
      Junior Member
      • Aug 2014
      • 18

      #3
      Error

      Code:
      PATCH http://web43.webgo24-server23.de/manager/api/v1/Settings 501 (Not Implemented)
      x.support.cors.e.crossDomain.send
      x.extend.ajax
      e.ajax
      e.sync
      i.extend.sync
      i.extend.save
      Dep.extend.save
      Dep.extend.actionSave
      Dep.extend.events.click .button-container button
      x.event.dispatch
      y.handle
      Last Apache Log

      Code:
      [Sat Aug 16 15:08:39 2014] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
      [Sat Aug 16 15:08:39 2014] [notice] Digest: generating secret for digest authentication ...
      [Sat Aug 16 15:08:39 2014] [notice] Digest: done
      [Sat Aug 16 15:08:40 2014] [notice] Apache/2.2.22 (Debian) DAV/2 SVN/1.6.17 PHP/5.4.30 mod_ssl/2.2.22 OpenSSL/1.0.1e configured -- resuming normal operations
      [Sat Aug 16 17:13:39 2014] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
      [Sat Aug 16 17:13:39 2014] [notice] Digest: generating secret for digest authentication ...
      [Sat Aug 16 17:13:39 2014] [notice] Digest: done
      [Sat Aug 16 17:13:40 2014] [notice] Apache/2.2.22 (Debian) DAV/2 SVN/1.6.17 PHP/5.4.30 mod_ssl/2.2.22 OpenSSL/1.0.1e configured -- resuming normal operations
      Last Espocrm Log

      Code:
      [2014-08-16 14:25:35] Espo.ERROR: Json::decode(): [] []
      [2014-08-16 14:38:50] Espo.ERROR: Json::decode(): [] []
      [2014-08-16 14:38:50] Espo.ERROR: Json::decode(): [] []
      I Hope you can help.
      Attached Files
      Last edited by grafikeye; 08-16-2014, 03:56 PM.

      Comment

      • yuri
        Member
        • Mar 2014
        • 8586

        #4
        Ok. We will try to sort out.
        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

        • grafikeye
          Junior Member
          • Aug 2014
          • 18

          #5
          Okay you need a login to my server?

          Comment

          • yuri
            Member
            • Mar 2014
            • 8586

            #6
            Maybe. Will look on Monday. You can send credentials in private message.
            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

            • tarasm
              Super Moderator
              • Mar 2014
              • 573

              #7
              Your server doesn't support HTTP PATCH method. Your server for PATCH metchod returns "This method may not be used.".
              Here you can find a solution http://stackoverflow.com/questions/2...active#tab-top
              Job Offers and Requests

              Comment

              • scdzaak
                Member
                • Aug 2014
                • 51

                #8
                For me I get the next error in the production server:

                (
                [controller] => Admin
                [action] => uploadUpgradePackage
                )
                , InputData: - It's not an uprgade package. [] []
                [2014-08-22 11:21:34] Espo.ERROR: Display Error: It's not an uprgade package., Code: 500 URL: /api/v1/Admin/action/uploadUpgradePackage [] []

                I used the upgrade file 2.3 to 2.4.0

                Any idea ?

                Comment

                • paladin80
                  Junior Member
                  • Aug 2014
                  • 11

                  #9
                  Try to download the update package, not installer.
                  Update is here: http://sourceforge.net/projects/espo...0.zip/download

                  Comment

                  • scdzaak
                    Member
                    • Aug 2014
                    • 51

                    #10
                    Found the problem:

                    In the Apache2 config area;

                    <directory>
                    items
                    </directory>

                    I had placed the 'limit request size'item :
                    LimitRequestBody 512000

                    After removing the line .. the upgrade was fine !
                    So be carefull with extra Dds attack rules in the apache2 engine.

                    Regards,

                    Eric

                    Comment

                    Working...