by eggsurplus

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.

Cancel at any time!
Free Trial

#516 - Error ejecucuion de workflows

Closed Bug? created by TIC Verified Purchase 6 years ago

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

  1. eggsurplus member avatar

    eggsurplus Provider Affiliate

    6 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!

  2. sbustos member avatar

    TIC Verified Purchase

    6 years ago

    Hola verificando en el servidor los archivos allí mencionado no existen

    • eggsurplus member avatar

      eggsurplus Provider Affiliate

      6 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:

      • securitygroups_acl_rolesMetaData.php
      • securitygroups_additionalusersMetaData.php
      • securitygroups_defaultsMetaData.php
      • securitygroups_messageMetaData.php
      • securitygroups_recordsMetaData.php

      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.

  3. eggsurplus member avatar

    eggsurplus Provider Affiliate

    6 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.

This case is public. Please leave out any sensitive information such as URLs, passwords, etc.
Saving Comment Saving Comment...
Rating
  • "The add-on itself was already a must for my SuiteCRM, which was missing this very important security feature. However, what surprised me the most was ..." - Davint

    Read More Reviews