rick 513 Posted October 15 Can someone please point me in the right direction. I've been staring at this for a few hours and I can't see the tree. $userPage = wire('pages')->get("template=member-home,name={$user->name}"); In Tracy console, the page object is returned. In the template, however, a null page is returned. What am I overlooking? Quote Share this post Link to post Share on other sites
Robin S 6,287 Posted October 15 Maybe: check_access=0 https://processwire.com/docs/selectors/#access_control Quote Share this post Link to post Share on other sites
rick 513 Posted October 16 Yeah, I had specified include=all in the selector as well with the same results. I removed it after checking the template settings. Quote Share this post Link to post Share on other sites
Gideon So 139 Posted October 16 Hi, If you do not login to the system. Your code surely return a null page array. Please check if you are login when you check the result. Gideon Quote Share this post Link to post Share on other sites
rick 513 Posted October 16 Thanks @Gideon So, that sent me in the right direction. Quote Share this post Link to post Share on other sites