STICKY: Installing Drupal - README

Greetings and welcome to the Installing Drupal forum.

If you're looking for instructions, don't forget that the Drupal core download comes with an INSTALL.txt.

In addition, our community contributed documentation resides in pages that can be reached through the Drupal 7 documentation and Drupal 9 and later documentation pages.

Documentation pages:

Panolens Image Panorama not displaying on Vivaldi desktop

Hello, 
Just lately, trying to display an image panorama through Drupal/Panolens only shows a "blank" image on Vivaldi-Desktop: 7.10.4001.3 (Official Build) (64-Bit).Both browsers on Debian 12.
The error I see when looking at the console is: THREE.WebGLRenderer: Error creating WebGL context.

Options for Hosting

I’m currently running a Drupal site on Acquia with Cloudflare and am exploring options to move to a new hosting provider. I’m not considering Pantheon at this time.

For those who have made a similar transition, what hosting platforms or services would you recommend? I’m particularly interested in reliability, performance, support, and ease of management.

Appreciate any insights or experiences you can share.

Finding entity and field property values when creating entity in code

I have code which creates an artice from JSON.

$article = $node_storage->create([
      'type' => 'article',
      'title' => $json['title'],
	  'field_int100' => $json['int100'],
	  'field_text100' => $json['text100'],
      'body' => $json['body'],
    ]);
    $article->save();

By default, the text format is Plain Text. Modifying the code which specifies the value of the body field will import the text with HTML formatting.

Working with image links

I have a basic page that shows a series of images and each one links to a different page on my site.

[solved] How to upgrade from Drupal 9 to Drupal 10

Hello,

I'm just trying to upgrade from D9, latest version, to D10, latest version. I followed the steps in this document and succeeded until #4.4, which means that D10 is installed and 'composer install' is executed, everything successfully without any errors. But now, when I visit my site, I get an HTTP error 500, internal server error. That means also that I cannot run database updates.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 10.x