Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-12937

Without config file, extract($phpbb_config_php_file->get_all()); breaks

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.1.0-RC3
    • 3.1.0-RC2
    • None
    • None

      When cloning the latest develop version there's no config.php file included. This causes the extract function in common.php to break:

      $phpbb_config_php_file = new \phpbb\config_php_file($phpbb_root_path, $phpEx);
      extract($phpbb_config_php_file->get_all());

            bantu Andreas Fischer [X] (Inactive)
            Derky Derky
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: