This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

css and js aggregation breaks my site

Hello,

I am trying to migrate my settings in .htaccess to my vhost.conf. I am also trying to disable mod_rewrite. Apache says you should avoid it. I have one problem. The following rewrite rules in .htacces are neccesary for css and js aggregation to work:

  RewriteEngine on
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_URI} !=/favicon.ico
  RewriteRule ^ index.php [L]

If I remove them I also have to disable css and js aggregation. Otherwise the site breaks, the menus dissapear.

how to replace a text value with a variable

hello,

I have a paragraph text field where user will enter text.  In between some headers, I want to insert a variable that is created in the subtheme file.  For example, in the paragraph there is :

 Header

paragraphs

{{ my variable }} - I want to put this anywhere within the text.

More text

Initially, I had the variable placed at the end of the paragraph, but I realized that the users will want to place the variable anywhere they want inside the paragraph.

MQLSTATE[42000]: Syntax error or access violation: 1142 INSERT command denied to user when accessing any page with a form

My Drupal 10 website hosted on OVH was functioning normally and everything was working fine.

However now when I try to access any page containing a form, it displays this error, even though I haven't made any changes or modifications:

*The website encountered an unexpected error. Try again later. Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42000]: Syntax error or access violation: 1142 INSERT command denied to user 'xxxxxxx'@'xx.xx.xx.xx' for table 'watchdog': INSERT INTO "watchdog" ...

Using a TH tag in the first position of content row

I'm building a custom module which calls for a table that has TH tags as the first cell in every row of a table.  Be damned if I can figure out  how to make that happen.

<!--break-->

The table.html.twig documentation says:

Each cell contains the following keys:

how to do ajax callback in custom block, which will fetch records from database dynamically in Drupal 10?

I have created custom module to load records dynamically with Ajax callback in custom block in drupal 10.2. But Ajax callback does not work in custom block, where callback function is written on same custom block file, please see the code below,

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions