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.
Each site has its own MySQL database
main
site1
site2
...
siteN
Certain tables are shared by all sites and live in the default database. Default db tables are not prefixed, other site db tables are. sites/site1/settings.php includes:
After I updated to the latest core I am unable to login to my site.
I had to remark out the following lines in my .htaccess file for the site to work with my provider:
Options -Indexes
Options +FollowSymLinks
This is the error that I get when I try to login:
Fatal error: require_once() [function.require]: Failed opening required '/home/www/waltonbusad.com/password.php' (include_path='.:/usr/local/php/pear/') in /home/www/waltonbusad.com/modules/user/user.module on line 2204
I've wiped clean my public_html and uploaded the 7.19 core with my sites folder to this directory. For some reason when I view the status report it says that the Drupal version is 7.19, but a few lines below there is a message telling me that updates are available, and when I go to the available updates page, it appears to think that my Drupal core is still 7.15. I've cleared all tables in myPHPadmin that start with cache, and I've run update.php, and it still shows this.
Message array_pop() expects parameter 1 to be array, boolean given in /var/www/springfirm/update.php on line 316.
warning: reset() expects parameter 1 to be array, null given in /var/www/springfirm/update.php on line 316.
warning: array_pop() expects parameter 1 to be array, null given in /var/www/springfirm/update.php on line 316.
The update process was aborted prematurely while running update # in .module. All errors have been logged. You may need to check the watchdog database table manually.
Failed: DatabaseSchemaObjectDoesNotExistException: Cannot add field ds_fields.ui_limit: table doesn't exist. in DatabaseSchema_mysql->addField() (line 325 of /home/content/v/p/e/vpesebook/html/includes/database/mysql/schema.inc).