Closed (fixed)
Project:
Computed Field
Version:
6.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Oct 2009 at 20:29 UTC
Updated:
8 Mar 2010 at 17:41 UTC
I'm getting the following warning when creating a node containing a computed field through drupal_execute().
warning: Division by zero in CUSTOMPATH\sites\all\modules\computed_field\computed_field.module(161) : eval()'d code on line 1.
Mathematically, this makes sense since there aren't any values in the remaining fields yet, but it is bothersome to see this as a warning when I use drupal_execute().
Comments
Comment #1
LEternity commentedHad to do with my own system...