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 docs say we can use $page->renderPage() without arguments. But I get this error when I try to do that: Too few arguments to function ProcessWire\Page::___renderPage(). It does if I pass an empty array as an argument.