Posted by kaizerking on December 31, 2012 at 7:10pm
3 followers
| Project: | Location Taxonomize |
| Version: | 7.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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).
Comments
#1
The 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.