Control what your users can access and save time, money, and frustrations. Lock down sensitive data in SuiteCRM to specific groups or teams. Supports unlimited assigned users, unlimited group assignments to records, custom layouts for each group, login/sudo capabilities and much more.
#516 - Error ejecucuion de workflows
Cuando se ejecutan la tarea automática de worflows arroja los siguientes menajes de error
PHP Warning: include(metadata/securitygroups_acl_rolesMetaData.php): failed to open stream: No such file or directory in /srv/chroot/var/www/html/Cliente360/modules/TableDictionary.php on line 125 PHP Warning: include(): Failed opening 'metadata/securitygroups_acl_rolesMetaData.php' for inclusion (include_path='/srv/chroot/var/www/html/Cliente360/include/HTMLPurifier/standalone:/srv/chroot/var/www/html/Cliente360/include/..:.:/usr/share/php:/usr/share/pear') in /srv/chroot/var/www/html/Cliente360/modules/TableDictionary.php on line 125 PHP Warning: include(metadata/securitygroups_defaultsMetaData.php): failed to open stream: No such file or directory in /srv/chroot/var/www/html/Cliente360/modules/TableDictionary.php on line 126 PHP Warning: include(): Failed opening 'metadata/securitygroups_defaultsMetaData.php' for inclusion (include_path='/srv/chroot/var/www/html/Cliente360/include/HTMLPurifier/standalone:/srv/chroot/var/www/html/Cliente360/include/..:.:/usr/share/php:/usr/share/pear') in /srv/chroot/var/www/html/Cliente360/modules/TableDictionary.php on line 126 PHP Warning: include(metadata/securitygroups_recordsMetaData.php): failed to open stream: No such file or directory in /srv/chroot/var/www/html/Cliente360/modules/TableDictionary.php on line 127 PHP Warning: include(): Failed opening 'metadata/securitygroups_recordsMetaData.php' for inclusion (include_path='/srv/chroot/var/www/html/Cliente360/include/HTMLPurifier/standalone:/srv/chroot/var/www/html/Cliente360/include/..:.:/usr/share/php:/usr/share/pear') in /srv/chroot/var/www/html/Cliente360/modules/TableDictionary.php on line 127 PHP Warning: include(metadata/securitygroups_usersMetaData.php): failed to open stream: No such file or directory in /srv/chroot/var/www/html/Cliente360/modules/TableDictionary.php on line 128 PHP Warning: include(): Failed opening 'metadata/securitygroups_usersMetaData.php' for inclusion (include_path='/srv/chroot/var/www/html/Cliente360/include/HTMLPurifier/standalone:/srv/chroot/var/www/html/Cliente360/include/..:.:/usr/share/php:/usr/share/pear') in /srv/chroot/var/www/html/Cliente360/modules/TableDictionary.php on line 128 PHP Warning: include(metadata/securitygroups_acl_rolesMetaData.php): failed to open stream: No such file or directory in /srv/chroot/var/www/html/Cliente360/modules/TableDictionary.php on line 125 PHP Warning: include(): Failed opening 'metadata/securitygroups_acl_rolesMetaData.php' for inclusion (include_path='/srv/chroot/var/www/html/Cliente360/include/HTMLPurifier/standalone:/srv/chroot/var/www/html/Cliente360/include/..:.:/usr/share/php:/usr/share/pear') in /srv/chroot/var/www/html/Cliente360/modules/TableDictionary.php on line 125 PHP Warning: include(metadata/securitygroups_defaultsMetaData.php): failed to open stream: No such file or directory in /srv/chroot/var/www/html/Cliente360/modules/TableDictionary.php on line 126 PHP Warning: include(): Failed opening 'metadata/securitygroups_defaultsMetaData.php' for inclusion (include_path='/srv/chroot/var/www/html/Cliente360/include/HTMLPurifier/standalone:/srv/chroot/var/www/html/Cliente360/include/..:.:/usr/share/php:/usr/share/pear') in /srv/chroot/var/www/html/Cliente360/modules/TableDictionary.php on line 126 PHP Warning: include(metadata/securitygroups_recordsMetaData.php): failed to open stream: No such file or directory in /srv/chroot/var/www/html/Cliente360/modules/TableDictionary.php on line 127 PHP Warning: include(): Failed opening 'metadata/securitygroups_recordsMetaData.php' for inclusion (include_path='/srv/chroot/var/www/html/Cliente360/include/HTMLPurifier/standalone:/srv/chroot/var/www/html/Cliente360/include/..:.:/usr/share/php:/usr/share/pear') in /srv/chroot/var/www/html/Cliente360/modules/TableDictionary.php on line 127 PHP Warning: include(metadata/securitygroups_usersMetaData.php): failed to open stream: No such file or directory in /srv/chroot/var/www/html/Cliente360/modules/TableDictionary.php on line 128 PHP Warning: include(): Failed opening 'metadata/securitygroups_usersMetaData.php' for inclusion (include_path='/srv/chroot/var/www/html/Cliente360/include/HTMLPurifier/standalone:/srv/chroot/var/www/html/Cliente360/include/..:.:/usr/share/php:/usr/share/pear') in /srv/chroot/var/www/html/Cliente360/modules/TableDictionary.php on line 128
7 years ago
Hello,
When you check on the server does the metadata/securitygroups_usersMetaData.php file exist? If not, then you may need to reinstall. If so, then the file permissions may be preventing it from being able to access it during the workflow.
In both cases, it could be file permission related. Both reading the file or installing SecuritySuite can fail if file permissions are not correct. Here is a script that can be helpful with fixing permission issues: https://shanedowling.com/sugarcrm-permissions-script/.
There is also a chance that the default_permissions in your config.php in SuiteCRM need to be tweaked for your specific server OS so that new files get created with the correct permissions. This document can be helpful for that case: http://support.sugarcrm.com/Knowledge_Base/Platform_Management/Setting_Default_File_Permissions_and_Ownership_Via_config.php/index.html.
I hope this helps!
7 years ago
Hola verificando en el servidor los archivos allí mencionado no existen
7 years ago
Good to know. Not sure why that is in your case, but to resolve this issue unzip the SecuritySuite zip file and go to /install_dir/relationships/SecurityGroups. You will see these five files in there:
Copy all five of these into the /metadata directory of your install. Be sure that the file permissions are then correct. This should resolve the issue.
7 years ago
Just checking in to see how things are going with this. I'll close this case out for now, but feel free to comment if anything else comes up.