Results 1 to 9 of 9

Thread: ModuleBuilder error

  1. #1
    changtraingheo is offline Junior Member
    Join Date
    Nov 2011
    Posts
    9

    Default ModuleBuilder error

    I created module use Module builder, when i create dropdown menu, i get error

    Warning: This script isn't in the allowed_admin_path setting! in D:\UniServer7.0.9\www\sugar\include\SugarCache\Sug arCache.php on line 117 {"west":{"title":"Packages","crumb":"","content":{ "tree_data":{"nodes":[{"data":{"label":"account_type_dom","id":"package_ tree\/account_type_dom","action":"module=ModuleBuilder&a ction=dropdown&view_package=studio&dropdown_name=a ccount_type_dom","href":"javascript:void(0);"},"cu stom":{"dynamicload":false,"dynamicloadfunction":" loadDataForNode","expanded":false}},{"data":...... ..............
    error text very long. how to fix it. My version 6.4.0 beta3

  2. #2
    jmertic is offline Sugar Community Manager
    Join Date
    Dec 2007
    Posts
    2,224

    Default Re: ModuleBuilder error

    Quote Originally Posted by changtraingheo View Post
    I created module use Module builder, when i create dropdown menu, i get error



    error text very long. how to fix it. My version 6.4.0 beta3
    Have you done any customizations to this instance? Can you also reproduce in 6.3.0RC3?
    John Mertic
    Sugar Community Manager

  3. #3
    changtraingheo is offline Junior Member
    Join Date
    Nov 2011
    Posts
    9

    Default Re: ModuleBuilder error

    i try install 6.3.0RC3 .. but still this error, u can look over this image

  4. #4
    jmertic is offline Sugar Community Manager
    Join Date
    Dec 2007
    Posts
    2,224

    Default Re: ModuleBuilder error

    Quote Originally Posted by changtraingheo View Post
    i try install 6.3.0RC3 .. but still this error, u can look over this image
    Not seeing the image; looks like the link to it is broken.
    John Mertic
    Sugar Community Manager

  5. #5
    changtraingheo is offline Junior Member
    Join Date
    Nov 2011
    Posts
    9

    Default Re: ModuleBuilder error

    I was fix link image

  6. #6
    jmertic is offline Sugar Community Manager
    Join Date
    Dec 2007
    Posts
    2,224

    Default Re: ModuleBuilder error

    Quote Originally Posted by changtraingheo View Post
    I was fix link image
    Can you add a bug for this at http://bugs.sugarcrm.cok and I can escalate it internally?
    John Mertic
    Sugar Community Manager

  7. #7
    changtraingheo is offline Junior Member
    Join Date
    Nov 2011
    Posts
    9

    Default Re: ModuleBuilder error

    Line 177 on SugarCache.php is function eaccelerator_clear() ... I see in this phpinfo about eAccelertor and see as follows:



    but D:/UniServer7.0.9/home/admin/www/plugins/eaccelerator/control.php and D:/UniServer7.0.9/tmp/eaccelerator not found. I think that was the reason get error "This script isn't in the allowed_admin_path setting!". If not, i will add this bug for SugarCRM Bug Tracker | Open Source Business & Social CRM - SugarCRM

    Thanks

  8. #8
    jmertic is offline Sugar Community Manager
    Join Date
    Dec 2007
    Posts
    2,224

    Default Re: ModuleBuilder error

    Quote Originally Posted by changtraingheo View Post
    Line 177 on SugarCache.php is function eaccelerator_clear() ... I see in this phpinfo about eAccelertor and see as follows:



    but D:/UniServer7.0.9/home/admin/www/plugins/eaccelerator/control.php and D:/UniServer7.0.9/tmp/eaccelerator not found. I think that was the reason get error "This script isn't in the allowed_admin_path setting!". If not, i will add this bug for SugarCRM Bug Tracker | Open Source Business & Social CRM - SugarCRM

    Thanks
    I think you are exactly right. Please add the bug for this, and also if you like you can submit a pull request at http://github.com/sugarcrm/sugarcrm_dev with the fix so we can pull it in for 6.3.1.

    Thanks for the great work!
    John Mertic
    Sugar Community Manager

  9. #9
    jmertic is offline Sugar Community Manager
    Join Date
    Dec 2007
    Posts
    2,224

    Default Re: ModuleBuilder error

    Quote Originally Posted by changtraingheo View Post
    Line 177 on SugarCache.php is function eaccelerator_clear() ... I see in this phpinfo about eAccelertor and see as follows:



    but D:/UniServer7.0.9/home/admin/www/plugins/eaccelerator/control.php and D:/UniServer7.0.9/tmp/eaccelerator not found. I think that was the reason get error "This script isn't in the allowed_admin_path setting!". If not, i will add this bug for SugarCRM Bug Tracker | Open Source Business & Social CRM - SugarCRM

    Thanks
    One idea of a fix I'm thinking of could be to change:

    PHP Code:
    eaccelerator_clear(); 
    to:

    PHP Code:
    @eaccelerator_clear(); 
    This should suppress the error message.
    John Mertic
    Sugar Community Manager

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. note getting error in the ModuleBuilder
    By akkimca in forum Help
    Replies: 1
    Last Post: 2010-10-21, 04:41 AM
  2. Replies: 2
    Last Post: 2010-06-15, 07:15 AM
  3. Enhancements for Modulebuilder
    By gunni in forum Feature Requests
    Replies: 1
    Last Post: 2007-12-18, 02:50 PM
  4. TeamsOS y ModuleBuilder
    By joan.galvis in forum Español
    Replies: 1
    Last Post: 2007-11-13, 02:58 AM
  5. Manuel ModuleBuilder
    By sanocli in forum Français
    Replies: 3
    Last Post: 2007-06-06, 01:55 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
  •