as part of this, I am trying to do the upgrade of a bulletin board for PHP. I am very new to this so i am learning as I go. apologies if i have asked the wrong question or in the wrong forum .
I went through the install guide here :https://www.phpbb.com/support/docs/en/3 ... upgrade32/
when I got to step 12. the update button i got an error:
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.
So i have been painstakingly trying to connect to the host and run script using CLI.
I have just managed to to execute the command: php ./bin/phpbbcli.php db:migrate --safe-mode
however, i get the error:
Code: Select all
Fatal error: Uncaught Symfony\Component\DependencyInjection\Exception\RuntimeException: The definition for "cache.driver" has no class. If you intend to inject this service dynamically at runtime, please mark it as synthetic=true. If this is an abstract definition solely used by child definitions, please add abstract=true, otherwise specify a class to get rid of this error. in /home/customer/www/martind129.sg-host.com/public_html/vendor/symfony/dependency-injection/Compiler/CheckDefinitionValidityPass.php:58
Stack trace:
#0 /home/customer/www/martind129.sg-host.com/public_html/vendor/symfony/dependency-injection/Compiler/Compiler.php(140): Symfony\Component\DependencyInjection\Compiler\CheckDefinitionValidityPass->process(Object(Symfony\Component\DependencyInjection\ContainerBuilder))
#1 /home/customer/www/martind129.sg-host.com/public_html/vendor/symfony/dependency-injection/ContainerBuilder.php(789): Symfony\Component\DependencyInjection\Compiler\Compiler->compile(Object(Symfony\Component\DependencyInjection\ContainerBu in /homebaseosbaseos | mbaseos | marbaseos | mbaseos |baseosbasebasebasebabababasebababababasebasebaseosbaseos |basebasebabababababababasebabababasebabaseos |babababababasebabasebabababaseos | martind129.sg-host.com | [email protected]:~/www/martind129.sg-host.com/public_html/bin$
any ideas?
Best
Mart