Announcement

Collapse
No announcement yet.

Error 501

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

  • 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

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

    Comment


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


      • #4
        Ok. We will try to sort out.

        Comment


        • #5
          Okay you need a login to my server?

          Comment


          • #6
            Maybe. Will look on Monday. You can send credentials in private message.

            Comment


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


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


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

                  Comment


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