Error 500 global search

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • haggy
    Junior Member
    • Jun 2014
    • 17

    Error 500 global search

    I receive an Error 500 message in all areas when I try to make a search in global search field.
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    Take a look to data/config.php. There is parameter named 'globalSearchEntityList'

    Maybe there is not existing entity.

    Set it
    array (
    0 => 'Account',
    1 => 'Contact',
    2 => 'Lead',
    3 => 'Opportunity',
    )
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • haggy
      Junior Member
      • Jun 2014
      • 17

      #3
      I found this entrys in config.php

      array (
      0 => 'Account',
      1 => 'Contact',
      2 => 'Lead',
      3 => 'Prospect',
      4 => 'Opportunity',
      ),

      Comment

      • yuri
        Member
        • Mar 2014
        • 8440

        #4
        Remove Prospect
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        Working...