Has anyone else experienced the Search button, under Add Invitees for Calls, not working? What does it search? …users? …contact? …leads?
SuiteCRM
Version 7.1.5
Sugar Version 6.5.20 (Build 1001)
Has anyone else experienced the Search button, under Add Invitees for Calls, not working? What does it search? …users? …contact? …leads?
SuiteCRM
Version 7.1.5
Sugar Version 6.5.20 (Build 1001)
Replace
preg_match('/[\'"<>]/', $value, $matches);
With
preg_match('/\'"<>/', $value, $matches);
in util.php
It did not worked for me .
What steps should i follow after editing the utils.php
In what directory? I have found 2 files but none have that line.
include/util.php
Here is the line numbers
2137: // preg_match(’/[’"<>]/’, $value, $matches);
2138: preg_match(’/’"<>/’, $value, $matches);
P.S. If you’re a VIM user, enter “G 2137” or “/preg_match” and “/ [ENTER]” until you find it.
this didn’t work with me
neither for me…any real solution to that?! thanks