Results 1 to 2 of 2

Thread: I can not create new records of my module Accounts2

  1. #1
    garciasanchezdaniel's Avatar
    garciasanchezdaniel is offline Sugar Community Member
    Join Date
    Aug 2011
    Location
    Spain
    Posts
    403

    Default I can not create new records of my module Accounts2

    Hello, I can not create new records as non-admin user
    this is the message that I see in the log

    09/16/11 12:38:47 [512][2236db67-7d5a-4fee-3711-4e60c27194bf][FATAL] Error: Se ha alcanzado el límite 1000 de consultas para el módulo Accounts2.

    how can I change this in order to know create new records?
    thanks

  2. #2
    garciasanchezdaniel's Avatar
    garciasanchezdaniel is offline Sugar Community Member
    Join Date
    Aug 2011
    Location
    Spain
    Posts
    403

    Default Re: I can not create new records of my module Accounts2

    I just solved it.
    I edited config.php

    PHP Code:
    'resource_management' => 
      array (
        
    'special_query_limit' => 50000,
        
    'special_query_modules' => 
        array (
          
    => 'Reports',
          
    => 'Export',
          
    => 'Import',
          
    => 'Administration',
          
    => 'Sync',
        ),
        
    'default_limit' => 1000// I have changed this value to 50000, and now it works:D
      
    ), 
    Could this change have side effects? Thanks friends

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: 2011-01-31, 09:06 AM
  2. Create and Update Records 报错
    By thinktodo in forum Chinese
    Replies: 2
    Last Post: 2010-03-01, 07:41 AM
  3. 关于Create and Update Records 功能
    By thinktodo in forum Chinese
    Replies: 2
    Last Post: 2009-08-28, 01:15 AM
  4. Replies: 0
    Last Post: 2009-08-06, 03:05 AM

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
  •