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'");| Attachment | Size |
|---|---|
| api_error_jpg.JPG | 46.89 KB |

#1
After the change
#2
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
Automatically closed -- issue fixed for 2 weeks with no activity.