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
The Error is:
The given page record is invalid. Missing uid
Fix it via:
\Classes\Utility\BackendUitility.php, Line 64:
$page = $pageRepository->getPage($pid, 1);
The second parameter is needed to set "disableGroupAccessCheck" to TRUE. This excludes the FE-usergroup access rights from the select query in the pagerepository.
The text was updated successfully, but these errors were encountered:
The Error is:
The given page record is invalid. Missing uid
Fix it via:
\Classes\Utility\BackendUitility.php, Line 64:
$page = $pageRepository->getPage($pid, 1);
The second parameter is needed to set "disableGroupAccessCheck" to TRUE. This excludes the FE-usergroup access rights from the select query in the pagerepository.
The text was updated successfully, but these errors were encountered: