I did 2 tries to update my test board 3.3.8 -> 3.3.9-RC1 (PHP 7.3). One with changed files, than with full package. Both ended with errors causing by 2 extensions - e.g. Board3 Portal
Code: Select all
Fatal error: Uncaught Twig\Error\LoaderError: Looks like you try to load a template outside configured directories (../theme/portal.css) in "@board3_portal/event/overall_header_head_append.html" at line 2. in /www/htdocs/w01873fa/tf.ladyscommunity.de/public_html/vendor/twig/twig/src/Loader/FilesystemLoader.php:291
Stack trace:
#0 /www/htdocs/w01873fa/tf.ladyscommunity.de/public_html/vendor/twig/twig/src/Loader/FilesystemLoader.php(211): Twig\Loader\FilesystemLoader->validateName('../theme/portal...')
#1 /www/htdocs/w01873fa/tf.ladyscommunity.de/public_html/phpbb/template/twig/loader.php(135): Twig\Loader\FilesystemLoader->findTemplate('../theme/portal...', true)
#2 /www/htdocs/w01873fa/tf.ladyscommunity.de/public_html/vendor/twig/twig/src/Loader/FilesystemLoader.php(150): phpbb\template\twig\loader->findTemplate('../theme/portal...')
#3 /www/htdocs/w01873fa/tf.ladyscommunity.de/public_html/phpbb/template/twig/environment.php(313): Twig\Loader\FilesystemLoader->getCacheKey('../theme/portal...')
#4 /www/htdocs/w01873fa/tf.l in /www/htdocs/w01873fa/tf.ladyscommunity.de/public_html/vendor/twig/twig/src/Loader/FilesystemLoader.php on line 291
Seems something with twig has changed. If I deactivate this extensions the error is gone.
May be Kirk/Marc can find out the problem?
edit://
yes, I got the solution from Kirk. In
root/ext/board3/portal/styles/prosilver/template/event/overall_header_head_append.html
search all
../theme
and replace with
@board3_portal
Thank you, Kirk.