-
Used your reedme. Tried to change host/messages. It was so hard. Twig doesn't return asset to index.twig. I have bit problem with asset path. I changed vendor files 0_o. Please loot at new yii2 twig …
-
Hi,
I just installed version 2.4 of this extension like this:
`composer require dmstr/yii2-adminlte-asset "^2.4"`
Everything went fine until I realized that not all font awesome icons loaded.…
-
### What steps will reproduce the problem?
Create an active form with `->textInput(['type' => 'number')` with `number` validation rule created for corresponding attribute. If non-numeric value is e…
-
If I try to install it with
`composer require --prefer-dist p2made/yii2-startbootstrap-themes "^2.16"`
I'm getting the following error:
```
Installation failed, reverting ./composer.json to it…
-
Hello, I cannot use Admin panel after installing the plugin. I have tested on Craft 3.1.34.2 and 3.2.10.
```
Invalid Configuration – yii\base\InvalidConfigException
Failed to instantiate componen…
-
create a new yii2 basic template project
after running
php composer.phar global require "fxp/composer-asset-plugin:^1.2.0"
cant install via composer (windows)
hangs for almost 2 hours.
…
-
### What happened?
I've been trying to get Acceptance testing working with Codeception v5.1.2.
I followed the setup guide:
https://craftcms.com/docs/4.x/testing/testing-craft/setup.html
Then…
-
### Description
Upgrading a site from Craft 2 to 3 (sooo many issues with plugins so far :-/ ). After installing the Google Cloud plugin I get this error.
`yii\base\UnknownPropertyException: Sett…
-
If in one action to send 2 or more emails
for example:
`Yii::$app->mail->compose()
->setTo('FIRST@MAIL.RU')
->setSubject('subject')
->send();`
and
`Yii::$app->mail…
-
After installing, I created a field following the readme (called `timeZone`) and now the admin throws a 500 on any page:
From the error and dump:
**Call to a member function getSettings() on nul…