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

Correctly check for double inclusion in captcha garbage collection

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 3.0.7-PL1
    • 3.0.8-RC1
    • Sessions
    • None
    • PHP Environment: 5.2.6
      Database: 5.1.25

    Description

      (Just hosing my apache error logs for new errors after 305->307-PL1 upgrade.)

      This code is only called on session garbage collect but there is a conditional load of the class phpbb_captcha_factory prior to calling phpbb_captcha_factory::garbage_collect. The only prob is that your test @ line 980 is

      if (!class_exists('captcha_factory'))

      not

      if (!class_exists('phpbb_captcha_factory'))

      //Terry

      Attachments

        Activity

          People

            Kellanved Kellanved [X] (Inactive)
            TerryE TerryE [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: