Announcement

Collapse
No announcement yet.

Assistance Required: Error 500 and Search Functionality Issue in Espo CRM

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

  • Assistance Required: Error 500 and Search Functionality Issue in Espo CRM

    Greetings to the developers,
    I am encountering an issue within my Espo CRM instance. Whenever I perform a global search, I am encountering an "Error 500" message along with the following error description: "Could not handle 'order' for 'Note'." Consequently, the search functionality is not operational. I am seeking guidance on how to rectify this issue.
    For your reference, I have attached the relevant log.
    Thank you for your assistance.
    Best regards,
    yubraj Kafle


    Logs

    [2023-08-12 11:26:04] DEBUG: BPM: processPendingFlows [] []
    [2023-08-12 11:26:04] DEBUG: BPM: processTriggeredSignals [] []
    [2023-08-12 11:26:04] DEBUG: API (0) Could not handle 'order' for 'Note'.; GET /GlobalSearch; Route pattern: /GlobalSearch; Route params: Array ( [controller] => GlobalSearch [action] => search ) [] []
    [2023-08-12 11:26:04] ERROR: (0) Could not handle 'order' for 'Note'.; GET /GlobalSearch; line: 2264, file: /home/abc.com/public_html/application/Espo/ORM/QueryComposer/BaseQueryComposer.php [] []






  • #2
    Hi,

    just remove the Note entity from global search or remove the parameter order from text search attributes of Note entity.

    Comment


    • #3
      Kharg Thank you , problem solved

      Comment

      Working...
      X