Stéphane B.

Results 44 comments of 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: ![image](https://github.com/user-attachments/assets/53108375-6e30-43dd-aacf-875629fc9e18)

I don't know why, but I had to set it to `public array` so it would not complain. ![Image](https://github.com/user-attachments/assets/383a9b15-983d-498c-8b39-58aae34cf789)

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.