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

Installing Drupal 8.54 doesn´t work correctly on 1&1 Server (Opcache?), CSS files not loaded and 500 error for admin pages

Hi Drupalers, 

I am trying to set up a new D8 page on this subdomain: dev.webdesign-zuerich.com, but after installing it the page doesn´t load any CSS-files and you cannot access any admin pages. Trying to access them results in a 500 internal Server Error.

Under dev.webdesign-zuerich.com/phpinfo.php you can take a look at the phpinfo function. 

Something that might be related to the error is that while installing it shows that "opcache" isn´t enabled. I tried to fix this with a

Install Drupal 8.5.0 And Search API Solr Search

I installed Drupal and Solr by docker.

version: '3'

services:

php:

build: php

ports:

- "80:80"

container_name: drupal-server

links:

- db

environment:

- VIRTUAL_HOST=drupal.local

volumes:

- D:\www:/var/www/html/

- D:\Server\drupal\php\php.ini:/usr/local/etc/php/conf.d/php.ini

db:

image: postgres:9.4.17

restart: always

container_name: drupal-postgres-db

environment:

POSTGRES_PASSWORD: 123456

ports:

- "5432:5432"

Drupal on iis

Hi all, need some help

I cant get drupalto work with iis all links return in to page not found including admin page

Newest drupal

iis 10

Php7.2, Php7.1 and php5.3 installed with fastcgii have tried with all php version listed.

url rewite is installed

Opache is installed too

website is installed into a subdomain

i believe it has to do with web.config not rewriting the base url any help would be appreciated

"Files" permissions ARE set, still getting error.

This is my first time ever using Drupal.

I have a LAMP stack I'm installing it on. The requirements are telling me that "The directory sites/default/files is not writable." But I ran this command from the default directory

chmod -R 777 files

When I check with ls-la, it shows that all permissions are set. 

I've also entered the config file for Apache and added 
 

How to implement multiple instances of a Drupal7 site?

Hi,

I have to create many instances of the same Drupal7 site that differ only for the settings.php file and the database.

The standard code, the custom modules, the libraries and the theme have to be the same for all these sites. The need is to share the code between all the instances.

Which is the smartest way to do this and save the space on the web server?

Thank you very much

cld

Installer getting 'Unable to find a matching SQL Class'

I'm following https://www.drupal.org/docs/user_guide/en/install-prepare.html to install drupal on FreeBSD 11.1 with mariadb55, php56, py27 and apache24

drush dl drupal --drupal-project-rename=sitename
cd sitename
drush site-install standard --db-url='mysql://user:pw@localhost/sitename' --site-name=sitename

and I get:

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal