Grover-D
Results
2
comments of
Grover-D
I am hitting the same thing with Webcalendar built in authorization. I am not in single user mode. Also, I am using php-fpm 8.1.12. I am cleaning up a number...
$page_id seems to be local to function access_can_view_page(). I added an initialization statement for$page_id: ``` function access_can_view_page( $page = '', $user = '' ) { global $access_user, $is_admin, $login, $page_lookup,...