Closed gerard67 closed 7 years ago
$di = new \Phalcon\Di\FactoryDefault();
$assets = $di->get('assets');
$assets->addCss('test.css');
\Phalcon\Di::setDefault($di);
$assets->outputCss();
Works for me
PHP Version: 7.1.1 ?! Not supported, how did you managed to use Phalcon 3.0.x with PHP 7.1.x at first place? You must have compiled Phalcon prior to upgrading PHP itself...
Maybe somehow on 7.1.1 it's working and not on 7.1.0 ?
That would be crazy, and they already broke API with 7.1 in general... not very good for the community in general.
Works with php 7.0.14. I'm closing the issue.
with 3.0.3, I cannot load assets anymore. The relevant code in the view component is
I get the following error
Same code is working fine with 3.0.0 : http://de58f740.eu.ngrok.io/plot/
Details