Announcement

Collapse
No announcement yet.

Bad server response during edit

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

  • Bad server response during edit

    I have an error: Bad server response after click save in every section.
    I had 2.6 version and there was everything ok after upgrading to 2.7 (and 2.7.2) the problem starts occur
    I have the following lines in error_log:
    [01-Dec-2014 12:26:10 UTC] PHP Fatal error: Cannot unset string offsets in
    /home/application/Espo/Services/Record.php on line 326

    After downgrading to 2.6 i have the same problem.
    Reinstal doesn't fix the problem
    Last edited by tzmudzinski; 12-01-2014, 02:15 PM.

  • #2
    I'm experiencing a similar issue with 3.4.2, I have a bad server response error every time is sign in, or try and save an entity, it even prevents me from creating(leads, but not the other entities)...

    Comment


    • #3
      here's what the log is saying, the object m_opportunity was deleted but for some reason it's still saying a link exists

      (
      [controller] => Lead
      )
      , InputData: - SQLSTATE[42S02]: Base table or view not found: 1146 Table 'php.m_opportunity' doesn't exist [] []
      [2015-07-09 15:46:17] Espo.ERROR: Display Error: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'php.m_opportunity' doesn't exist, Code: 42S02 URL: /api/v1/Lead?maxSize=40&offset=0&sortBy=createdAt&asc=fals e [] []
      [2015-07-09 15:46:43] Espo.ERROR: API [POST]:/:controller, Params:Array
      (
      [controller] => Lead
      )
      , InputData: {"assignedUserId":"559e779609982b264","assignedUse rName":"mariella tes","firstName":"test","lastName":"test","status" :"New","salutationName":"","accountName":"test","e mailAddressData":[{"emailAddress":"test@ggmail.com","primary":true," optOut":false,"invalid":false}],"emailAddress":"test@ggmail.com","phoneNumberData ":[],"phoneNumber":null,"title":"","doNotCall":false," addressPostalCode":"","addressStreet":"","addressS tate":"","addressCity":"","addressCountry":"","web site":"","source":"","opportunityAmount":null,"opp ortunityAmountCurrency":null,"campaignName":null," campaignId":null,"description":"","teamsIds":[],"teamsNames":{}} - SQLSTATE[42S02]: Base table or view not found: 1146 Table 'php.m_opportunity' doesn't exist [] []
      [2015-07-09 15:46:43] Espo.ERROR: Display Error: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'php.m_opportunity' doesn't exist, Code: 42S02 URL: /api/v1/Lead [] []
      [2015-07-09 15:46:45] Espo.ERROR: API [POST]:/:controller, Params:Array
      (
      [controller] => Lead
      )

      Comment

      Working...
      X