This topic is locked
[SOLVED]

Cannot read properties of undefined (reading 'allEvents')

4/6/2025 3:55:07 PM
PHPRunner General questions
S
silvio author

hello everyone,
i'm using PHPRunner 11.0 build 43125 and my error log keeps filling up with dozens of errors:

Generic
TypeError: Cannot read properties of undefined (reading 'allEvents')
at Object.next (file:///C:/Users/Silvio/AppData/Local/PHPRunner11/app-11.0.14/resources/wizard/main.0f7d78c2752f2228.js:15:16)
at ConsumerObserver.next (file:///C:/Users/Silvio/AppData/Local/PHPRunner11/app-11.0.14/resources/wizard/vendor.059e998eacf8af89.js:15:16)
at SafeSubscriber._next (file:///C:/Users/Silvio/AppData/Local/PHPRunner11/app-11.0.14/resources/wizard/vendor.059e998eacf8af89.js:15:16)
at SafeSubscriber.next (file:///C:/Users/Silvio/AppData/Local/PHPRunner11/app-11.0.14/resources/wizard/vendor.059e998eacf8af89.js:15:10)
at file:///C:/Users/Silvio/AppData/Local/PHPRunner11/app-11.0.14/resources/wizard/vendor.059e998eacf8af89.js:15:16
...
...

Can anyone help me?
thanks and have a nice evening..

M
Mark Kramer 4/6/2025

TypeError: Cannot read properties of undefined (reading 'allEvents')

Means that somewhere in your JavaScript code (or one of the libraries used), it’s trying to access .allEvents on an object that hasn't been defined yet (i.e., is undefined).

S
silvio author 4/13/2025

problem disappeared with build 43204