Update 20 fails, error not shown

NancyDru - October 15, 2009 - 19:52
Project:API
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

Need to change:

  $return = update_sql("UPDATE {api_branch} SET project = 'drupal'");

to

  $return[] = update_sql("UPDATE {api_branch} SET project = 'drupal'");

AttachmentSize
api_error_jpg.JPG46.89 KB

#1

NancyDru - October 15, 2009 - 19:56

After the change

AttachmentSize
api_error_2.jpg 130.62 KB

#2

drumm - November 7, 2009 - 20:18
Status:active» fixed

Fixed the typo.

Was the second error from a clean, backed-up database? It looks like the same update may have been run twice on the same tables, which won't work. If all else fails, you can always reinstall since this module is just a parser.

#3

System Message - November 21, 2009 - 20:20
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.