I receive an Error 500 message in all areas when I try to make a search in global search field.
Error 500 global search
Collapse
X
-
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