Results 1 to 3 of 3

Thread: Message at the end of home page

  1. #1
    cibo001 is offline Sugar Community Member
    Join Date
    Jul 2006
    Posts
    12

    Default Message at the end of home page

    I have this message at the end of home page

    Warning: Unknown: 1 result set(s) not freed. Use mysql_free_result to free result sets which were requested using mysql_query() in Unknown on line 0


    What I have to do ?


    When I try to modify contacts or Company details I have a not found PAGE and I must restart IIS to access home page.

    I do not have other error message.

  2. #2
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: Message at the end of home page

    Yes, I've seen these errors recently on Windows installations. I assume you are using Windows? This is just a warning about not reclaiming memory - but it's not a problem.

    To get rid of the 'mysql_free_result' error set a different error level in the php.ini file - comment out the existing and set it to 0:

    // error_reporting(E_ALL ^ E_NOTICE);
    error_reporting(0);
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  3. #3
    cibo001 is offline Sugar Community Member
    Join Date
    Jul 2006
    Posts
    12

    Default Re: Message at the end of home page

    Many thanks.

    Can you help me also in my second problem?


    I use relase 4.2.0.d with IIS and win XP

    When I try to modify a contact or Company details the server comes stopped.
    I have "a not found PAGE" error and I must restart IIS to access home page.

    I do not have other error message and I do not know how investigate


    best regards

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
  •