-
Bug
-
Resolution: Fixed
-
Blocker
-
3.2.0-RC1
-
None
-
Ubuntu 16.04 LTS (Xenial Xerus)
-> # uname -a
Linux (hostname) 4.4.0-22-generic #40-Ubuntu SMP Thu May 12 22:03:46 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
-> # php -v
PHP 7.0.8-0ubuntu0.16.04.1 (cli) ( NTS )
-> # apache2 -v
Server version: Apache/2.4.18 (Ubuntu)
Server built: 2016-07-14T12:32:26
Active PHP-Extensions:
Core, date, libxml, openssl, pcre, zlib, filter, hash, pcntl, Reflection, SPL, session, standard, mysqlnd, PDO, xml, bcmath, bz2, calendar, ctype, curl, dom, mbstring, fileinfo, ftp, gd, geoip, gettext, iconv, imagick, imap, json, ldap, exif, mcrypt, memcached, mongodb, mysqli, pdo_mysql, pdo_sqlite, Phar, posix, propro, raphf, readline, shmop, SimpleXML, sockets, sqlite3, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xmlreader, xmlwriter, xsl, zip, http, Zend OPcache
php.ini: Unmodified repository versionUbuntu 16.04 LTS (Xenial Xerus) -> # uname -a Linux (hostname) 4.4.0-22-generic #40-Ubuntu SMP Thu May 12 22:03:46 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux -> # php -v PHP 7.0.8-0ubuntu0.16.04.1 (cli) ( NTS ) -> # apache2 -v Server version: Apache/2.4.18 (Ubuntu) Server built: 2016-07-14T12:32:26 Active PHP-Extensions: Core, date, libxml, openssl, pcre, zlib, filter, hash, pcntl, Reflection, SPL, session, standard, mysqlnd, PDO, xml, bcmath, bz2, calendar, ctype, curl, dom, mbstring, fileinfo, ftp, gd, geoip, gettext, iconv, imagick, imap, json, ldap, exif, mcrypt, memcached, mongodb, mysqli, pdo_mysql, pdo_sqlite, Phar, posix, propro, raphf, readline, shmop, SimpleXML, sockets, sqlite3, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xmlreader, xmlwriter, xsl, zip, http, Zend OPcache php.ini: Unmodified repository version
I tried to install phpBB 3.2.0 b2 and RC1 for testing purposes, but I'm always running in the following issue:
PHP Fatal error: Uncaught Error: Call to a member function get() on null in /home/www-data/data/(path to doc_root)/install/startup.php:70Stack trace:#0 [internal function]: installer_msg_handler(2, 'file_exists(): ...', '/home/www-data/...', 60, Array)
|
#1 /home/www-data/data/(path to doc_root)/vendor/symfony/config/FileLocator.php(60): file_exists('/home/www-data/...')
|
#2 /home/www-data/data/(path to doc_root)/vendor/symfony/config/Loader/FileLoader.php(95): Symfony\Component\Config\FileLocator->locate('../../default/c...', '/home/www-data/...', false)
|
#3 /home/www-data/data/(path to doc_root)/vendor/symfony/dependency-injection/Loader/YamlFileLoader.php(105): Symfony\Component\Config\Loader\FileLoader->import('../../default/c...', NULL, false, '/home/www-data/...')
|
#4 /home/www-data/data/(path to doc_root)/vendor/symfony/dependency-injection/Loader/YamlFileLoader.php(54): Symfony\Component\DependencyInjection\Loader\YamlFileLoader->parseImports(Array, '/home/www-data/...')
|
#5 /home/www-data/data/(path to doc_root)/vendor/symfony/config/Loader/FileLoader.php(112): Symfony\Component\DependencyInjection\Loader\YamlFileLoader->load('/home/www-data/...', NULL)
|
#6 /home/www-data/data/(path to doc_root)/vendor/symfony/dependency-injection/Loader/YamlFileLoader.php(105): Symfony\Component\Config\Loader\FileLoader->import('/home/www-data/...', NULL, false, '/home/www-data/...')
|
#7 /home/www-data/data/(path to doc_root)/vendor/symfony/dependency-injection/Loader/YamlFileLoader.php(54): Symfony\Component\DependencyInjection\Loader\YamlFileLoader->parseImports(Array, '/home/www-data/...')
|
#8 /home/www-data/data/(path to doc_root)/phpbb/di/extension/core.php(57): Symfony\Component\DependencyInjection\Loader\YamlFileLoader->load('installer/conta...')
|
#9 /home/www-data/data/(path to doc_root)/vendor/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php(55): phpbb\di\extension\core->load(Array, Object(Symfony\Component\DependencyInjection\ContainerBuilder))
|
#10 /home/www-data/data/(path to doc_root)/vendor/symfony/http-kernel/DependencyInjection/MergeExtensionConfigurationPass.php(39): Symfony\Component\DependencyInjection\Compiler\MergeExtensionConfigurationPass->process(Object(Symfony\Component\DependencyInjection\ContainerBuilder))
|
#11 /home/www-data/data/(path to doc_root)/vendor/symfony/dependency-injection/Compiler/Compiler.php(107): Symfony\Component\HttpKernel\DependencyInjection\MergeExtensionConfigurationPass->process(Object(Symfony\Component\DependencyInjection\ContainerBuilder))
|
#12 /home/www-data/data/(path to doc_root)/vendor/symfony/dependency-injection/ContainerBuilder.php(593): Symfony\Component\DependencyInjection\Compiler\Compiler->compile(Object(Symfony\Component\DependencyInjection\ContainerBuilder))
|
#13 /home/www-data/data/(path to doc_root)/phpbb/di/container_builder.php(187): Symfony\Component\DependencyInjection\ContainerBuilder->compile()
|
#14 /home/www-data/data/(path to doc_root)/install/startup.php(134): phpbb\di\container_builder->get_container()
|
#15 /home/www-data/data/(path to doc_root)/install/app.php(25): require('/home/www-data/...')
|
#16 {main}
|
thrown in /home/www-data/data/(path to doc_root)/install/startup.php on line 70
|
(Substituted real path with „(path to doc_root)“ for privacy reasons, the ... isn't a substitute, it's also in the unsubstituted message)
- is related to
-
PHPBB-14746 Don't depend on container in installer msg_handler
- Closed
- links to