Closed (outdated)
Project:
Computed Field
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 May 2009 at 00:39 UTC
Updated:
29 Dec 2018 at 13:03 UTC
Jump to comment: Most recent
Comments
Comment #1
Navid19 commentedI'm receiving the same error. I'm able to still add the content but am a little worried the content is not being added correctly.
Any advice is much appreciated.
Thanks!
Parse error: syntax error, unexpected ')' in /home/...../public_html/sites/all/modules/computed_field/computed_field.module(161) : eval()'d code on line 1
Comment #2
johnthomas00 commentedIt has been a few months now. My current code for this problem loads a referenced node then runs the calculation. This code has been working perfeclty for some time now.
Comment #3
excaliburst commentedI think it must have something to do with the field types that you use for the calculation in the computed field.
I have one type of content, where divide two integers with no problem.
But then when same calculation in another content type is being done with dividing an integer with a floating point number - I get the above error too.
Any thoughts on mixing field-types in a calculation for computed field?
Best regards
Morten E
Comment #4
mmjvb commented