Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: ajax error popup

  1. #1
    mathias.nohall is offline Junior Member
    Join Date
    Oct 2011
    Posts
    1

    Default ajax error popup

    Hello!

    Im getting this weird error whenever I click on a a new page in Version 6.4.0beta2 (Build 7080).

    Basicly its a giant blank popup window saying that an error has accured with some text at the bottom saying "If this error persists, please have your administrator disable Ajax for this module"

    Name:  error.png
Views: 702
Size:  79.8 KB

  2. #2
    yurikuzn is offline Sugar Community Member
    Join Date
    Oct 2011
    Location
    Ukraine, Chernivtsi
    Posts
    16

    Default Re: ajax error popup

    Hi

    Check this thread http://www.sugarcrm.com/forums/f168/error-75971/. Should be fixed in beta3

  3. #3
    mllockwood is offline Junior Member
    Join Date
    Jan 2012
    Posts
    2

    Default Re: ajax error popup

    I am having same problems right now in 6.3.1. Does anyone know how to resolve it?

  4. #4
    Long Tran is offline Junior Member
    Join Date
    Feb 2012
    Posts
    2

    Default Re: ajax error popup

    Quote Originally Posted by mllockwood View Post
    I am having same problems right now in 6.3.1. Does anyone know how to resolve it?
    This is caused by an ajax error.

    you can disable ajax by adding the line:

    $sugar_config['disableAjaxUI'] = true;

    to your config_override.php file.

    Best of luck

  5. #5
    Long Tran is offline Junior Member
    Join Date
    Feb 2012
    Posts
    2

    Default Re: ajax error popup

    Ok, I dug a little deeper and at least for me the ajax error is just a symptom of a permissions problem.

    In the config.php file the permissions were set as

    PHP Code:
    'default_permissions' => 
        array ( 
        
    'dir_mode' => 1528
        
    'file_mode' => 432
        
    'user' => ''
        
    'group' => ''
        ), 
    All the files sugarCRM was creating weren't giving enough permissions.

    I changed the values to:

    PHP Code:
    'default_permissions' => 
        array ( 
        
    'dir_mode' => 1533
        
    'file_mode' => 436
        
    'user' => ''
        
    'group' => ''
        ), 
    which gives the files and directories extra permissions.

    Next step is to delete everything in the /cache folder so sugarCRM can rebuild everything with the extra permissions.

    After that, give it a go.

    This seems to have cleared everything up. However I'm not sure what the implications of this are. I'll need to look into what files and directories are created and see if there are any issues with security.

    Best of luck.

  6. #6
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: ajax error popup

    If your SugarCRM is installed into a Linux box I suggest you to specify the user and group as well.

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  7. #7
    sduesman is offline Junior Member
    Join Date
    Feb 2012
    Posts
    1

    Default Re: ajax error popup

    Quote Originally Posted by andopes View Post
    If your SugarCRM is installed into a Linux box I suggest you to specify the user and group as well.

    Cheers
    What should the permissions to be set to for user and group?

  8. #8
    mahe23 is offline Sugar Community Member
    Join Date
    May 2007
    Posts
    107

    Default Re: ajax error popup

    Hi all,
    I have same error after upgrading from 6.2.4 to 6.3.1.

    1. when I switch off Ajax, it works perfect
    2. I changed parameters in config.php like this:

    Code:
    PHP Code:
    'default_permissions' =>  
        array (  
        'dir_mode' => 1533,  
        'file_mode' => 436,  
        'user' => '',  
        'group' => '',  
        ),
    But the error still exist when switching on Ajax.
    ________________________________________
    M. Hettinger

  9. #9
    debbiekipt is offline Sugar Community Member
    Join Date
    Jan 2012
    Posts
    22

    Default Re: ajax error popup

    Hi
    I am having the same issue with a clean install of newly downloaded 6.4 today 23.02.12

    If anyone can tell me how to remove my company logo, I can test to see if it works OK without (sorry I can't find how to remove it)

    I turned off Ajax on the 'home' module and it did then move forwards without the error.

    Is there any negative to turning off Ajax?

    Many thanks for any help :-)

    PS I'm not a coder - so simple please :-)

  10. #10
    mahe23 is offline Sugar Community Member
    Join Date
    May 2007
    Posts
    107

    Default Re: ajax error popup

    ...Problem still exists...

    does someone has an idea...
    ________________________________________
    M. Hettinger

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Inline ajax "popup"
    By franckt in forum Feature Requests
    Replies: 0
    Last Post: 2010-11-30, 03:59 PM
  2. Error Popup
    By kinshibuya in forum Help
    Replies: 2
    Last Post: 2009-07-17, 09:05 PM
  3. Popup error
    By umeshIT in forum Developer Help
    Replies: 4
    Last Post: 2009-03-06, 05:23 AM
  4. AJAX/JavaScript quicksearch in popup
    By sanjeev1225 in forum Developer Help
    Replies: 7
    Last Post: 2008-06-04, 07:48 PM

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
  •