Results 1 to 2 of 2

Thread: Table behaving badly.

  1. #1
    damocles is offline Sugar Community Member
    Join Date
    Feb 2006
    Posts
    38

    Default Table behaving badly.

    We have a table that is behaving poorly, and I don’t know where to begin. It seems like leads_cstm will not allow any rewrite of data. We’ve successfully created new records but after the initial save no changes or updates can be saved, this includes our needed second save for the customization we’ve done. Until this is fixed we are back to using an archaic backup system.

    Any help is greatly appreciated,

    David

    Apache 2, PHP 4.3.11, Mysql 4.1.1.16, Sugar 4.2.1d, Debian Standard

  2. #2
    sadek's Avatar
    sadek is offline Sugar Team Member
    Join Date
    Sep 2005
    Posts
    244

    Default Re: Table behaving badly.

    * Edit config.php and change the following directives
    *** 'dump_slow_queries' => true,
    *** 'slow_query_time_msec' => -1,
    * Go to the problematic page that you suspect is causing the issue
    * Clear the sugarcrm.log (or rename it)
    * Perform the action that will generate the query
    * Copy the sugarcrm.log to a new location
    * Change the 'dump_slow_queries' and 'slow_query_time_msec' back to what they were set to before changing

    Once you have done this, please attach your sugarcrm.log so I can take a look at the query being generated. It's probably failing, which is why you can't modify the custom fields.

    -Sadek

Thread Information

Users Browsing this Thread

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

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
  •