-
```
---
title: framework-tips
tags:
- php
- laravel,yii2
notebook: tech
---
```
Then it will show in evernote's tag like this:
-
### Description
With a long query with (`site: "*"`), GraphQL returns this error:
`"Invalid site param: [*, *, *, *, *, *, *, *, *, *, *, *]"`
For some reason, CraftCMS do some eager loading for …
smcyr updated
4 years ago
-
### Describe the bug
We added Campaign to a existing website. We rely heavy on the project config files. After updating the database from the live enviroment to our dev enviroment we run the project …
-
### Description
When there's only one file in an asset volume and the asset index of that volume is updated via `Utilities>Asset Indexes`, the assets index of that volume is not rebuilt correctly. Fo…
-
### Description
We have specified an environment variable DB_SCHEMA as per [this doc](https://docs.craftcms.com/v3/config/db-settings.html). But still craft installs all the tables in public schema.
…
-
Hi,
I have ran into this issue updating a C2 site to craft 3.
Craft version: latest stable
PHP version: 7.2
Here is the volumes table in the db:
![Screenshot 2019-05-01 at 11 02 44](https…
-
Hi,
I have installed both the Quill editor and the smart break module as per instruction (using composer.json). The Quill editor works fine. When I try to use the Smart-breaker module, I have an erro…
-
Hi!
## Steps to reproduce the issue
1.Upgrade kartik-v /yii2-widget-select2 to 2.18
2. add 'pluginOptions' => ['allowClear' => true], to Select2 Widget
## Expected behavior
The clear b…
-
#### What are you trying to achieve?
Running my functional tests. One of tests fails. I expect to see a failure message.
#### What do you get instead?
> Provide console output if related. Use…
-
### Description
An error occurs when uploading and replacing a file that already exists in storage but is not a Craft asset in the db yet. This can happen when you upload a file from localhost to a…