Hi all,
The suiteCRm version is 7.1.1
The browser is Firefox 24.0
There is an error when I click Create button in AOS_Contracts module using a regular user, but no error using admin user.
I disable the AOS_Contracts module in the Ajax. then repair, but no use.
so I capture the log file for help.

Thanks a lot,
Chris
This error exists in IE 10 also.
Hello,
can anyone help me to fix it? thanks.
look to config.php, there is an entry like that:
âresource_managementâ =>
array (
âspecial_query_limitâ => 50000,
âspecial_query_modulesâ =>
array (
0 => âReportsâ,
1 => âExportâ,
2 => âImportâ,
3 => âAdministrationâ,
4 => âSyncâ,
),
âdefault_limitâ => 1000,
),
Just add your module in the list of special_query_modules.
1 Like