-
### What steps will reproduce the problem?
Configure the validator with a timestampAttribute and a format without time and run it.
### What is the expected result?
The expected result will be a u…
-
We utilize static html caching for performance and stability reasons but got alerted that dynamic URLs (i.e. not cached ones but with URL parameters like gclid, etc were unable to access the site).
…
-
This problem the same to https://github.com/humhub/humhub/issues/95
I have set timezone to (Asia/Phnom_Penh) at
- Administration/Setting/Basic
- User Profile/Setting
According issue above, I c…
-
### What steps will reproduce the problem?
1. Set your timezone as continent/capital
2. Set your `$value` with `new Expression('NOW()');`,
3. Try to calculate the relative time with `Yii::$app-…
-
Exception 'yii\base\InvalidConfigException' with message 'Unknown component ID: web-msg-sender'
in /home/verttech/sites/msg/vendor/yiisoft/yii2/di/ServiceLocator.php:139
Stack trace:
#0 /home…
-
Hi, all, that I did ' just change timeZone in web.php:
```
$config = [
'id' => 'basic',
'defaultRoute' => 'index/index',
'timeZone' => 'Asia/Barnaul',
....
```
and use Yii::$app'…
-
I'm having error related to time. applications such as wordpress have expired links error.
How can I configure server time?
thanks
rafso updated
6 years ago
-
Installed this module into HumHub. Was able activate it successfully. But when I add an iCal link from Google Calendar and save, I get error screen saying 'Class 'Carbon\Carbon' not found'. I don't kn…
-
### What steps will reproduce the problem?
I am in china, my php.ini date.timezone = 'Asia/Shanghai', when I run the follow code:
\Yii::$app->formatter->timeFormat = 'short';
…
-
I have a model with the following rule:
``` PHP
[['start'], 'date', 'timestampAttribute' => 'start'],
```
and the following code in my controller:
``` PHP
$curTime = Yii::$app->formatter->asDateTim…