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.
I am wondering if there are hints in the composer system code that will let me know how to install required libraries for the /project/get_linkedin_posts/ module. We asked this question more specifically in the module issues. I am guessing that somewhere within the composer code that is within the module there are directives for composer to install the libraries.
Editing a node ( that has a block from a view on it ) makes the block not show up at all until you rebuild the cache.
Are we doing something wrong? We've created a view that is a list of nodes, and it uses a block. We've placed that block onto a single node on the site. The node where it's placed has content that gets edited.
Editing the node where the block is placed OR adding a new node that would be included in the view results makes it so the block does not show up until manually rebuilding the cache.
Hello experts! I am new to Drupal 8/CentOS. I am setting up my Drupal8.5-based web server and can use some help enabling Clean URLs to finish the installation (that is the only error I am seeing so far).
I have tried changing the httpd.conf to include "AllowOverride All" under <Directory "/var/www/html"> ..... but that hasnt cleared the warning. When I run apachectl -M | sort, it shows "rewrite_module (shared)".
This is my first post, out of a better idea as to where to post this I will post it here since it's related to module development.
I'm really enjoying drupal and started my own little module project, after creating the project I noticed in my project page (right menu) -> Browse code repository link.
The link it points to ends up giving "No repositories found" because it misses a / at the end of the link.