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
Bear with me as I haven't worked with this extension so far. I upgraded a typo3 instance from v9 to v10 and one view depending on this extension threw the above error. After some digging and testing it turned out changing the use in EXT:rn_base/Legacy/Controller/AbstractController.php
from use Sys25\RnBase\Fluid\View\Action
to use Sys25\RnBase\ExtBaseFluid\View\Action
fixed the error. To me it seems like an oversight while moving the Class to a new namespace. If someone could verify this who is more familiar with the extension I can create a PR if necessary.
The text was updated successfully, but these errors were encountered:
Bear with me as I haven't worked with this extension so far. I upgraded a typo3 instance from v9 to v10 and one view depending on this extension threw the above error. After some digging and testing it turned out changing the use in
EXT:rn_base/Legacy/Controller/AbstractController.php
from
use Sys25\RnBase\Fluid\View\Action
to
use Sys25\RnBase\ExtBaseFluid\View\Action
fixed the error. To me it seems like an oversight while moving the Class to a new namespace. If someone could verify this who is more familiar with the extension I can create a PR if necessary.
The text was updated successfully, but these errors were encountered: