core icon indicating copy to clipboard operation
core copied to clipboard

🧿 Bolt 5 core

Results 141 core issues
Sort by recently updated
recently updated
newest added

Fixes the build error in latest Bootstrap update: ```bash Compiled with some errors in 33.25s ERROR Failed to compile with 2 errors 13:21:28 error in ./assets/scss/bolt.scss 13:21:28 Module build failed...

This fixed the problem described here: https://github.com/bolt/core/issues/1905#issuecomment-1196654934 I'm not able to test if fixtures can be installed with postgres. This may undo the fix made in the Issue above.

I just upgraded to the latest Bolt 5 release. All good, tested on my local dev env and then pushed live. Went to log in to the backend on the...

This error appears after creating a new MySQL db for a project, which has a contenttype including a `collectection` with a `set`. Details ------- | Question | Answer |------------------------------------------------------ |...

🐛 tag: bug

``` $ bin/console c:c PHP Deprecated: Optional parameter $qb declared before required parameter $utils is implicitly treated as a required parameter in /usr/local/www/arb/vendor/bolt/core/src/Storage/SelectQuery.php on line 112 ```

I'm trying to install the CMS, but after this command "**php bin/console server:start**" I have this error ``` In FileLocator.php line 71: The file "." does not exist (in: "")....

I can't fetch Content using Query service on select field with integer values. Details ------- | Question | Answer |------------------------------------------------------ | ------ | Relevant Bolt Version | 5.0.7 | Install...

Hi, Is there any way to use underscores in slugs?

**Bolt v4.1** I forgot the password to my user, so I went to the _cli_ and the only options are: add, delete, list, so I deleted the user, and created...

When using the pager function, together with setcontent on the homepage (root url `/`) this error is thrown: ![image](https://user-images.githubusercontent.com/5577291/135107943-8b6bc0e0-3a48-49a3-b8de-de1614d2c9a3.png) Details ------- | Question | Answer |------------------------------------------------------ | ------ | Relevant...