Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-13298

Use mysql_free_result to free result sets which were requested using mysql_query()

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 3.1.1
    • 3.1.2-RC1
    • ACP, Other
    • None
    • - PHP 5.6.1
      - MySQL 5.5.36
      - phpBB 3.1.1
      - win7 x64

    Description

      MYSQL warning is displayed in ACP and also in ATOM Feed:

      Use mysql_free_result to free result sets which were requested using mysql_query()

      Appending such error to ATOM Feed causes FEED not to work on most readers.

      Also - error is printed although DEBUGs are not enabled in config.

      I fixed displaying the error by changing functions.php:

      if (defined('DEBUG'))

      { echo '<b>[phpBB Debug] ' . $error_name . '</b>: in file <b>' . $errfile . '</b> on line <b>' . $errline . '</b>: <b>' . $msg_text . '</b><br />' . "\n"; }

      But still problem is that MySQL warning is present.

      Attachments

        1. screenshot.png
          81 kB
          zuber [X]

        Issue Links

          Activity

            People

              nickvergessen Joas Schilling
              zuber zuber [X] (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: