Problem with meeting

Hi there, I just installed (not upgrade) suitecrm version 7.5.1

When I create a meeting, go to Invitees tab and type text into First Name/Last Name/Email field, then click Search button but not
appear list contact and user (also I have demo contact list)
I tried: Admin -> Repair -> Quick Repair and Rebuild but still not working.

Please help me this problem, because that very important with my company when upgrade new version.

Hi,

This works for me in SuiteCRM 7.5.1

If you attempt it on our demo instance at: https://suitecrm.com/demo

Does it work there for you?

If so, it could be that your instance of SuiteCRM has incorrect permission settings.

We usually recommend the following commands to set permissions for SuiteCRM:

sudo chown -R <user>:<group> .
sudo chmod -R 755 .
sudo chmod -R 775 cache custom modules themes data upload config_override.php

(Replace and with your Apache / IIS user’s name and group)
(I.e, For Ubuntu it will likely become: sudo chown -R www-data:www-data .)

Hi, thank for feedback

It is work with demo instance at: suitecrm.com/demo
I setup suitecrm on window environment (WAPP Stack), so I not set permission for folder suitecrm from the first setup to finish.

Please help me for this case!
Thank,

Hi there,

I solved this problem. The final story here is the version of PHP.
I use Open Server for test change between PHP versions.
It is ok with version PHP 5.5 and not ok with 5.6, 5.7
(Use mysql 5.6)

Please, you can check above that and feedback with me.

Thank,