Announcement

Collapse
No announcement yet.

Error 500 global search

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

  • Error 500 global search

    I receive an Error 500 message in all areas when I try to make a search in global search field.

  • #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',
    )

    Comment


    • #3
      I found this entrys in config.php

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

      Comment


      • #4
        Remove Prospect

        Comment

        Working...
        X