Announcement

Collapse
No announcement yet.

Can create and delete entries but not edit/update - error 500 - Bad Server Response

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

  • Can create and delete entries but not edit/update - error 500 - Bad Server Response

    Hi,

    I'm hoping someone would be able to help me with some issues I have been having,

    I have just installed EspoCRM and have not been able to get it working.

    At login, I see "Bad Server Response" messages come up.

    When I create a User or an Account I see the same message appear, although it looks like creating and deleting entries work despite the message.

    However, when I try updating information, it wont allow me. I try to update existing entries' (Accounts or Users) information, and get "Bad Server Response" and "Error 500".

    Looking at the logs, these are the messages:


    [2016-09-09 15:47:05] Espo.ERROR: Display Error: bosauthsmtp07: Host 66.96.183.1: No unauthenticated relaying permitted , Code: 500 URL: /api/v1/User/passwordChangeRequest [] []

    [2016-09-09 15:47:28] Espo.ERROR: API [POST]:/User/passwordChangeRequest, Params:Array ( ) , InputData: {"userName":"geordie","emailAddress":"geordie@b inn ers.ca","url":"http://crm.binners.ca/"} - Could not read from aceaway.ipage.com [] []

    [2016-09-10 15:44:34] Espo.WARNING: E_WARNING: array_key_exists() expects parameter 2 to be array, string given {"code":2,"message":"array_key_exists() expects parameter 2 to be array, string given","file":"/hermes/bosnaweb24a/b565/ipg.aceaway/EspoCRM/application/Espo/Services/User.php","line":244,"context":{"id":"57d2d87abddb 17a27","data":"","newPassword":null}} []

    If anyone has any idea how I could fix this, I would really appreciate it.

    Thank you
    Last edited by sbotero; 09-11-2016, 10:51 PM.

  • #2
    Hi,

    Seems your server doesn't support PATCH requests. You need to enable it.

    Comment

    Working...
    X