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

If an object implements methods via the __call() magic method, v:call throws an exception that the method doesn't exist: ``` in /usr/www/users/oswalq/www.oswald.sh/public/typo3conf/ext/vhs/Classes/ViewHelpers/CallViewHelper.php line 75 1356849652 ); } if (false ===...

**Issue**: an exception `No record was found. The "record" or "uid" argument must be specified.` is thrown when using FalViewHelper within an hidden content. To reproduce, create a template: ```...

I got the issue that the sortviewhelper returns null when using the "subject" argument instead of the children. `$subject = static::arrayFromArrayOrTraversableOrCSVStatic(!empty($arguments['as']) ? $arguments['subject'] : $renderChildrenClosure());` in https://github.com/FluidTYPO3/vhs/blob/development/Classes/ViewHelpers/Iterator/SortViewHelper.php#L112 returns the children...

Hi there, there are several bug tickets about issues with fal and translating pages. But all I can find deal with translation handling prior to TYPO3 8.7. On TYPO 9.5.22,...

The documentation list at https://viewhelpers.fluidtypo3.org/fluidtypo3/ is listing vhs until version 5.0.1. Version 6.0.5 is missing there. _Originally posted by @sebastianhomeier in https://github.com/FluidTYPO3/vhs/issues/1693#issuecomment-738772898_

Hi, vhs uses sql condition which are not compatible with postgreSQL. The colume name must be quoted (https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS) to work with postgre and mysql. (Quick) Fix; Classes/ViewHelpers/Content/AbstractContentViewHelper line 149 -...

Related to #693, #1364 I have a FAL file with special chars as input for `

Hi, this 2 lines forced a deprecated error: 205: $template->init(); 206: constant('PATH_site'); Because of: https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/9.4/Deprecation-85408-TemplateServiceInitDeprecated.html https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/9.4/Deprecation-85285-DeprecatedSystemConstants.html I replaced the 2 lines with: $template; $template->getFileName_backPath = \TYPO3\CMS\Core\Core\Environment::getPublicPath() . '/'; Regards from...

Typo3: 10.2 VHS: 6 I have a globe that has content_from_pid Home-Site. However, it shows the content of the globe with slide = "- 1". The error is probably caused...