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.

Taxonomy Menu screwed after upgrading ??

I am using Drupal 5.7, I installed Update Status module to check for module updates, and according to suggestions provided I updated more then 15 modules at my site, now my taxonomy menu is all screwed up:

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

Pages

Subscribe with RSS Subscribe to RSS - Upgrading Drupal