Hi,
after updating sugarcrm from 2.0.x to 2.5.1b, i get 2 errors :
- Warning: You do not have permission to access this module =>when i clic on "activities" then "emails"
- Warning: main(include/utils/security_utils.php): failed to open stream: No such file or directory in /var/www/html/SugarSuite/include/utils.php on line 32
=>when invoking pop3 (outbox and inbox.php as far the patch is concerned). I corrected it by changing the code in {sugarcrm}/include/utils.php | line 32 : include('include/utils/security_utils.php'); replaced by include('utils/security_utils.php');
Do you get those errors ?
Regards,
Florent
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
after updating sugarcrm from 2.0.x to 2.5.1b, i get 2 errors :
- Warning: You do not have permission to access this module =>when i clic on "activities" then "emails"
- Warning: main(include/utils/security_utils.php): failed to open stream: No such file or directory in /var/www/html/SugarSuite/include/utils.php on line 32
=>when invoking pop3 (outbox and inbox.php as far the patch is concerned). I corrected it by changing the code in {sugarcrm}/include/utils.php | line 32 : include('include/utils/security_utils.php'); replaced by include('utils/security_utils.php');
Do you get those errors ?
Regards,
Florent
Up!! :)
Nobody get those errors ?