-
When using Twig.js on PHP-based Twig files, we will run into issues. In particular, Drupal has a bunch of custom Twig filters, functions and tags. We either need to replicate those extensions in Twig.…
-
stoping generate output data on 42%
In Extension.php line 288:
Argument 2 passed to phpDocumentor\Transformer\Writer\Twig\Extension::phpDocumentor\Transformer\Writer\Twig\{closure}() mus…
-
With `Ano` in library and the following configuration no application resources are firing. The init methods on `Ano_Application_Resource_Twig` and `Ano_Application_Resource_View` are not being called.…
-
### Affected version(s)
5.3.8
### Description
When using OPCache preloading, I get the following error:
```
PHP Warning: Can't preload unlinked class Contao\Template@anonymous: Unknown trait C…
-
Hi,
Juste upgraded to 8.3 and the UNACCENT function throws an error :
```
Error:
Cannot use object of type Doctrine\Common\Lexer\Token as array
at vendor/martin-georgiev/postgresql-for-d…
-
When I try to install the plugin via command terminal (composer require rjantoine/twig-extensions), the following error is given:
```
[InvalidArgumentException]
Could n…
-
When we think about crate-layout, we should not only consider our own needs to write code we are able to maintain. (-> TL;DR below ^^).
Here is some example php-code how twig is being used
``` php
$…
-
after running `composer update` on my project and after
running `app/console --env=test cache:clear` it failed with this error:
```
PHP Fatal error: Class Assetic\Extension\Twig\AsseticFilterFunct…
gondo updated
7 years ago
-
This error occurs when trying to edit a page. Changing the image, changing the tag, or other actions results in this error. I am a newcomer asking for help how to fix it.
![Безымянный](https://github…
-
Slim 4 with slim/twig-view ^3.0
```php
$twig->addExtension(new Knlv\Slim\Views\TwigMessages(new Slim\Flash\Messages()));
```
Error: Expected Twig\Extension\ExtensionInterface, got Knlv\Slim\Views\…