Working on a migration up/down testing I went through and deleted TOO much from the element_sites table to remove unwanted slugs, not understanding really what’s in there. Now I understand many elements are in there and I’ve deleted some vital stuff without a backup. Is there a way to perhaps use these config/*.yaml files to […]
Category: CMS
I recently updated to Craft v3.6, which appears to have changed the publishing workflow to require first publishing the draft, then saving the file in order to get back to the entries list. Is there any way to revert to the previous workflow of being able to just press a single button to create a […]
I’m on a read-only filesystem using Google App Engine Flex. I was able to write my cpresources to cloud storage using a plugin, however, now I need to have project.yaml be written elsewhere. perhaps cloud storage as well. Not sure how to approach this
I get the following yii exception after installing and adding a Nitro2 site to WSL. Failed to change permissions for directory "/app/web/cpresources/1453c57f": chmod(): Operation not permitted cpresources permissions have been set to 777 imported project is running craft 3.3.15
I found the documentation here very confusing: https://craftcms.com/docs/3.x/extend/commands.html#module-setup I’ve scaffolded a simple test plugin from https://pluginfactory.io/ with "Console Commands" enabled and I’ve pulled my plugin into composer via ‘path’. The plugin shows up fine in the Craft UI, and so I installed it. However, I can’t get the new command to display in the terminal […]
What does everyone consider a sensible cache duration to use when using Assets with S3/Cloudfront? Is 3 hours sensible or should it be longer? Secondly, does this have any impact on the assets being displayed within Craft? Listing Asset directories takes a while due to my connection speed I’m sure but aren’t these assets cached […]
How to create proper override folder for com_user? Apparently, simply copying it to template/html folder doesn’t work What is displayed on registration page is largely controlled by the .xml file, can it also be overridden? My goal is to remove the required "Name" field. Someone has taught me an alternative to remove this field in […]
i have a working list based on an sql query – now i would like to add some spacers (not selectable items) – when doing this manually in xml you can add the disabled attr to that item but how can i do that when filling the list like so: $cities = array( array(‘value’ => […]
I have some weird behavior when I have an entry list field (in a super table, but I get the same behavior from the native entry list field type). When I select an entry from a certain section, it will populate 2(!) entries in that list, which point to the same entry after save. It […]