This topic is locked

View page Uncaught TypeError

9/16/2021 9:46:48 PM
PHPRunner General questions
S
safesurf author

I’m using PHPRunner 10.6_37815 and getting Uncaught TypeError: Cannot read properties of undefined (reading ‘itemVisibility’). This is happening when logged in as guest but does not happen when logged in as a AD user. The error happens when you select the view on a second project when leaving the browser open. The first project view works but second project has error. If you select second project view twice error goes away. I’m using Ajax with view popup. Wanted to know if anyone else had this problem.

img alt

S
safesurf author 9/24/2021

I found out this error is happening because of same PHP session name in both projects. If the PHP session name and JWT key are the same in both projects I can have a single logon. Everything works good when signed in to project but error above happens when not signed on and using guest account.