PHP   1. {main}() /var/www/www.phpbb.com/website-current/old/community/bin/phpbbcli.php:0
PHP   2. Symfony\Component\Console\Application->run($input = class Symfony\Component\Console\Input\ArgvInput { protected $definition = class Symfony\Component\Console\Input\InputDefinition { private array $arguments = [...]; private int $requiredCount = 1; private ?Symfony\Component\Console\Input\InputArgument $lastArrayArgument = NULL; private ?Symfony\Component\Console\Input\InputArgument $lastOptionalArgument = NULL; private array $options = [...]; private array $negations = [...]; private array $shortcuts = [...] }; protected $stream = NULL; protected $options = []; protected $arguments = ['command' => 'db:migrate']; protected $interactive = TRUE; private array $tokens = [0 => 'db:migrate']; private array $parsed = [] }, $output = *uninitialized*) /var/www/www.phpbb.com/website-current/old/community/bin/phpbbcli.php:95
PHP   3. Symfony\Component\Console\Application->doRun($input = class Symfony\Component\Console\Input\ArgvInput { protected $definition = class Symfony\Component\Console\Input\InputDefinition { private array $arguments = [...]; private int $requiredCount = 1; private ?Symfony\Component\Console\Input\InputArgument $lastArrayArgument = NULL; private ?Symfony\Component\Console\Input\InputArgument $lastOptionalArgument = NULL; private array $options = [...]; private array $negations = [...]; private array $shortcuts = [...] }; protected $stream = NULL; protected $options = []; protected $arguments = ['command' => 'db:migrate']; protected $interactive = TRUE; private array $tokens = [0 => 'db:migrate']; private array $parsed = [] }, $output = class Symfony\Component\Console\Output\ConsoleOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private bool $decorated = TRUE; private array $styles = [...]; private Symfony\Component\Console\Formatter\OutputFormatterStyleStack $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(2) of type (stream); private Symfony\Component\Console\Output\OutputInterface $stderr = class Symfony\Component\Console\Output\StreamOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... }; private $stream = resource(3) of type (stream) }; private array $consoleSectionOutputs = [] }) /var/www/www.phpbb.com/website-current/old/community/vendor/symfony/console/Application.php:175
PHP   4. Symfony\Component\Console\Application->doRunCommand($command = class phpbb\console\command\db\migrate { private ?Symfony\Component\Console\Application ${Symfony\Component\Console\Command\Command}application = class phpbb\console\application { private array ${Symfony\Component\Console\Application}commands = [...]; private bool ${Symfony\Component\Console\Application}wantHelps = FALSE; private ?Symfony\Component\Console\Command\Command ${Symfony\Component\Console\Application}runningCommand = ...; private string ${Symfony\Component\Console\Application}name = 'phpBB Console'; private string ${Symfony\Component\Console\Application}version = '4.0.0-a1-dev'; private ?Symfony\Component\Console\CommandLoader\CommandLoaderInterface ${Symfony\Component\Console\Application}commandLoader = NULL; private bool ${Symfony\Component\Console\Application}catchExceptions = TRUE; private bool ${Symfony\Component\Console\Application}catchErrors = FALSE; private bool ${Symfony\Component\Console\Application}autoExit = TRUE; private Symfony\Component\Console\Input\InputDefinition ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private Symfony\Component\Console\Helper\HelperSet ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ?Symfony\Contracts\EventDispatcher\EventDispatcherInterface ${Symfony\Component\Console\Application}dispatcher = class phpbb\event\dispatcher { ... }; private Symfony\Component\Console\Terminal ${Symfony\Component\Console\Application}terminal = class Symfony\Component\Console\Terminal { ... }; private string ${Symfony\Component\Console\Application}defaultCommand = 'list'; private bool ${Symfony\Component\Console\Application}singleCommand = FALSE; private bool ${Symfony\Component\Console\Application}initialized = TRUE; private ?Symfony\Component\Console\SignalRegistry\SignalRegistry ${Symfony\Component\Console\Application}signalRegistry = class Symfony\Component\Console\SignalRegistry\SignalRegistry { ... }; private array ${Symfony\Component\Console\Application}signalsToDispatchEvent = [...]; protected $config = class phpbb\config\db { ... }; protected $language = class phpbb\language\language { ... } }; private ?string ${Symfony\Component\Console\Command\Command}name = 'db:migrate'; private ?string ${Symfony\Component\Console\Command\Command}processTitle = NULL; private array ${Symfony\Component\Console\Command\Command}aliases = []; private Symfony\Component\Console\Input\InputDefinition ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private array $arguments = [...]; private int $requiredCount = 0; private ?Symfony\Component\Console\Input\InputArgument $lastArrayArgument = NULL; private ?Symfony\Component\Console\Input\InputArgument $lastOptionalArgument = NULL; private array $options = [...]; private array $negations = [...]; private array $shortcuts = [...] }; private bool ${Symfony\Component\Console\Command\Command}hidden = FALSE; private string ${Symfony\Component\Console\Command\Command}help = ''; private string ${Symfony\Component\Console\Command\Command}description = 'Updates the database by applying migrations.'; private ?Symfony\Component\Console\Input\InputDefinition ${Symfony\Component\Console\Command\Command}fullDefinition = class Symfony\Component\Console\Input\InputDefinition { private array $arguments = [...]; private int $requiredCount = 1; private ?Symfony\Component\Console\Input\InputArgument $lastArrayArgument = NULL; private ?Symfony\Component\Console\Input\InputArgument $lastOptionalArgument = NULL; private array $options = [...]; private array $negations = [...]; private array $shortcuts = [...] }; private bool ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ?Closure ${Symfony\Component\Console\Command\Command}code = NULL; private array ${Symfony\Component\Console\Command\Command}synopsis = []; private array ${Symfony\Component\Console\Command\Command}usages = []; private ?Symfony\Component\Console\Helper\HelperSet ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private array $helpers = [...] }; protected $user = class phpbb\user { public $cookie_data = [...]; public $page = [...]; public $data = [...]; public $browser = ''; public $referer = ''; public $forwarded_for = ''; public $host = ''; public $session_id = ''; public $ip = '127.0.0.1'; public $load = 0; public $time_now = 0; public $update_session_page = TRUE; protected $language = class phpbb\language\language { ... }; public $style = [...]; public $date_format = ''; public $timezone = NULL; protected $datetime = '\\phpbb\\datetime'; public $lang_name = FALSE; public $lang_id = FALSE; public $lang_path = '/var/www/www.phpbb.com/website-current/old/community/bin/../language/'; public $img_lang = NULL; public $img_array = [...]; protected $is_setup_flag = FALSE; public $keyoptions = [...]; public $profile_fields = NULL }; protected $migrator = class phpbb\db\migrator { protected $container = class Symfony\Component\DependencyInjection\ContainerBuilder { ... }; protected $config = class phpbb\config\db { ... }; protected $db = class phpbb\db\driver\factory { ... }; protected $db_tools = class phpbb\db\tools\doctrine { ... }; protected $helper = class phpbb\db\migration\helper { ... }; protected $table_prefix = 'community_'; protected $tables = [...]; protected $tools = [...]; protected $phpbb_root_path = '/var/www/www.phpbb.com/website-current/old/community/bin/../'; protected $php_ext = 'php'; protected $migrations_table = 'community_migrations'; protected $migration_state = [...]; protected $migrations = [...]; protected $fulfillable_migrations = [...]; protected $last_run_migration = [...]; protected $output_handler = class phpbb\db\output_handler\log_wrapper_migrator_output_handler { ... } }; protected $extension_manager = class phpbb\extension\manager { protected $container = class Symfony\Component\DependencyInjection\ContainerBuilder { ... }; protected $db = class phpbb\db\driver\factory { ... }; protected $config = class phpbb\config\db { ... }; protected $finder_factory = class phpbb\finder\factory { ... }; protected $cache = class phpbb\cache\service { ... }; protected $extensions = [...]; protected $extension_table = 'community_ext'; protected $phpbb_root_path = '/var/www/www.phpbb.com/website-current/old/community/bin/../'; protected $cache_name = '_ext' }; protected $config = class phpbb\config\db { protected $config = [...]; protected $cache = class phpbb\cache\driver\file { ... }; protected $db = class phpbb\db\driver\factory { ... }; protected $table = 'community_config' }; protected $cache = class phpbb\cache\service { private $cache_purge_deferred = FALSE; protected $driver = class phpbb\cache\driver\file { ... }; protected $config = class phpbb\config\db { ... }; protected $db = class phpbb\db\driver\factory { ... }; protected $dispatcher = class phpbb\event\dispatcher { ... }; protected $phpbb_root_path = '/var/www/www.phpbb.com/website-current/old/community/bin/../'; protected $php_ext = 'php' }; protected $log = class phpbb\log\log { protected $is_in_admin = FALSE; protected $disabled_types = [...]; protected $entry_count = NULL; protected $last_page_offset = NULL; protected $log_table = 'community_log'; protected $db = class phpbb\db\driver\factory { ... }; protected $user = class phpbb\user { ... }; protected $auth = class phpbb\auth\auth { ... }; protected $dispatcher = class phpbb\event\dispatcher { ... }; protected $phpbb_root_path = '/var/www/www.phpbb.com/website-current/old/community/bin/../'; protected $phpbb_admin_path = '/var/www/www.phpbb.com/website-current/old/community/bin/../adm/'; protected $php_ext = 'php' }; protected $phpbb_root_path = '/var/www/www.phpbb.com/website-current/old/community/bin/../'; protected $filesystem = class phpbb\filesystem\filesystem { protected $chmod_info = [...]; protected $working_directory = NULL; protected $symfony_filesystem = class Symfony\Component\Filesystem\Filesystem { ... } }; protected $language = class phpbb\language\language { protected $common_language_files = [...]; protected $common_language_files_loaded = TRUE; protected $default_language = 'en'; protected $user_language = NULL; protected $language_fallback = [...]; protected $lang = [...]; protected $loaded_language_sets = [...]; protected $loader = class phpbb\language\language_file_loader { ... } } }, $input = class Symfony\Component\Console\Input\ArgvInput { protected $definition = class Symfony\Component\Console\Input\InputDefinition { private array $arguments = [...]; private int $requiredCount = 1; private ?Symfony\Component\Console\Input\InputArgument $lastArrayArgument = NULL; private ?Symfony\Component\Console\Input\InputArgument $lastOptionalArgument = NULL; private array $options = [...]; private array $negations = [...]; private array $shortcuts = [...] }; protected $stream = NULL; protected $options = []; protected $arguments = ['command' => 'db:migrate']; protected $interactive = TRUE; private array $tokens = [0 => 'db:migrate']; private array $parsed = [] }, $output = class Symfony\Component\Console\Output\ConsoleOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private bool $decorated = TRUE; private array $styles = [...]; private Symfony\Component\Console\Formatter\OutputFormatterStyleStack $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(2) of type (stream); private Symfony\Component\Console\Output\OutputInterface $stderr = class Symfony\Component\Console\Output\StreamOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... }; private $stream = resource(3) of type (stream) }; private array $consoleSectionOutputs = [] }) /var/www/www.phpbb.com/website-current/old/community/vendor/symfony/console/Application.php:324
PHP   5. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArgvInput { protected $definition = class Symfony\Component\Console\Input\InputDefinition { private array $arguments = [...]; private int $requiredCount = 1; private ?Symfony\Component\Console\Input\InputArgument $lastArrayArgument = NULL; private ?Symfony\Component\Console\Input\InputArgument $lastOptionalArgument = NULL; private array $options = [...]; private array $negations = [...]; private array $shortcuts = [...] }; protected $stream = NULL; protected $options = []; protected $arguments = ['command' => 'db:migrate']; protected $interactive = TRUE; private array $tokens = [0 => 'db:migrate']; private array $parsed = [] }, $output = class Symfony\Component\Console\Output\ConsoleOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private bool $decorated = TRUE; private array $styles = [...]; private Symfony\Component\Console\Formatter\OutputFormatterStyleStack $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(2) of type (stream); private Symfony\Component\Console\Output\OutputInterface $stderr = class Symfony\Component\Console\Output\StreamOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... }; private $stream = resource(3) of type (stream) }; private array $consoleSectionOutputs = [] }) /var/www/www.phpbb.com/website-current/old/community/vendor/symfony/console/Application.php:1096
PHP   6. phpbb\console\command\db\migrate->execute($input = class Symfony\Component\Console\Input\ArgvInput { protected $definition = class Symfony\Component\Console\Input\InputDefinition { private array $arguments = [...]; private int $requiredCount = 1; private ?Symfony\Component\Console\Input\InputArgument $lastArrayArgument = NULL; private ?Symfony\Component\Console\Input\InputArgument $lastOptionalArgument = NULL; private array $options = [...]; private array $negations = [...]; private array $shortcuts = [...] }; protected $stream = NULL; protected $options = []; protected $arguments = ['command' => 'db:migrate']; protected $interactive = TRUE; private array $tokens = [0 => 'db:migrate']; private array $parsed = [] }, $output = class Symfony\Component\Console\Output\ConsoleOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private bool $decorated = TRUE; private array $styles = [...]; private Symfony\Component\Console\Formatter\OutputFormatterStyleStack $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(2) of type (stream); private Symfony\Component\Console\Output\OutputInterface $stderr = class Symfony\Component\Console\Output\StreamOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... }; private $stream = resource(3) of type (stream) }; private array $consoleSectionOutputs = [] }) /var/www/www.phpbb.com/website-current/old/community/vendor/symfony/console/Command/Command.php:326
PHP   7. phpbb\db\migrator->update() /var/www/www.phpbb.com/website-current/old/community/phpbb/console/command/db/migrate.php:86
PHP   8. phpbb\db\migrator->update_do() /var/www/www.phpbb.com/website-current/old/community/phpbb/db/migrator.php:265
PHP   9. phpbb\db\migrator->try_apply($name = '\\phpbb\\db\\migration\\data\\v400\\storage_track') /var/www/www.phpbb.com/website-current/old/community/phpbb/db/migrator.php:312
PHP  10. phpbb\db\migrator->process_data_step($steps = [0 => [0 => 'custom', 1 => [...]], 1 => [0 => 'custom', 1 => [...]], 2 => [0 => 'custom', 1 => [...]]], $state = ['result' => NULL, 'step' => 1, '_total_time' => 81.730486154556], $revert = *uninitialized*) /var/www/www.phpbb.com/website-current/old/community/phpbb/db/migrator.php:461
PHP  11. phpbb\db\migrator->run_step($step = [0 => 'custom', 1 => [0 => [...]]], $last_result = NULL, $reverse = FALSE) /var/www/www.phpbb.com/website-current/old/community/phpbb/db/migrator.php:687
PHP  12. call_user_func_array:{/var/www/www.phpbb.com/website-current/old/community/phpbb/db/migrator.php:741}($callback = [0 => class phpbb\db\migration\data\v400\storage_track { protected $config = class phpbb\config\db { ... }; protected $db = class phpbb\db\driver\factory { ... }; protected $db_tools = class phpbb\db\tools\doctrine { ... }; protected $table_prefix = 'community_'; protected $tables = [...]; protected $phpbb_root_path = '/var/www/www.phpbb.com/website-current/old/community/bin/../'; protected $php_ext = 'php'; protected $errors = [...]; protected $queries = [...]; protected $container = class Symfony\Component\DependencyInjection\ContainerBuilder { ... } }, 1 => 'track_attachments'], $args = [0 => NULL]) /var/www/www.phpbb.com/website-current/old/community/phpbb/db/migrator.php:741
PHP  13. phpbb\db\migration\data\v400\storage_track->track_attachments(NULL) /var/www/www.phpbb.com/website-current/old/community/phpbb/db/migrator.php:741
PHP  14. filesize($filename = '/var/www/www.phpbb.com/website-current/old/community/bin/../files/2202896_43006d162c4ae9618e78cfe9c8ead12d') /var/www/www.phpbb.com/website-current/old/community/phpbb/db/migration/data/v400/storage_track.php:133
PHP Warning:  filesize(): stat failed for /var/www/www.phpbb.com/website-current/old/community/bin/../files/thumb_2202896_43006d162c4ae9618e78cfe9c8ead12d in /var/www/www.phpbb.com/website-current/old/community/phpbb/db/migration/data/v400/storage_track.php on line 140
