Stéphane B.
Stéphane B.
with ZF 1.24.2 on PHP 8.3.15 : Deprecated: Creation of dynamic property TimeController::$ajaxable is deprecated in /app/vendor/shardj/zf1-future/library/Zend/Controller/Action/Helper/ContextSwitch.php on line 1148 I quick fixed it on my side: 
I don't know why, but I had to set it to `public array` so it would not complain. 
phpdoc or phpstan likes to have types, but yes
My issue said "on vivaldi". It worked ok on Brave.
I tried the build you linked. on windows and brave:
Seems to load fine today... (I'm on Vivaldi and Linux currently)
Looks like my device was left in `airplane mode`, so the tests didn't boot. maybe the test suite should force online?
Trying to locate this `AuthConfig`... I have no linting or compiling issues about this.
That's an import problem. when a file use it's own export to reference itself. I'll fix those and close this issue when the tests are successful.
`NSUTR: this.error: Cannot read properties of undefined (reading 'MetadataService')` this looks like a `__constructor` dependency injection that didn't happen.