vhs icon indicating copy to clipboard operation
vhs copied to clipboard

TYPO3 extension VHS: Fluid ViewHelpers

Results 130 vhs issues
Sort by recently updated
recently updated
newest added

Hi, I get the following message with the TYPO3 v11 in PHP 8.1 with v:render.uncache partial="MiniBookmark"/> PHP Warning: Undefined array key "controllerExtensionName" in /var/www/html/www/web/typo3conf/ext/vhs/Classes/View/UncacheTemplateView.php line 87 Thanks!

PHP: 8.1.5 TYPO3: 11.5.12 VHS: 6.1.2 After installing TYPO3 and VHS, I got this error.

In `\FluidTYPO3\Vhs\ViewHelpers\Resource\Record\FalViewHelper::getFileReferences` use `$record['_PAGES_OVERLAY_UID']` to get the correct page uid for the language overlay. This solution works for me, but I'm not an expert in TYPO3s language handling.

In the page module I get the following error message when I try to open some pages: Call to protected method TYPO3\CMS\Core\Domain\Repository\PageRepository::init() from context 'FluidTYPO3\Vhs\Service\PageService' VHS 6.1.0 / 6.1.1 (works...

Hello everyone 👋🏻 First: thanks for all investigations in updating VHS to work with TYPO3 v11 ✌🏻🎉 With `` I get this error in frontend: ``` PHP Warning: Undefined array...

i have a page with 3 subpages and the id 13 when i use `` it throws this error: ![image](https://user-images.githubusercontent.com/81745301/174785363-3c16a858-f2d3-4231-9212-bd405a97d0bb.png) It worked fine in older versions

[BUGFIX] v:resource.record.fal: Respect page language Get record overlay Close #1670

Automatically generate reST documentation files from the Fluid ViewHelpers implementation in Documentation/fluidtypo3/vhs/, commit and push. This is inspired from the [rendering workflow](https://github.com/TYPO3-Documentation/t3docs-ci-deploy/blob/main/.github/workflows/fluid-viewhelper.yml) of the basic Fluid ViewHelpers documentation. What i...

Setup TYPO3 9.5.19 VHS 6.0.3 After the commit [f70baf9](https://github.com/FluidTYPO3/vhs/commit/f70baf9eede41f7f4a4287b7af66130767127a1a), the `v:page.resources.fal` viewhelper only provides the fal resources of the main language. I think the problem cause by the methode `getFileReferences`...