Closed (duplicate)
Project:
CAPTCHA
Version:
7.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2011 at 01:22 UTC
Updated:
8 Feb 2011 at 00:48 UTC
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
Comment #1
soxofaan commentedthanks for reporting,
this is related to #1021244: Prevent upgrading directly from 6.x-2.3 (or earlier) to 7.x-1.x
Comment #2
tebb commentedSubscribing.
Comment #3
soxofaan commentednow 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