This forum is for questions about upgrading an existing Drupal site. Don't forget to read the UPGRADE.txt file that comes with every Drupal download.

From Drupal 6.22 to 6.26

Can I udpate directly from Drupal 6.22 to 6.23 or do i have to update 6.22 to 6.23 and then 6.23 to 6.24.. and so and so?

Thanks

Error message from server: Permission denied

My webpage is showing
The requested URL /opt/bitnami/apps/drupal/htdocs/index.php was not found on this server.

I was trying to replace the bitnami/htdocs folder with a new version of drupal i locked my self out of the folder
after fiddling with the permissions in putty a bit.

WinSCP
Permission denied.
Error code: 3
Error message from server: Permission denied
Request code: 14

Variable Check Module

I need help: I installed variablecheck because I got some unserialize_... errors, and the report shows 2 bad variables - but it does not delete them. I check the boxes and click the "Löschen" (delete) button, but the stay. There is no error message from variablecheck.

Another thing about the upgrade procedure: The tmp directory must not be deleted, otherwise you cannot install modules.

Another thing about the variablecheck module: Newbies like me dont know where to execute it - it is in the "reports" section.

AFTER UPGRADING TO 7.19 - SQLSTATE[08004] [1040] Too many connections in lock_may_be_available / MORE THAN MAX USER CONNECTIONS

Hi all,
after upgrading to Drupal 7.19 I'm having serious problems which cause my site
http://www.marketingaziende.it

to become practically unusable. In particulare I frequently have two kinds of PDOExeception:

PDOException: SQLSTATE[08004] [1040] Too many connections in lock_may_be_available()

PDOException: user XXXXXX has more than max user connections'.

How To update Drupal (Minor) version (Drupal 7.1 to Drupal 7.19)

Hi Everyone ,

I mention Some instruction how to update drupal minor version (Drupal 7.1 to Drupal 7.19).

  1. Make a backup of your Drupal instance (code and database)

  2. Download the latest release of your current Drupal version using Drupal.org

  3. Extract the [tar ball or zip] Drupal latest version package.

  4. Login to your site.

  5. Set your Drupal site on maintenance mode (Administration > Configuration > Development > Maintenance mode )

  6. Delete all the files & folders inside your original Drupal instance (old Drupal version) except for /sites folder and any custom files you added elsewhere.

  7. Copy all the folders and files except /sites and extracted Drupal (New Drupal version) package [tar ball or zip package] into your original Drupal (old Drupal version) instance.

  8. If you what to update modules also then download the latest version module and extracted (replace new version module to old version module) on /sites/all/modules folder (Don’t delete or uninstall or Disable old version module). After it don’t hit the current site URL or don’t do any change in module.

Is my pattern right for Drupal 7.19 Settings.php, please?

Hello,
As I upgraded to D7.19, I somehow lost my settings.php file. I have older settings.php files but the present default-settings.php looks quite different. So I tried to edit default-settings.php, adding this on line 213 where it says $databases = array();
Here's my edit

$databases = array(
  'driver' => 'mysql',
     'database' => 'foobase',
     'username' => 'foouser',
      'password' => 'foopasswd',
      'host' => 'foohost',
      'prefix' => '',
    );

Is this allright or should I add anything else, like base_url?
Permissions are 644 and I have removed default.settings.php

In .htaccess, I have only uncommented Rewrite Base /

I ran update.php and got a long list of errors.
Here's the list of errors:

Warning: Invalid argument supplied for foreach() in Database::parseConnectionInfo() (line 1505 of /data/web/…/htdocs/includes/database/database.inc).
Warning: Invalid argument supplied for foreach() in Database::parseConnectionInfo() (line 1505 of /data/web/…/htdocs/includes/database/database.inc).
Warning: Invalid argument supplied for foreach() in Database::parseConnectionInfo() (line 1505 of /data/web/…/htdocs/includes/database/database.inc).

Pages

Subscribe with RSS Subscribe to RSS - Upgrading Drupal