Uncaught ReferenceError: module_sugar_grp1 is not defined
sugar_grp1_jquery.js?v=sfLbjH9Z4-gOLwaNeRURBA:4 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help, check http://xhr.spec.whatwg.org/
Hi,
Have you recently upgraded your SuiteCRM instance?
If so, from what version did you upgrade?
What version did you upgrade to?
Could you try the steps posted by MatthewJones here: https://suitecrm.com/forum/suitecrm-7-0-discussion/6052-how-to-enable-inline-editing-in-7-3-step-by-step#21804
and let me know if this resolves your issue.
I have upgraded from 7.4beta1 to 7.4beta2 recently. After try the method you sent me, it still have the same problem. attached the regarding picture, error display, config.php detail. I am trying to upgrade to 7.4.3, wish will work.
, already upgrade to 7.4.3, still have the same problem.
chrome console show – Uncaught ReferenceError: module_sugar_grp1 is not defined, does there missing some js files?
Hi,
Make sure that the permissions on your instance are set correctly.
We usually recommend the following commands to set the values:
sudo chmod -R 755 .
sudo chmod -R 775 cache custom modules themes data upload config_override.php
Also, Ensure that the owner of the files/Folders is the same as your Apache/IIS user.
You can do this with the command line command:
sudo chown -R : .
(Replace and with the Apache/IIS user’s username and group.)
Then, Go to your config.php file and find the default_permissions array:
array (
'dir_mode' => ,
'file_mode' => ,
'user' => '',
'group' => '',
),
Set these values to:
array (
‘dir_mode’ => 1517,
‘file_mode’ => 420,
‘user’ => ‘’,
‘group’ => ‘’,
),
Again, replace and with your Apache or IIS user’s username and group.
If you have issue with setting these permissions, let me know
If you set these permissions, does the issue resolve?
it still have the same proble when I click the icon show me --There was an error loading the field. Your session may have timed out. Please log in again to fix this.hmm…
I deploy the suitecrm on openshift. working under the PHP 5.3 MySQL 5.5 . system log display a lot of --Fri Jul 17 08:54:26 2015 [87035][1][FATAL] Caught error: Undefined property: Lead::$follow_button_c, and
Fri Jul 17 09:45:24 2015 [10832][dc4a0fdb-027b-2fc0-df29-5598dfd455b4][FATAL] Caught error: Undefined property: Lead::$follow_button_c. Does these message help?