Having problems installing Drupal? See the Installation Guide for more information.

Drupal 10 "Redirects to external URLs are not allowed by default"

I successfully installed a D10 site on my home linux machine. In vhosts.d, I have defined

DocumentRoot "/srv/www/htdocs/ssl/mysite/web"

But I cannot do this when I move the site to my hosting site. I have tried putting in

RewriteBase = /web

in all the .htaccess files (which one should it be in?). The site mostly works, but if I make any changes, it throws

Redirects to external URLs are not allowed by default, use \Drupal\Core\Routing\TrustedRedirectResponse for it.
(the changes are actually applied)

feeds_tamper in D8 or D9 - confusing versions and documentation

Hi all

I can't seem to find a beta-grade combination of Drupal 9, Feeds, and Feeds Tamper that can be installed as things stand in January 2023. After digging into the history a little bit I am not sure there *is* a beta-grade combination that works for Drupal 9, or even 8. 

Have I understood that correctly or have I just missed another dependency completely?

For now I have installed:

Using composer to install a local drupal website with complicated dependencies on ubuntu 22.04

Hello,

I can install a standard drupal website without complicated dependencies, see method1, on my local Ubuntu 22.04 server but I have a question about the composer installation for a drupal website with complicated dependencies, see method2.

Method1 (Tested and working method for standard websites)

  • Download the drupal tarball in your home directory.

  • Extract the tarball in your home directory.

Clean URL Problem after Installing Drupal 10

Hi All,

I install a clean version of Drupal 10 using Composer, `./composer.phar create-project drupal/recommended-project drupal`

The installation script runs fine but comes with this warning: "Your server is capable of using clean URLs, but it is not enabled. Using clean URLs gives an improved user experience and is recommended. Enable clean URLs"

I complete the installation script and I see my site. As soon as I click  a link, ie. "Reports" I get this error: "The requested URL was not found on this server." The requested URL is https://..../admin/reports

Can we install or update Drupal with harmless files?

Is it a good idea to update or install Drupal when we have harmless files in the system? For example, APK files.

Thanks.

Broken images

I have a D7 site in which my images (for years) have been installed in a separate directory ('filestore') at the base for the drupal installation. The group for that directory is http, and the configuration of the file system points to that location. The site renders properly (theme, images) except for the images under posts. For some reason, the image html is rendering as <img src="/filestore/<user>/filename", but while the file is under the filestore directory (under a user there) and permissions are all as required, the image does not render.

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal