Greetings
Versión 7.11.4
Sugar Versión 6.5.25 (Compilación 344)
I have to constantly and manually delete CACHE folder, to resolver USERS no able to SELECT from subpanels.
Example: assigning a user
From time to time, in a daily basis, the user CANT select from Subpanels and a JavascriptVoid(0) message shows on bottom of broswer. If I delete cache, everything works as normal
I know its maybe a permissions, issues, I did Ad in config.php
default_permissions’ =>
array (
‘dir_mode’ => 1533, // equivalent to octal to 2775
‘file_mode’ => 493, // equivalent to octal to 755
‘user’ => ‘’, // you must replace with the actual value
‘group’ => ‘consttw3’, // you must replace with the actual value
),
Instead of just resetting permissions, have a look at them first, when the subpanels don’t work. Are the ownerships and permissions on cache correct? If they are, then you know the problem is something else.
There have been recent fixes to selections in subpanels. I would definitely try upgrading to the latest version.
Or the upcoming one: ETA for 7.10.19 & 7.11.7 is 30th July.
I’m interested in the permissions and ownerships before deleting, not after. When your system is broken, are the settings correct?
You could have CRON jobs running as a different user, breaking your ownerships. You could have wrong values in default_permissions inside config.php, etc.