Stefan Brauner
Stefan Brauner
Thank's for the info. Fortunately I kept an old branch with my attempts. I modified the code: ```php /** @var \Zend\Feed\Writer\StandaloneExtensionManager $em */ $em = \Zend\Feed\Writer\Writer::getExtensionManager(); $em->remove('ITunes\Renderer\Feed'); $em->remove('GooglePlayPodcast\Renderer\Feed'); $em->add( 'Webfeed\Renderer\Feed',...
Thanks for your reply, @froschdesign. With Tidy it's working, even if it's not very beautiful: ```xml My content ``` But is this really necessary? Wouldn't it be better to use...
> Why isn't it beautiful? The generated code works and is correct. Yes, (meanwhile) I know that it's correct with the XHTML. It looks unusual for me and I thought...
I wanted to create a new project based on Expressive and had the same errors as Ralf and saw that there is a pull request, which is still open. Could...
@froschdesign Thank you for your fast reply. I configured the files described. When using a single navigation, the output is working fine and the active menu item is getting his...
@froschdesign >Please compare your config with the example First I used the config for the single container and with the 'default' block in my navigation config. In the second step...
@froschdesign If I remove `ExpressiveNavigationFactory` (factories) and `ViewHelperManagerDelegatorFactory` (delegators), the error remains. And if I also remove the `NavigationMiddlewareFactory` (only from factories, the middleware entry remains), I'm getting the following...
The reason for the white page should be the error 500. You can fix the extension.php as described in https://github.com/cn-tools/cntools_FreshRssExtensions/issues/34#issuecomment-2692389120