Hi folks,
A couple of days ago I was testing a multi-site install on my local server. It worked fine.
However, in replicating the same install on my VPS (running Debian Linux), I keep getting an error:
Requirements problem
The following errors must be resolved before you can continue the installation process:
The Drupal installer requires that you create a settings file as part of the installation process.
Copy the ./sites/example1.com/default.settings.php file to ./sites/example1.com/settings.php.
....
The directory sites/whatgoeson.net.au/files does not exist.
It's as though settings.php and the files directory aren't there - but they are, and both have 777 permissions (temporarily).
2817-17556:/var/sites/multi/sites/example1.com# ls -l
total 28
-rw-r--r-- 1 root root 10380 May 15 17:50 default.settings.php
drwxrwxrwx 2 root root 4096 May 15 17:51 files
-rwxrwxrwx 1 root root 10380 May 15 17:50 settings.php
VirtualHost is configured as follows:
ServerName example1.com
ServerAlias *.example1.com
DocumentRoot /var/sites/multi
Options FollowSymLinks
AllowOverride None
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order allow,deny
allow from all
RewriteEngine On