I have a strange issue: after clicking search in Advanced filter I have infinitely reload page. Also this issue I have after I click on “Save Changes” in CHOOSE COLUMNS.
https://drive.google.com/file/d/1hI2nR9hbBpVblBYc74jqKjynJAjU5eNC/view
In my listview script I haven’t reload page js code. If I comment all hooks the issue is stay.
What is your “List view script”?
Is it throwing any errors? Check your logs
suitecrm.log
php_errors.log
browser developer console
Accessed js file in List View. When I installed crm in suitecrm.log wrote this errors
Fri May 18 15:24:14 2018 [10904][1][FATAL] SugarBean::populateDefaultValues $field_defs should be an array
Fri May 18 16:00:59 2018 [13812][1][FATAL] SugarBean::populateDefaultValues $field_defs should be an array
Fri May 18 16:12:46 2018 [15469][1][FATAL] SugarBean::populateDefaultValues $field_defs should be an array
Fri May 18 16:19:53 2018 [16870][1][FATAL] SugarBean::populateDefaultValues $field_defs should be an array
Fri May 18 16:20:42 2018 [13812][1][FATAL] SugarBean::populateDefaultValues $field_defs should be an array
Fri May 18 16:21:38 2018 [10904][1][FATAL] SugarBean::populateDefaultValues $field_defs should be an array
Fri May 18 16:48:51 2018 [15469][1][FATAL] SugarBean::populateDefaultValues $field_defs should be an array
Fri May 18 16:55:06 2018 [16870][1][FATAL] SugarBean::populateDefaultValues $field_defs should be an array
Fri May 18 16:55:51 2018 [13812][1][FATAL] SugarBean::populateDefaultValues $field_defs should be an array
Fri May 18 16:57:41 2018 [16870][1][FATAL] SugarBean::populateDefaultValues $field_defs should be an array
Fri May 18 17:39:12 2018 [22315][1][FATAL] SugarBean::populateDefaultValues $field_defs should be an array
Fri May 18 19:30:01 2018 [24616][1][FATAL] SugarBean::populateDefaultValues $field_defs should be an array
Mon May 21 11:32:05 2018 [3557][1][FATAL] SugarBean::populateDefaultValues $field_defs should be an array
Mon May 21 12:13:02 2018 [3228][1][FATAL] SugarBean::populateDefaultValues $field_defs should be an array
Mon May 21 12:36:07 2018 [9683][1][FATAL] SugarBean::populateDefaultValues $field_defs should be an array
Mon May 21 12:43:30 2018 [3231][1][FATAL] SugarBean::populateDefaultValues $field_defs should be an array
Mon May 21 13:03:11 2018 [9241][1][FATAL] SugarBean::populateDefaultValues
Maybe It is one of log wrote when the issue happened
Fri Jul 13 16:28:33 2018 [15339][1][FATAL] SugarBean::populateDefaultValues $field_defs should be an array
Fri Jul 13 16:33:58 2018 [15334][1][FATAL] IP Address mismatch: SESSION IP: 46.133.201.179 CLIENT IP: 37.73.148.77
Mon Jul 16 08:08:50 2018 [9892][1][FATAL] SugarBean::populateDefaultValues $field_defs should be an array
Mon Jul 16 08:09:18 2018 [19591][1][FATAL] SugarBean::populateDefaultValues
In developer console I have only this error. It was connection of plugin from code example.I don’t think, that it is the reason
/assets/cities.json:1 Failed to load resource: the server responded with a status of 404 (Not Found)
/assets/citynames.json:1 Failed to load resource: the server responded with a status of 404 (Not Found)
That “should be an array” error was already fixed, which version are you using?
I advise upgrading to 7.10.7, and then trying a few Repairs from Admin / Repair ( QR & R, and also anything Javascript related)