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

A_Screamer’s picture

Version: 5.x-1.9 » 5.x-1.13

Upgraded to the latest FiveStar and the error still occurs...

quicksketch’s picture

Category: bug » support

This 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 1 is a giveaway that it's caused by code an end-user has entered into the site.

quicksketch’s picture

Status: Active » Closed (fixed)