Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core: Error Tx_Yag_ViewHelpers ? #97

Open
hocomadvies opened this issue Jan 31, 2017 · 3 comments
Open

Core: Error Tx_Yag_ViewHelpers ? #97

hocomadvies opened this issue Jan 31, 2017 · 3 comments

Comments

@hocomadvies
Copy link

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

@schrej-zz
Copy link

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.

@woepwoep
Copy link

I have the same issue.
Are there any solutions yet?

Thx Ron

@kdjkdjkdj
Copy link

#108

May you can test my changes and give here some feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants