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.

Upgrading Drupal 5 to 6 with Domains question **answered**

I am in the process of upgrading a drupal site from 5 to 6. We make heavy use of the Domains module. I am having difficulty testing this in my testing environment. So my question is: is the upgrade process very easy from Domains 5->6? We use separate tables for certain sites, will all that travel nicely?

Taxonomy Menu disappears from Admin after upgrade from 5.x to 6.14

Hi,

I've upgraded Drupal 5.x to 6.14, and included the Taxonomy modules, including Taxonomy Menu, but when I go to the administer page, "Taxonomy Menu" is not on the list. I have looked at the permissions page, and it is not on there either. As some of my menus depend on this module, they have also disappeared.

I've tried re-installing the module but this doesn't help.

Any help much appreciated!

thanks,

Jon

SQL error with image import

Hello,

I have upgraded my drupal version 5 site to version 6.
Everything works except the image import. When i try to import a image i get the following error:

Warning: Got a packet bigger than 'max_allowed_packet' bytes query: INSERT INTO watchdog (uid, type, message, variables, severity, link, location, referer, hostname, timestamp) VALUES (2, 'php', '%message in %file on line %line.', 'a:4:{s:6:\"%error\";s:12:\"user warning\";s:8:\"%message\";s:1535654:\"Got a packet bigger than 'max_allowed_packet' bytes\nquery: UPDATE batch SET token = '6a793cafe3298c1f4552a6a72de09001', batch = 'a:10:{s:4:\\"sets\\";a:1:{i:0;a:11:{s:7:\\"sandbox\\";a:0:{}s:7:\\"results\\";a:0:{}s:7:\\"success\\";b:0;s:5:\\"title\\";s:29:\\"Afbeelding aan het importeren\\";s:16:\\"progress_message\\";s:29:\\"Importing @current of @total.\\";s:10:\\"operations\\";a:1:{i:0;a:2:{i:0;s:22:\\"_image_import_batch_op in /home/site/domains/site.nl/public_html/includes/database.mysqli.inc on line 128

upgrade for 6 to 7 problem

Error
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'C277966_ohome.languages' doesn't exist: SELECT * FROM {languages} ORDER BY weight ASC, name ASC; Array ( ) in language_list() (line 1815 of /hsphere/local/home/c277966/ohome.us/includes/bootstrap.inc).
The website encountered an unexpected error. Please try again later.

what should I do?

thank you very much for help!

validate function !is_numeric error

Hey guys and gals,

I ran into a little bit of updating issue.

Seen Below is a little snippet of the code in drupal 5.x:

function synth_product_validate($form, &$form_state) {

if (!is_numeric($node->product_quantity)) {
form_set_error('product_quantity', t('Quantity (in mg) must be a number.'));
}
return;
}

Upgrade from 6.13 to 6.14 - PHP Fatal error: Call to undefined function node_load() in /var/www/drupal-6.14/includes/menu.inc

I am trying to upgrade from 6.13 to 6.14 and am running into a problem. I followed all the instructions about backing up the sites folder and the database, then installed the new version and copied my sites folder back into the new installation, and then ran the upgrade.php script. When I try to view my page it is blank and I am getting this error in the httpd error log:
PHP Fatal error: Call to undefined function node_load() in /var/www/drupal-6.14/includes/menu.inc on line 410

Any ideas?

TIA,
Steve

Pages

Subscribe with RSS Subscribe to RSS - Upgrading Drupal