-
### Describe the bug
We have two sites, German (base URL `@web`) and English (base URL `@web/en`). We use the option `Create Entry Redirects` to automatically create redirects when an entry's URL c…
-
I would like to show some useful info if the user is looking at the page. Something has stopped, started etc. Is there any way to implement a way to create notification which will be a notify for one …
-
Hello there!
First of all, thank you for creating this plugin! However, it looks like the Collapsing/Expanding functionality no longer works on `Craft Pro 3.7.31`. I can use the Select All toggle t…
-
How to solve? Or may be im doing something wrong?
if set `numprocs=1` in supervisor config - no errors!
### What steps will reproduce the problem?
config from `common/config/main.php`
```php…
-
### What steps will reproduce the problem?
```php
-
Hello, I just completed all the steps to update to Craft 4, and as I completed I tried to run **nitro craft migrate/all**
But these are the errors I am getting. I have a feeling this is an issue reg…
-
After enabling extension to the user class its broken:
```
'user' => [
'class' => 'lucidprogrammer\simplesamlphp\SamlUser',
```
I get the following error:
```
ReflectionException: Class s…
-
As part of the onboarding process for OSC, we used to fork the project's repositories to add widgets to their READMEs (if I remember correctly). We stopped doing that around a year ago, I believe?
…
-
### What steps will reproduce the problem?
At documentation Getting Started for example next SQL
```
CREATE TABLE `country` (
`code` CHAR(2) NOT NULL PRIMARY KEY,
`name` CHAR(52) NOT NULL…
-
Suggestion for improvement.
If I already have an array of models, and I want to get all related data for this, I can do this:
``` php
$data = Product::find()->all(); // in other method
// ... some c…