#872 - Can't access to 'module uploader'
I can't event access to the module uploader. Below is the message we have. Although we have applied the directions, it still does not even work. Can you please help?
Possible Cross Site Request Forgery (XSRF) Attack Detected
If you think this is a mistake please ask your administrator to add the following site to the acceptable referer list
crm.lampiris-isol.be
Click here for directions to add this site to the acceptable referer list
Directions:
On your file system go to the root of your SugarCRM instance
Open the file config_override.php. If it does not exist, create it. (it should be at the same level as index.php and config.php)
Make sure the file starts with
<?php
followed by a new line
Add the following line to your config_override.php file
$sugar_config['http_referer']['list'][] = 'crm.lampiris-isol.be';
Save the file and it should work
Attempted action (UpgradeWizard):
If you feel this is a valid action that should be allowed from any referer, add the following to your config_override.php file
$sugar_config['http_referer']['actions'] =array( 'index', 'ListView', 'DetailView', 'EditView', 'oauth', 'authorize', 'Authenticate', 'Login', 'SupportPortal', 'UpgradeWizard' );
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago