-
When using Laravel 11 and Statamic 5, I get following error:
`Interface "Facade\IgnitionContracts\ProvidesSolution" not found`
-
### Bug description
When I use this plugin on my staging environment, I get the following fatal error:
`Object of class Illuminate\\Support\\Carbon could not be converted to int`
which is trig…
-
Any chance to get an update for the statamic v4 version?
-
I tried adding an AssetPolicy class and binding it in my ServiceContainer.
```PHP
$this->app->bind(\Statamic\Policies\AssetPolicy::class, AssetPolicy::class);
```
Unfortunately that does not w…
-
### Bug description
In my `.env` I've set `APP_TIMEZONE=America/New_York`
When I enable the timepicker, entries show my local time `UK`, not `America/New_York`
These two variables use the tim…
-
### Bug description
When the stache watcher is disabled, updating a term slug in the control panel creates a duplicate of the term instead of updating the term's slug. Looking at the content folder, …
-
Hello,
I am using a Statamic project (from the statamic/statamic repo). When deleting the `vendor/` and `composer.lock` and trying to do a `composer install`, I get following error:
![error](htt…
-
### Current Behavior
Viewing spam submissions in the queue gives a 404 error (Page not found)
http://localhost/cp/akismet/queues/contact_us/spam/1721962338.9203
### Expected Behavior
Viewing spa…
-
Hi there,
I have installed the addon in a new Statamic 4 project.
There seems to be a problem injecting the IDs in the content headers.
Parser's injectIds function expects its first param $valu…
-
### Bug description
After upgrading to Statamic 5, I’ve encountered an issue where the Bard field is stripping whitespace in certain situations. Specifically, when using bold text or hyperlinks withi…