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.

user error: Unknown column 'throttle' in 'field list'

I have now upgraded to Drupal 4.4.0 from Drupal 4.3.2. I do not know anything about MySQL, or PHP which is why I decided to use Drupal. It handles all of this for me. When I am trying to configure blocks, the following error messages are displayed:

user error: Unknown column 'throttle' in 'field list'
query: UPDATE blocks SET region = 0, status = 0, custom = 0, path = '', weight = 0, throttle = 0 WHERE module = 'queue' AND delta = '0' in /home/banshee/public_html/includes/database.mysql.inc on line 97.

user error: Unknown column 'throttle' in 'field list'
query: UPDATE blocks SET region = 0, status = 0, custom = 0, path = '', weight = 0, throttle = 0 WHERE module = 'poll' AND delta = '0' in /home/banshee/public_html/includes/database.mysql.inc on line 97.

user error: Unknown column 'throttle' in 'field list'
query: UPDATE blocks SET region = 0, status = 0, custom = 0, path = '', weight = 0, throttle = 0 WHERE module = 'node' AND delta = '0' in /home/banshee/public_html/includes/database.mysql.inc on line 97.

user error: Unknown column 'throttle' in 'field list'
query: UPDATE blocks SET region = 0, status = 0, custom = 0, path = '', weight = 0, throttle = 0 WHERE module = 'throttle' AND delta = '0' in /home/banshee/public_html/includes/database.mysql.inc on line 97.

user error: Unknown column 'throttle' in 'field list'
query: UPDATE blocks SET region = 0, status = 1, custom = 0, path = '', weight = 0, throttle = 0 WHERE module = 'user' AND delta = '2' in /home/banshee/public_html/includes/database.mysql.inc on line 97.

PHP blocks in 4.4

When making a PHP block (eg an alternative login block), the resulting block is included/executed at the wrong place. It is included even before the HTML declaration.

The same block displayed in the correct location in 4.3, and if I set the block to HTML instead of PHP, it also renders correctly (without actually doing what I wanted it to do ofcourse ;-)).

user error: Table 'banshee_drpl1.filters' doesn't exist

Drupalites,

I have finally managed to upgrade from 4.3.2 to 4.4.0. I was also receiving the default theme error, which I have overcome thanks to Marvin error in upgrade from 4.3 to 4.4 which detailed the method to correct that issue.

I notice now when I try and administer filters, the following messages appear:

user error: Table 'banshee_drpl1.filters' doesn't exist
query: SELECT * FROM filters ORDER BY weight ASC in /home/banshee/public_html/includes/database.mysql.inc on line 97.

Error messages confusing

OK...I'm also a bit of a Drupal newbie. I decided to upgrade from 4.3.2 to 4.4. I finally got it to work ... sort of.

The URL is http://www.pennywit.com/drupal/

I'm getting this error message at the top of the main page:

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/editorja/public_html/pennywit/drupal/includes/conf.php:67) in /home/editorja/public_html/pennywit/drupal/includes/session.inc on line 5

warning: Cannot modify header information - headers already sent by (output started at /home/editorja/public_html/pennywit/drupal/includes/conf.php:67) in /home/editorja/public_html/pennywit/drupal/includes/common.inc on line 1233.
user error: Table 'editorja_drpl2.filters' doesn't exist
query: SELECT * FROM filters ORDER BY weight ASC in /home/editorja/public_html/pennywit/drupal/includes/database.mysql.inc on line 97.

When I try to login with my admin username, I get this:

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/editorja/public_html/pennywit/drupal/includes/conf.php:67) in /home/editorja/public_html/pennywit/drupal/includes/session.inc on line 5

warning: Cannot modify header information - headers already sent by (output started at /home/editorja/public_html/pennywit/drupal/includes/conf.php:67) in /home/editorja/public_html/pennywit/drupal/includes/common.inc on line 1233.

refer and feedback modules broken by 4.4.0

Hello.

I run Drupal 4.3.1, and did a test install of the 4.4.0, and performed the upgrade.

Thanks to all who participated, it is a greater product now (404 pages, pushbutton, flexinode, and much much more).

However, the following modules do not work at all. They just display a 404 error.

- refer. I submitted a bug on that here.

- feedback. Someone else submitted a bug on it here. I encountered the same error.

406 Not Acceptible error when changing filters or xtemplate settings

Upgraded to 4.4.0 tonight from 4.3.2. All seemed to go well. But I can't set the "mission" in xtemplate (or change any of the xtemplate settings), or make changes to the filters.

Drupal reports (or the browser reports) a "406 Not Acceptible" error. The message attached to the error is, "An appropriate representation of the requested resource / could not be found on this server."

Can someone shed some light on this for me? I'm baffled. Thx.

Pages

Subscribe with RSS Subscribe to RSS - Upgrading Drupal