Results 1 to 7 of 7

Thread: javascript files Access Denied

  1. #1
    kurt.maderal is offline Senior Member
    Join Date
    Jun 2009
    Posts
    66

    Unhappy javascript files Access Denied

    Hi,

    I'm getting javascript error:

    Access Denied:
    sugar_grp1_yui.js

    This happens from the Knowledge Base module Browse Tab upon clicking either one
    of the items listed in the tree.

    File permission on Sugar root directory are all set 777 but still have access denied errors.

    I wonder what happened but my Test & Dev system are all working fine but not the Production system.

    Production system is in HTTPS

    SugarEnt550RC4


    Thanks & regards.
    Last edited by kurt.maderal; 2010-05-19 at 06:37 AM.

  2. #2
    kurt.maderal is offline Senior Member
    Join Date
    Jun 2009
    Posts
    66

    Default Re: javascript files Access Denied

    Also tried transferring the said file to another directory but no luck...

  3. #3
    AlexAv's Avatar
    AlexAv is offline Sugar Community Member
    Join Date
    Oct 2009
    Location
    Ukraine
    Posts
    922

    Default Re: javascript files Access Denied

    Hi Kurt,

    Can you give a link to your SugarCRM?
    Letrium ltd. - Only high quality service
    http://letrium.com

  4. #4
    kurt.maderal is offline Senior Member
    Join Date
    Jun 2009
    Posts
    66

    Default Re: javascript files Access Denied

    Hi,

    Sorry but link is NOT accessible to outside users.

    I'm not so sure if sugar_grp1_yui.js has something to do with accessing some links on the net.

    I found same issues for this but no replies.


    Regards,

  5. #5
    AlexAv's Avatar
    AlexAv is offline Sugar Community Member
    Join Date
    Oct 2009
    Location
    Ukraine
    Posts
    922

    Default Re: javascript files Access Denied

    Maybe this will help.

    Change the default_permissions in the config.php

    This change

    PHP Code:
    ...
        
    'default_permissions' =>
        array (
        
    'dir_mode' => 1528,
        
    'file_mode' => 432,
        
    'user' => '',
        
    'group' => '',
        ),
    ... 

    To this
    PHP Code:
    ...
         
    'default_permissions' => 
      array (
        
    'dir_mode' => 1533,
        
    'file_mode' => 436,
        
    'user' => '',
        
    'group' => '',
      ),
    ... 
    And then set 755 permissions for the cache directory.

    chmod -R 755 ../cache
    Letrium ltd. - Only high quality service
    http://letrium.com

  6. #6
    ramji123 is offline Sugar Community Member
    Join Date
    Nov 2006
    Location
    Bangalore, India
    Posts
    266

    Default Re: javascript files Access Denied

    Hi,

    I am using sugar6.0.1 pro version

    i am getting the same permission denied error.

    i changed the config.php default permission and cache folder permission after that also i am getting same problem

    Please reply ASAP.

    Regards,
    Ramji

  7. #7
    ramji123 is offline Sugar Community Member
    Join Date
    Nov 2006
    Location
    Bangalore, India
    Posts
    266

    Default Re: javascript files Access Denied

    Hi,

    I fixed my knowledge base "Browse" problem.
    I changed the "site_url" parameter in config.php file to the url which people are connecting sugarcrm.

    FYI

    http://apps.sugarcrm.com/forums/showthread.php?t=57841

    Regards,
    Ramji

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Access denied to database
    By sugartooth in forum Installation and Upgrade Help
    Replies: 1
    Last Post: 2009-04-29, 11:22 AM
  2. Need help PLEASE !- localhost - access denied
    By Shawnesc in forum Installation and Upgrade Help
    Replies: 4
    Last Post: 2007-08-17, 09:36 AM
  3. Step 7: Access denied for...
    By iceytina in forum Installation and Upgrade Help
    Replies: 1
    Last Post: 2006-12-29, 04:51 PM
  4. Access denied for to use: ' @localhost '
    By yudala in forum General Discussion
    Replies: 3
    Last Post: 2005-12-08, 09:57 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •