Installation Error:
An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://www.daveball.net/update.php?id=70&op=do StatusText: OK ResponseText: Fatal error: Call to undefined function db_add_column() in /home/dave/public_html/sites/all/modules/captcha/captcha.install on line 329

Code Snippet:
/**
* Iplementation of hook_update_N()
* Add a CAPTCHA token column to captcha_sessions table.
*/
function captcha_update_6202() {
$ret = array();
db_add_column($ret, 'captcha_sessions', 'token', 'varchar(64)');
return $ret;
}

System:
Drupal 7 - upgraded from Drupal 6.

Comments

soxofaan’s picture

Tebb’s picture

Subscribing.

soxofaan’s picture

Status: Active » Closed (duplicate)

now with release of 6.x-2.4, this is not really a bug on its own but more a duplicate of #1021244: Prevent upgrading directly from 6.x-2.3 (or earlier) to 7.x-1.x