문제

I have installed Vtiger CRM and i started working on it. I am trying to change the privileges for administrators and for other profiles in CRM Settings->Profiles but nothing is getting saved after WASP, before that till PBX Manager its getting saved.

Someone please help me why this is happening. Its been 3 days am finding out the solution. But couldn't help. Please help me .

Thanks in advance

도움이 되었습니까?

해결책

do you have Suhosin patch installed on your server? If yes the problem is suhosin.request.max_array_depth or suhosin.request.max_vars

다른 팁

It' usually has to be with php configuration, there's a option in the php.ini file: "max_input_vars", change the default value and increase it. I guess default it's to 1000, try 3000.

If you are using php 5.3, that option does not exist, just add it to the php.ini file

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top