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.

Any Upgrade tips for 4.4.6 to 4.6.current?

All,

So, my personal site is still running 4.4.6. Runs fine, but it really should update it.

I'm assuming the upgrade path is:

1. turn off all optional modules.

2. 4.4 to 4.5 (manually adding a few tables to the database, as directed). Run the update script.

3. 4.5 to 4.6. Run the Update script.

4. update each extra module I was using to the current version.

5. Hope for the best.

Sound right?

-warr

Problem with image module

I'm having the following problem with the image module :

It used to work fine in the past, but now when you post an image you get an error like this :

warning: Invalid argument supplied for foreach() in /home/user/dreamgate/www/modules/image/image.module on line 329.
warning: Cannot modify header information - headers already sent by (output started at /home/user/dreamgate/www/includes/common.inc:384) in /home/user/dreamgate/www/includes/common.inc on line 192.

Also, the logs give this error twice :

After 4.7 Upgrade only white pages

Hello!

After upgrading my Drupal 4.6.3 to 4.7 it only generates white pages. The upgrade finished without any errors.

Do you've any idea what the problem could be?

Thx
Florian

only "Array" on settings/image_import

I just upgraded to 4.7 and I am very happy with it.
everything works fine exept one thing.
I used image_import a lot and it worked good with 4.6
After the upgrade i could not go to settings/image_import so i downloaded the latest image_import.module from CVS and it looked OK. But when I finally come to settings/image_import and open the page everything I see ist "Array".
This is the hook_settings function from image_import:

function image_import_settings() {
// First, check the status of the directory path and report any problems
_image_import_check_settings(FALSE, 'image_import_default_import_path');

$form = array();
$form['file_path'] = array(
'#type' => 'fieldset',
'#title' => t('File path settings'),
'#description' => t('These settings control the path on the server from which image and caption files will be imported. You can put the string <code>%u</code> or <code>%U</code> in the path fields, and these strings will be replaced by the username of the person doing the import. %U and %u are the same except that %U automatically removes space, %, <, >, *, /, \, and ? from the username.'),
'#tree' => FALSE,
'#collapsible' => TRUE,
'#collapsed' => FALSE,
);
$form['file_path']['image_import_default_import_path'] = array(
'#type' => 'textfield',
'#title' => t('Default import path'),

Trouble upgrading from 4.6.5 -> 4.7 beta 5 (with screenshots)

I've been trying to upgrade my 4.6.5 site to 4.7beta5 and I'm not sure the DB update is actually working.

When I perform the update.php script, the pre-selected system module is 129. The actualy update is very fast - maybe only a second or two.

Immediately after the update, I see this:

http://www.michaelanello.com/drupal/1.gif

Should there be anything in the "the following queries were executed" area? Also - what about the severity error? Is this related to the pre-selected system module?

Modules upgrade path to 4.7

When 4.7 is released as stable, will upgrading cause modules written for 4.6 to break, if they've been written 'correctly' - maybe what I'm trying to say is, are there any big changes to the existing hooks_ system that Drupal modules make use of?

Cheers,
K

Pages

Subscribe with RSS Subscribe to RSS - Upgrading Drupal