Filippo Donà
Filippo Donà
Hi Kamil, thanks for taking the time to answer my questions. I confirm that my project uses Composer to manage dependencies so I should have everything I need; if I...
Hi Patrick, thank you very much for your contribution. I am currently testing everything in a DDEV environment; I have installed the Intl extension (I see it correctly in the...
The message appears when this statement is used in a controller: ``
Hi Kamil, this is the error stack  This is my composer.lock with all dependences installed (I rename it due to upload extensions restrictions) [composer.lock.json](https://github.com/user-attachments/files/17203615/composer.lock.json)
This is the composer show command oputput: cakephp/cakephp dev-master cb3382f The CakePHP framework cakephp/debug_kit 2.2.9 CakePHP Debug Kit clue/ndjson-react 1.3.0 Streaming newline-delimited JSON (NDJSON) parser and encoder for ReactPHP. composer/installers...
I did some tests following your instructions. This simple code inserted inside the view pages/home.ctp... `` ...works perfectly as you can see from the screenshot below so this is good...
Could this be a PHP81_BC namespace issue?
I alway got `Call to undefined function PHP_81\strftime()` In the autoload_static.php file there is no references to the PHP_81\strftime function. Could be a problem with the second level deps ?
amazing @kitgrose your suggestion works fine! I have your same configuration (vendor-dir set to app/Vendor).