I’m using SuiteCRM 7.11.8
I can’t add, delete or edit the dashlets for some reason. The permissions are set to 775, but still nothing. In the JS log it says:
About adding:
[Error] TypeError: undefined is not an object (evaluating 'SUGAR.mySugar.showDashletsDialog')
(anonieme functie) (retrievePage.js:46)
dispatch (sugar_grp1_jquery.js:3:6450)
handle (sugar_grp1_jquery.js:3:3225)
trigger (sugar_grp1_jquery.js:3:5558)
(anonieme functie) (sugar_grp1_jquery.js:3:11528)
each (sugar_grp1_jquery.js:2:2887)
each (sugar_grp1_jquery.js:2:852)
trigger (sugar_grp1_jquery.js:3:11501)
show (sugar_grp1_jquery.js:12:14555)
(anonieme functie) (sugar_grp1_jquery.js:12:13845)
each (sugar_grp1_jquery.js:2:2887)
each (sugar_grp1_jquery.js:2:852)
(anonieme functie) (sugar_grp1_jquery.js:12:19563)
dispatch (sugar_grp1_jquery.js:3:6450)
handle (sugar_grp1_jquery.js:3:3225)
About deleting:
[Error] TypeError: undefined is not an object (evaluating 'SUGAR.mySugar.deleteDashlet')
onclick (Scriptelement 3:1)
About editing:
[Error] TypeError: undefined is not an object (evaluating 'SUGAR.mySugar.configureDashlet')
onclick (Scriptelement 4:1)
How can I fix this and where can I find the folder to fix this issue?