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.
The View displays all the occurrences of my Content Type "Events". I built the View and when I look at the Preview in the View builder, everything looks fine. It displays exactly as I want it to. I set up the View to display as a Page. Drupal tells me that the path for that View will be "MySite/upcoming-events".
My problem is that when I add "/upcoming-events" to the Main Menu and click on it, it shows a page with the Upcoming Events title, but that's it. No view is shown. The rest of the page is empty.
I am a drupal newbie. I have a very simple site that uses the Bootstrap 3 theme pretty much as is. I use the Bootstrap 3 block layout as installed.
I have a search button that pulls up results in a list, which is not the same view I have for the frontpage (I only use the frontpage view in the ste). I have looked everywhere in the structure and appearance tabs and I can see any reference to a search view. I can see a search/node but no view associated to it. Can anyone tell me where the search result view is please?
I'm trying to update Drupal 10.2.3 to 10.2.4 using Composer
I get the following error message and the update doesn't complete:
In Filesystem.php line 288: Could not delete /data/sites/web/mysite/www/sites/default/default.settings.php
When I got this error when installing modules, I uploaded the module from the tar.gz and that works.
I have tried changing the permissions on the folder sites/default/files from 555 to 755 and settings.php in it from 444 to 744. The default.services.yml and default.settings.php files in that folder are set to 644
When I upload Drupal from my local environment to the server, I encounter the following error. The PHP version is 8.1, the database is 5.7, and Drupal is 10.2.2. The server environment and the local environment are basically the same. I have tried various methods, and I am sure the database is not the problem.(I used the Drupal website program from my local environment and connected to the database on the server, and it works normally).