### Short description of the issue Since the commit of ["Add a $pages->new() API method..." on December 10, 2021](https://github.com/processwire/processwire/commit/f4592435aabe1c79890b328a15dac3814a827df0), it is no longer possible for non-superusers to create a new page from a field. Creating the new page in the page tree is possible for the user. ### Expected behavior All users with appropriate rights can create pages from a field ### Actual behavior An error message "No access to add basic-page pages to / - pageref" appears - where pageref is the page reference field. ### Setup/Environment - Processwire 3.0.194 - PHP 7.4.21 - MySQL 5.7.34