-
I have `\Yii2::$app->formatter->defaultTimeZone` not equal `php` timezone
I can see
[framework/log/Target.php#L273-L274](https://github.com/yiisoft/yii2/blob/be658f82bf515f1c1040cb6f987280f436258d…
-
### Describe the bug
unable to load mbstring library
### Version
- [X] v2
- [ ] v1
### Runners
GitHub Hosted
### Operating systems
ubuntu-22.04
### PHP versions
8.4
### …
-
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…
-
Would it be possible to create an alpine variant of all/most container images?
The default php apache 8.1 uses debian an has many high and critical vulnerabilities.
I've also scanned the php 8.1 alp…
-
DateTime::__construct(): Failed to parse time string (to_date('01.01.9999') at position 0 (t): The timezone could not be found in the database
/var/www/api.is74.ru/vendor/tigrov/yii2-pgsql/src/Colu…
-
Hi sjaakp
I want to activate the Italian language. I have yii2 basic version installed and added the following code in the web.php file:
'i18n' => [
'translations' => [
…
-
When I clicked on Content link in the admin panel, I got error "Undefined index: easyii_content_items_flat". Also errors something like the above occur in other pages such as "Catalog", "Entities", "A…
-
Trying to set scheduling running at specific timezone, eg
```
$schedule->command('test/command')
->timezone(\DateTimeZone('Australia/Sydney')->at('09:15');
```
The command is still ru…
-
NumberValidator is not using the config defined decimal separator
### What steps will reproduce the problem?
Server with english locale and no PHP intl extension installed.
Set in common/main.php…
-
Hello. in the authorization controller, I can log in. but when i go to another page my user is not authorized
`Yii::$app->user->identity === null => true`
`