Steps to reproduce - 1
Go to /admin/settings/actions
Result: There is a list of entries in the 'Action type' column but the Description column is blank.
Expected: the Description column should not be blank

Steps to reproduce - 2
Go to /admin/build/trigger/node; then go to /admin/reports/dblog
Result: there is an entry of Type=php and Message=Unknown column 'a.description' in 'field list' query: SELECT h.aid, a.description FROM mdp1_trigger_assignments h LEFT JOIN mdp1_actions a on a.aid = h.aid WHERE h.hook = 'nodeapi' AND h.op = 'view' ORDER BY h.weight in /mdp/website1/www/modules/trigger/trigger.admin.inc on line 278.
Expected: there should not be this kind of error in the log

Background
Site updated to latest 6.x core and modules.
Installed modules include Rules 6.x-1.5 and Triggers (Drupal 6.28).
Updates were run after every module or core update.
Status report shows "Database updates - Up to date".
Running on Ubuntu 12.04 / Apache 2.2.22 / MySQL 5.5.29 / PHP 5.3.10

In MySQL / PHPMyAdmin, the columns of the action table are

  • aid
  • type
  • callback
  • parameters
  • label <-- database queries seem to expect this column to be called 'description'.

Comments

charlesjc’s picture

Not sure if this is useful: this site was originally created with Drupal 6.22 in late 2011.

Status: Active » Closed (outdated)

Automatically closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.