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
Are you by any chance calling this ViewHelper in a backend context? If so, that is not supported and would explain the problem.
If you are using it in a frontend context and you see this error, I would advise you to first try a more recent version of Flux (9.5.0 is pretty outdated by now). And if that still fails, I would be grateful if you could try with dev-development which has been changed in this ViewHelper to use the Context class which definitely should not be causing any issue like this.
Hi,
PHP Warning: Attempt to read property "workspace" on null in <...>/typo3conf/ext/flux/Classes/ViewHelpers/Content/GetViewHelper.php line 132
Currently in use:
Typo3 11.5.24
Flux 9.5.0
The text was updated successfully, but these errors were encountered: