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.

Submit button mesage

Is there any way to display message after pressing the submit button? Something like "Please wait" or something like that.

Thanks.

Upgraded to 6.2 ;-(

I have done a search but cannot find anything to help... I used Fantastico to upgrade Drupal 6.1 to 6.2 - now I have the following errors:

* warning: array_map() [function.array-map]: Argument #2 should be an array in /home/irontree/public_html/modules/system/system.module on line 975.
* warning: array_keys() [function.array-keys]: The first argument should be an array in /home/irontree/public_html/includes/theme.inc on line 1712.
* warning: Invalid argument supplied for foreach() in /home/irontree/public_html/includes/theme.inc on line 1712.

Views Upgrade to D6

I'm running some upgrade tests on my local machine and upgrading D5 to D6 went very smooth. Now time for module upgrades. I started with views BUT when I deleted the old module views folder with the new D6 ported views folder, ALL of my views are gone! I was expecting all views to stay as is. Any ideas?

Nooooooooo menu.inc on line 315 !!!!! (6.2 killed me)

Hello

Well, i decided to upgrade Drupal to 6.2 and guess what, my website is dead !

I've been following step by step the instructions, i've all the necessary requirements, etc ... and the result is either :

during install step 4 :

Expand range of -10 to 10 (weight)

Hello,

I need to broaden the range of fields that can be used. By default I appear - 10 to 10.

I found a solution

http://drupal.org/node/117274

that is to make a simple hacking.

We changed the line 72 of file system.module

$ type [ 'weight'] = array ( '# input' => true, '# delta' => 10, '# default_value' => 0, '# process' => array (' process_weight '=> array () ));

by

Moved Drupal to another server... now Modules admin page is messed up.

So, I had to move my Drupal installation to another server that required a different physical path.

Once I moved the installation, I changed the path within both .htaccess and settings.php.

Now, everything works as it is supposed to, but once I got into the Administer > Modules page, there is a number of errors in red links saying the modules are not where there are [PHP file/stream not found error]. I saw that Drupal is still referencing the modules to the old path.

Pages

Subscribe with RSS Subscribe to RSS - Upgrading Drupal