Results 1 to 2 of 2

Thread: For optimal experience using IIS/FastCGI sapi, set fastcgi.logging to 0 in your php.i

  1. #1
    mittul's Avatar
    mittul is offline Sugar Community Member
    Join Date
    Aug 2011
    Posts
    84

    Question For optimal experience using IIS/FastCGI sapi, set fastcgi.logging to 0 in your php.i

    hello .. i have just put my sugar crm 6.2.1 online..

    everything working fine except from this below error ..

    --------------------------------
    For optimal experience using IIS/FastCGI sapi, set fastcgi.logging to 0 in your php.ini file.
    --------------------------------

    this error is coming in every page right from the index.php file to every page after i log in ..


    i went to below tutorial.. .

    http://www.sugarcrm.com/forums/f115/...n-error-53135/

    i commented the code as per the above link suggested .. but yet m getting this error ..

    i have also used the following code in index.php at the top of the page code ..

    ------------------------------------
    ini_set('fastcgi.logging', 0);
    ------------------------------------

    but still m getting this error ..

    could some one help me how to remove this error .

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

    Default Re: For optimal experience using IIS/FastCGI sapi, set fastcgi.logging to 0 in your p

    Quote Originally Posted by mittul View Post
    hello .. i have just put my sugar crm 6.2.1 online..

    everything working fine except from this below error ..

    --------------------------------
    For optimal experience using IIS/FastCGI sapi, set fastcgi.logging to 0 in your php.ini file.
    --------------------------------

    this error is coming in every page right from the index.php file to every page after i log in ..


    i went to below tutorial.. .

    http://www.sugarcrm.com/forums/f115/...n-error-53135/

    i commented the code as per the above link suggested .. but yet m getting this error ..

    i have also used the following code in index.php at the top of the page code ..

    ------------------------------------
    ini_set('fastcgi.logging', 0);
    ------------------------------------

    but still m getting this error ..

    could some one help me how to remove this error .
    You need to set this in the php.ini file itself; it's isn't handled correctly when done via the ini_set() call.
    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. Replies: 1
    Last Post: 2011-10-13, 07:49 AM
  2. fastcgi.logging=0 impossible
    By anibol in forum Installation and Upgrade Help
    Replies: 1
    Last Post: 2011-02-21, 06:04 PM
  3. SugarCRM and FastCGI problem
    By Dave_Du in forum Installation and Upgrade Help
    Replies: 2
    Last Post: 2010-03-15, 12:26 PM
  4. fastcgi.logging to 0 in your php.ini file
    By aproweb2 in forum Installation and Upgrade Help
    Replies: 3
    Last Post: 2010-03-03, 05:59 PM
  5. Replies: 5
    Last Post: 2009-06-15, 03:50 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
  •