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.

cron problems on aggregate

Hi

Today I upgraded my site to 4.4.2 from 4.3 and there are still some cron errors left. When I start a croin I get:

warning: xml_parser_create: unsupported source encoding "windows-1252" in /var/www/html/myblog/includes/common.inc on line 1215.
warning: xml_parser_set_option(): supplied argument is not a valid XML Parser resource in /var/www/html/myblog/includes/common.inc on line 1216.
warning: xml_set_element_handler(): supplied argument is not a valid XML Parser resource in /var/www/html/myblog/modules/aggregator.module on line 360.
warning: xml_set_character_data_handler(): supplied argument is not a valid XML Parser resource in /var/www/html/myblog/modules/aggregator.module on line 361.
warning: xml_parse(): supplied argument is not a valid XML Parser resource in /var/www/html/myblog/modules/aggregator.module on line 363.
warning: xml_get_error_code(): supplied argument is not a valid XML Parser resource in /var/www/html/myblog/modules/aggregator.module on line 364.
warning: xml_get_current_line_number(): supplied argument is not a valid XML Parser resource in /var/www/html/myblog/modules/aggregator.module on line 364.

[root@kjell modules]#

(note, started from the cli, but same from browser)

Anyone an idea? Did I leave some old files?

import.module upgrade broke db

I upgraded my import module to 4.4.0 because it was causing problems, but step 2 of the install instructions messed up my database badly. Now my site gets these errors on every page:

user error: Unknown column 'fid' in 'where clause'
query: SELECT * FROM feed WHERE fid = 7 in /home/peacecds/grassroots_html/includes/database.mysql.inc on line 97.
user error: Unknown column 'fid' in 'where clause'
query: SELECT * FROM item WHERE fid = 0 ORDER BY timestamp DESC, iid DESC LIMIT 0, 15 in /home/peacecds/grassroots_html/includes/database.mysql.inc on line 97.
user error: Unknown column 'fid' in 'where clause'
query: SELECT * FROM feed WHERE fid = 4 in /home/peacecds/grassroots_html/includes/database.mysql.inc on line 97.
user error: Unknown column 'fid' in 'where clause'
query: SELECT * FROM item WHERE fid = 0 ORDER BY timestamp DESC, iid DESC LIMIT 0, 15 in /home/peacecds/grassroots_html/includes/database.mysql.inc on line 97.

Clearly, the item table is missing a fid column. I presume this isn't fixable by just insert the fid column to the table. Any ideas *how* to fix it?

Thanks a lot! :)

doonyakka

menus module broken

Since I upgraded to 4.4.1, when I click on administer->menus, I get the following error:

Fatal error: Call to undefined function: pager_display() in /home/modules/menus.module on line 1047

and when I click on configuration->modules->menus I get the following error:

Update of Profile Module

I wonder whether someone would help by giving me some detailed instruction as to:

  • how to update the profile modules only to a newer version; The version I am currently using is: $Id: profile.module,v 1.41.2.1 2004/03/24 05:59:53 dries Exp $. Which new version works?
  • how to include the country listing in the profile - country list

I am currently using Drupal 4.41 release.
Thanks very much.

user error: Unknown column 'n.sticky' in 'order clause' query:

I just upgraded from Drupal 4.3.2 to 4.4.1, and almost everything is working except for filestore2/fscache. I downloaded the lastest versions of those modules from cvs, and I can upload new files, but whenever I click on the "Files" tab at the top of the page, I get the following error:

user error: Unknown column 'n.sticky' in 'order clause' query: SELECT n.nid, n.type FROM node n JOIN filestore2 f WHERE n.status = '1' AND n.nid = f.nid ORDER BY n.sticky DESC, n.created DESC LIMIT 0, 10 in /home/httpd/html/drupal/includes/database.mysql.inc on line 97.

Drupal upgrade from 4.3.2 to 4.4.1 by means of Debian apt-get upgrade

I run a Debian system and update it using apt-get upgrade. This time around it wanted to upgrade Drupal from 4.3.2 to 4.4.1. So I thought that I'd let it and see what happned. Actually, it did pretty well. Congrats to the package maintainer. Here are the problems that I found and the fixes. There may be others problems lurking around, and I'll update this article if I find some and I have the time.

Pages

Subscribe with RSS Subscribe to RSS - Upgrading Drupal