We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello everyone :)
I'm using TYPO3 version 7.6.16 and installed yag + dependencies via the extension manager.
After creating a folder containing the yag plugin accessing that page via the gallery tab, it remains blank.
I might be extremely stupid here but I seriously don't know where to start troubleshooting the issue.
The text was updated successfully, but these errors were encountered:
I enabled "display_errors" in the LocalConfiguration.php, now I get this error. 😄
Sorry, something went wrong.
I "fixed" it by changing line 158 in DefaultCellRenderer.php from
$specialValues = GeneralUtility::callUserFunction($rendererUserFunc, $cell, '');
to
$dummy = ''; $specialValues = GeneralUtility::callUserFunction($rendererUserFunc, $cell, $dummy);
The question is. How will this influence everything else. I am yet to find out 😄
No branches or pull requests
Hello everyone :)
I'm using TYPO3 version 7.6.16 and installed yag + dependencies via the extension manager.
After creating a folder containing the yag plugin accessing that page via the gallery tab, it remains blank.
I might be extremely stupid here but I seriously don't know where to start troubleshooting the issue.
The text was updated successfully, but these errors were encountered: