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

Make create_schema_files.php runnable when phpBB is not installed yet

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.1.0-b3
    • 3.1.0-b2
    • None
    • None

      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

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

              Created:
              Updated:
              Resolved: