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 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
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
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?