My Drupal 11.3.1 status report has had this error for a long time and I want to get forums working.
READ-COMMITTED
For this to work correctly, all tables must have a primary key. The following table(s) do not have a primary key: drup_forum_index.
My site is hosted on GoDaddy and there I have access to "MySQL Databases" which seems to be a menu driven front-end, and I can do command line stuff, but have have very little experience with MySQL. What I need are clear, step-by-step instructions, especially on what to add and where to add it.
I am thinking of using AI to build a complete Drupal module. I tried with chatgpt, but it is continously making mistakes. Did anyone succeed in building a module with AI-bots through prompting?
My D11 site shares the same server as my old D7 site.
The D11 site is is directory /public_html/d11 and the sub-domain https://dev.sandes.uk is set up for this directory
I have a paragraph with an image upload field. I'm going to use this paragraph in 6 different node types, and I would like all the files to be uploaded to a folder with each node type. The problem is, I don't see the [node:content-type] token listed on the available tokens in my paragraph to use.
If this isn't possible, is there an easy way to duplicate a paragraph definition so I can hard-code the folder path?