Wrap content type field in specific html tag

I have a field that should be wrapped in <pre>-tags, regardless of theme. I imagine this should be a simple thing to do, but where do I do it? (Drupal 7)

Drupal not compatible with MariaDB.

I believe that Drupal 7 requirements suggest that Drupal 7 is compatible with MariaDB: "Drupal 7 supports MySQL 5.0.15/MySQL 5.1.30/MariaDB 5.1.44/Percona Server 5.1.70 or higher" - but....

I recently migrated a server from CentOS 6 to CentOS 7. With this migration, the hosting company said the default db is now MariaDB (it was MySQL on the old server).

Can't update nodes / node unpublishes itself.

This problem has been bugging me for some time now and I haven't been able to find this issue online anywhere else.

My Drupal 7 website has a very simple photo gallery, using a custom node type called gallery with image upload fields.

Serialized object in HTTP message -Drupal

In my E-commerce website, cart page is submitting a serialized object in a request parameter. Particularly, quantity of the items can be tampered. Please suggest some solutions  to avoid vulnerabilities arise from the use of serialized objects is not to pass these in request parameters, or expose them in any other way to the clients.

Drupal update download over proxy fails for HTTP GET - is HTTP CONNECT possible?

Hey,

I am on Drupal 7.72 and my Drupal instance is behind a HTTP proxy, so have I defined the proxy variables

$conf['proxy_server'] = 'firewall.mydomain';
$conf['proxy_port'] = 8080;

in sites/default/settings.php.

Fetching update info works, but installing the updates from Home » Administration » Reports » Available updates fails with error:

   HTTP error 301 occurred when trying to fetch https://ftp.drupal.org/files/projects/ckeditor-7.x-1.19.tar.gz.

Drupal update download over proxy fails for HTTP GET - is HTTP CONNECT possible?

Hey everyone,

I am on Drupal 7.72 and my Drupal instance is behind a HTTP proxy, so have I defined proxy

$conf['proxy_server'] = 'myproxy.mydomain.local';
$conf['proxy_port'] = 8080;

in sites/default/settings.php.

Fetching update info works, but installing the updates from Home » Administration » Reports » Available updates fails with error:

    HTTP error 301 occurred when trying to fetch https://ftp.drupal.org/files/projects/ckeditor-7.x-1.19.tar.gz.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x