You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is due to usage of PHP7. Number of parameters has to be identical. I already looked into this topic, but there are so much parameters missing, that I currently did not touch this. Don't know, if just enter NULL parameters would be sufficient.
Yag is throwing errors in Typo3 7.6.15 (from TER) this is what I see in the log files.
How to get this fixed?
Core: Error handler (FE): PHP Warning: Declaration of Tx_Yag_ViewHelpers_Uri_CurrentViewHelper::render($action = NULL, array $arguments = Array, $controller = NULL, $extensionName = NULL, $pluginName = NULL, $pageUid = NULL, $pageType = 0, $noCache = false, $noCacheHash = false, $section = '', $format = '', $linkAccessRestrictedPages = false, array $additionalParams = Array, $absolute = false, $addQueryString = false, array $argumentsToBeExcludedFromQueryString = Array) should be compatible with TYPO3\CMS\Fluid\ViewHelpers\Uri\ActionViewHelper::render($action = NULL, array $arguments = Array, $controller = NULL, $extensionName = NULL, $pluginName = NULL, $pageUid = NULL, $pageType = 0, $noCache = false, $noCacheHash = false, $section = '', $format = '', $linkAccessRestrictedPages = false, array $additionalParams = Array, $absolute = false, $addQueryString = false, array $argumentsToBeExcludedFromQueryString = Array, $addQueryStringMethod = NULL) in /var/www/vhosts/website.nl/httpdocs/typo3conf/ext/yag/Classes/ViewHelpers/Uri/CurrentViewHelper.php line 33
The text was updated successfully, but these errors were encountered: