Newest Questions
14,632 questions
0
votes
0
answers
16
views
Migration content changes not visible in admin
I have a migration that is querying a matrix block type entry, and trying to save new selections in a checkbox field.
Background: I am moving away from 4 lightswitch fields and will instead use ...
0
votes
0
answers
11
views
Allow to select multiple cards at once in a the view mode "As Cards"
Hi does anybody know a method or a plugin to allow to select multiple cards at once (for moving, deleting, disabling) in a the view mode "As Cards". Just like it works in the "As in-...
0
votes
1
answer
40
views
Pixel and Tonic Contact Form 1.9.2 does not send emails anymore
i have the Contact form embedded on my website, but if i try to send emails to myself, they never arrive. Is there a known problem with the Contact Form? Thank you
0
votes
1
answer
23
views
Craft migration to a new server
I've received a copy of Craft-based website that contains the following folders + database file. The website is to be installed on my VPS server via cpanel, but I don't seem to be able to figure out ...
0
votes
2
answers
18
views
Feedme error with XML file
I am running into issues using an XML file for import with Feedme. I am using title field as the Unique Identifier and the bodyText as the content to be updated in an existing entry that matches the ...
0
votes
2
answers
42
views
Cursor pagination
I'm a bit new to craft and I was wondering how could I make something like cursor pagination. I haven't found any plugins or issues for this.
My main concern is that the set of results I want to ...
1
vote
1
answer
57
views
Programatically set Entries field on Asset
I have a hook that updates Asset data when the entry is saved. I am trying to set the value of an entries field in the asset's fieldset with the entry from which it is referenced. For some reason, I ...
0
votes
2
answers
31
views
Advanced Search Module for Components and Entries in Craft CMS
I'm looking to understand if it's possible to create an Advanced Search module for Craft CMS with the following capabilities:
Multi-site search: Search for entries specific to a selected site, with ...
1
vote
1
answer
36
views
Query for entries using a category field
I need an entry query that excludes a particular category on a Craft 5 project.
I can write a query that limits results to a particular category's ID, e.g.
set entries = craft.entries.categoryField(10)...
0
votes
0
answers
24
views
Best CDP's to integrate with Craft?
Anyone have good experience with a a particular CDP (Customer Data Platform) provider in integrating with Craft for personalized and segmented content based on user behavior and location? (not ...
0
votes
2
answers
31
views
When I go into edit a Entry the Big Link is greyed out and cannot be editted no matter what I do. This also prevents me from saving the entry? PLS FIX
As explained whenever I go to edit one of my entries, the bing link block loses all its information, and i cannot edit this specific block not matter what. It just sates Big Link: Link3. This prevents ...
0
votes
1
answer
34
views
An exception has been thrown during the rendering of a template ("craft\web\Request::cookieValidationKey must be configured with a secret key.")
Migrating a site from Craft 4 to Craft 5. Successfully upgraded on the dev server and all looks good there. Pushed it up to a production server and get 500 errors on any http requests. I can run ...
0
votes
1
answer
34
views
Assets Filesystem "Failed to create directory" Error on DDEV
I have a local Craft install on DDEV and tried to create a new local filesystem. My base URL is the DDEV .ddev.site domain and base path is /assets/test:
When I click "Save" I get a Yii ...
0
votes
1
answer
29
views
How to write data from entry to asset on upload
I have an entry which will get a big set of images and I would like to retrieve info from the entry and write it to each asset after it is uploaded. I tried hooking into Asset::EVENT_BEFORE_SAVE but ...
1
vote
1
answer
29
views
Can I use an Azure DevOps (ADO) repo with Craft Cloud?
We are looking at Craft Cloud for our new web site/application. Our company has standardized on Azure DevOps (ADO) as our platform of choice. Cloud only lists Github, Gitlab and Bitbucket as git repo ...