I got this error when install phpbb in xampp in my pc.
"The installer detected a timeout
The installer has detected a timeout, you may try to refresh the page, which may lead to data corruption. We suggest that you either increase your timeout settings or try to use the CLI."
I increased "Maximum amount of memory a script may consume" from 120M to
memory_limit=1280M
and "Maximum execution time of each script" from 30 to
max_execution_time=30000000
Then I run
php bin/phpbbcli.php in cmd
which is mentioned in
https://area51.phpbb.com/docs/dev/3.2.x ... arted.html
Console shows
F:\xampp\htdocs\phpBB3>php bin/phpbbcli.php
PHP Fatal error: Uncaught Symfony\Component\DependencyInjection\Exception\RuntimeExcept
ion: A string value must be composed of strings and/or numbers, but found parameter "cor
e.table_prefix" of type NULL inside string value "%core.table_prefix%oauth_tokens". in F
:\xampp\htdocs\phpBB3\vendor\symfony\dependency-injection\ParameterBag\ParameterBag.php:
219
Stack trace:
#0 [internal function]: Symfony\Component\DependencyInjection\ParameterBag\ParameterBag-
>Symfony\Component\DependencyInjection\ParameterBag\{closure}(Array)
#1 F:\xampp\htdocs\phpBB3\vendor\symfony\dependency-injection\ParameterBag\ParameterBag.
php(226): preg_replace_callback('/%%|%([^%\\s]+)%...', Object(Closure), '%core.table_pre
...')
#2 F:\xampp\htdocs\phpBB3\vendor\symfony\dependency-injection\ParameterBag\ParameterBag.
php(171): Symfony\Component\DependencyInjection\ParameterBag\ParameterBag->resolveString
('%core.table_pre...', Array)
#3 F:\xampp\htdocs\phpBB3\vendor\symfony\dependency-injection\ParameterBag\ParameterBag.
Please help. Thanks