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

Gallery Tab Blank #105

Open
Peazyyy opened this issue May 2, 2017 · 2 comments
Open

Gallery Tab Blank #105

Peazyyy opened this issue May 2, 2017 · 2 comments

Comments

@Peazyyy
Copy link

Peazyyy commented May 2, 2017

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.

@Peazyyy
Copy link
Author

Peazyyy commented May 3, 2017

image
I enabled "display_errors" in the LocalConfiguration.php, now I get this error. 😄

@Peazyyy
Copy link
Author

Peazyyy commented May 3, 2017

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 😄

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

1 participant