Skip to content

How to Manage Assets in yii2 using twig in child template?

I want to extend my base twig template with some asset bundles and add new assets in child template. So I got error “A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag?” So need I to set each asset to blocks? T…

openssl_decrypt returns blank

I tried the following code and getting the following output The decrypt string ($output1) is blank. Answer Your code is running well but the input data to your decrypt functionality is wrong. You are feeding the openssl_decrypt function with the (original) plaintext and not with the data encrypted by openssl_…