-
Hey all,
I'm coming here from the discussion [here](https://github.com/Dogfalo/materialize/issues/6515).
I am happy to start providing pull requests. There are several minor issues that I would …
-
![image](https://user-images.githubusercontent.com/30154703/53157303-45163b80-35d2-11e9-8876-c1d123e099cd.png)
![image](https://user-images.githubusercontent.com/30154703/53157367-6bd47200-35d2-1…
-
After update the `mail` module without `rest` module installed, following error appear when calling yii cli.
```
Exception 'Error' with message 'Class 'humhub\modules\rest\components\BaseControlle…
luke- updated
3 years ago
-
## Prerequisites
- [x] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- [x] The issue still exists against the latest `master` branch of yii2-grid.…
-
When trying to do a "craft update enupal-translate" I'm getting the following error:
Output:
================
Yii Migration Tool (based on Yii v2.0.41.1)
Total 1 new Enupal Translate migration…
-
In Rest api, When add a relation query:
``` php
$query = User::find();
$query->with(['test']);
$dataProvider = new ActiveDataProvider([
'query' => $query,
]);
return $dataProvider;
```
the rel…
-
Undefined index: date
In /vendor/yiisoft/yii2/data/Sort.php(213) `$this->attributes` is empty.
``` php
use app\models\ArcCandidate;
use Yii;
use yii\rest\ActiveController;
use yii\data\ActiveDataPr…
-
#### What are you trying to achieve?
I want to run the REST module for API tests using the Yii2 framework module.
#### What do you get instead?
I tried many different configurations in `api.s…
-
OS: Windows Server 2016
DB: Posgres v12
PHP: 7.4.16
PostgreSQL(libpq) Version | 11.4
```
D:\WEB\xampp\htdocs\tasktracker>yii migrate
Yii Migration Tool (based on Yii v2.0.15.1)
Creating mig…
-
the base calendar endpoint "your.site/api/v1/calendar" returns:
```
{
"name": "Unknown Property",
"message": "Getting unknown property: humhub\\modules\\calendar\\models\\CalendarEntry::recur"…