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

Make create_schema_files.php runnable when phpBB is not installed yet

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 3.1.0-b2
    • 3.1.0-b3
    • None
    • None

    Description

      Currently the script requires phpBB to be set up:

      include($phpbb_root_path . 'common.' . $phpEx);
       
      $classes = $phpbb_container->get('ext.manager')
      ->get_finder()
      ->core_path('phpbb/')
      ->directory('db/migration/data')
      ->get_classes();

      Additional it can only be called from within the develop/ directory

      Attachments

        Activity

          People

            nickvergessen Joas Schilling
            nickvergessen Joas Schilling
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: