#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
*Module Loader
10 years ago
Hi Jeremy, if you login to your Sugar instance, click "Admin" and then click "Module Loader" does the error still occur?
If you're still having the issues you may want to verify all of your file permissions are set correctly with Sugar on the web server it's running. Here are a few links that may help:
http://support.sugarcrm.com/04_Find_Answers/02KB/02Administration/100Install/Setting_File_Permissions_and_Ownership_in_config.php/ http://forums.sugarcrm.com/f3/sugarcrm-permissions-50083/ http://support.sugarcrm.com/04_Find_Answers/02KB/02Administration/100Install/Required_File_System_Permissions_on_Linux/
Let me know how it goes. Thanks!
10 years ago
Hi Jeremy, just wanted to follow up on this.
Any lunch with getting past the module loader issues?
Thanks!
10 years ago
Solution just found right here >> http://www.spamcollect.com/archives/142
10 years ago
Good find!