Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hi,
I have big problem with my block visibility.
I would like to display page title in any page except one content type.
The problem is that it doesn't work... it displays only on all pages or none.
The other thing is - can anybody explain why "Views" are not listed on node types?
Сообщение об ошибке
Notice: Array to string conversion in Drupal\Component\Render\HtmlEscapedText->__construct() (line 37 of core/lib/Drupal/Component/Render/HtmlEscapedText.php).
I have successfully installed Drupal 8.0.5 on Ubuntu 14.04 using postgres 9.3. I'm following the tutorials (https://www.drupal.org/node/774742) creating a new content type with specific fields. The problem comes when I try to update the "Parent" of a field from the "Manage form display" tab (/admin/structure/types/manage/...your_content_type/form-display)
I am attempting to create a multi-site implementation with a shared database using Postgres schemas to differentiate the tables between sites. I am getting the following error when running install.php:
Additional uncaught exception thrown while handling exception.
I had created a page called Analysis and then created a view with exactly the same name and /path. Did I confuse Drupal? I then deleted the Analysis page to have only a view at that path but am getting a page not found whenever I visit the link even though preview is showing the right thing.