-
Hi,
After previously migration errors i have delete:
contentcontainer_tag table
contentcontainer_tag_relation table
AND
the column tags_cached of the contentcontainer table.
But now give me …
-
After the update 1.9 when i click on people button on the main menu the software give me this error:
"
Wed, 28 Jul 2021 19:32:39 +0200 yii\base\InvalidArgumentException
yii\base\InvalidArgumentExc…
-
### Steps to reproduce
1. Import a craft 2 database into a craft 3.4.x codebase
2. run `craft migrate/all` to start upgrade
```
Exception 'yii\db\Exception' with message 'SQLSTATE[42S22]: Col…
-
Is there a clean/preferred way to add profile fields to the registration form?
I'm not quite sure how to implement that.
My first thought was to use EVENT_AFTER_REGISTER, but in the FormEvent I d…
-
I'm running 3.6.6 and have tried the upgrade to 3.6.8. I have run twice and both times I get a fatal error:
> Unable to write new project config files
Response: {"name":"Exception","message"…
-
#### What are you trying to achieve?
Sending 2 file via Upload
#### What do you get instead?
The 1st upload is Ok, the second call use the same file[] value.
> Provide console output if relate…
-
https://github.com/yiisoft/yii2/blob/9e184aaeae1b1ab6dfad02830c6de2f0d7dcf7b4/framework/validators/DateValidator.php#L436
change
$hasTimeInfo = (strpbrk($format, 'HhGgisU') !== false);
…
-
When `DateValidator` is configured to parse an input value in a specific time zone (different from UTC) and output the result (`timestampAttribute`) in the same time zone the result is different from …
-
I use server in virtual-machine, that has UTC-timezone. Yii-Debug displays logs in this timezone.
I'd like configure something like 'displayTimezone' => 'Europe/Minsk' to see logs in my timezone.
Is…
-
### What steps will reproduce the problem?
I'm configure my `frontend/config/main.php`:
```php
'language' => 'ru-RU',
'components' => [
...
'formatter' => [
'd…