error 405

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • net4u
    Junior Member
    • Sep 2014
    • 6

    error 405

    Hi,

    What means "Error 405" that is fired in red in the top of page on certain save operations? (e.g. when I try to add a logo, or when I want to add some extra info to the admin user profile, such as name etc.)
  • tarasm
    Super Moderator
    • Mar 2014
    • 573

    #2
    Your server doesn't support PUT HTTP method.
    EspoCRM uses CRUD http://en.wikipedia.org/wiki/Create,...ate_and_delete. Your server should allow GET, PUT, POST, PUT, PATCH, DELETE HTTP methods.
    Job Offers and Requests

    Comment

    • net4u
      Junior Member
      • Sep 2014
      • 6

      #3
      thank you. I enabled all verbs for php-cgi.exe and now is working well

      Comment

      • net4u
        Junior Member
        • Sep 2014
        • 6

        #4
        coming back... Is any workaround for making things working but also keeping WebDAV installed on IIS? Because WebDAV still necessarily to other projects... If I uninstall WebDAV, Espo working well, I have WebDAV installed some save operations works well, some not: e.g. if I want to upload and save a new logo, I am throw out to the login screen. Any way, in all cases if I want to change the logo image, the new one is not visible (in inspector image source is like this: <img src="?entryPoint=LogoImage&amp;size=small-logo"> ; anyway I checked in attachments table and there is ok, also in upload folder the file with corresponding id exists).

        Comment

        Working...