Closed (fixed)
Project:
Fivestar
Version:
5.x-1.13
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2008 at 07:26 UTC
Updated:
6 Oct 2008 at 01:12 UTC
When I submit a fivestar review I get the following error...
Parse error: syntax error, unexpected '<' in /home/mywebsite/public_html/modules/fivestar/fivestar_field.inc(119) : eval()'d code on line 1
Can anyone explain it...?
Comments
Comment #1
A_Screamer commentedUpgraded to the latest FiveStar and the error still occurs...
Comment #2
quicksketchThis problem is caused by custom code you have entered somewhere on your site. It could be in a custom block, in a node, in the php rating target... really anywhere you've entered manual PHP into your site. The
eval()'d code on line 1is a giveaway that it's caused by code an end-user has entered into the site.Comment #3
quicksketch