Warning: Division by zero in location_taxonomize_location_bulk_taxonomize_op() (line 90 of C:\wamp\www\og\sites\all\modules\location_taxonomize\location_taxonomize_location\location_taxonomize_location.module).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | location_taxonomize_location_1877200.patch | 651 bytes | hutch |
Comments
Comment #1
hutch commentedThe reason the error occured is because you attempted to taxonomize an empty table, but in order to avoid a confusing message the attached patch will prevent function location_taxonomize_location_bulk_taxonomize_op() from continuing.