Closed (fixed)
Project:
Drigg
Version:
5.x-1.36
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2008 at 17:05 UTC
Updated:
26 Nov 2008 at 02:22 UTC
This is the error shown multiple times when I go to the Scoops on a User's Profile page
Parse error: syntax error, unexpected $end in /home/indiasphere/indiasphere.net/sites/all/modules/drigg/drigg_users/drigg_users.module(441) : eval()'d code on line 1
Any thoughts?
Comments
Comment #1
mercmobily commentedHi,
You wrote something wrong in the configuration for the sub-module "drigg_users", in the section "Code to get the voting forms.".
That code is eval()d -- you need to be very careful. Something that works is "return extra_voting_forms_show_form($node,'n',3);"
Bye,
Merc.
Comment #2
garamvideos commentedCool thanks that was it, there was an extra " at the end of it for some reason left over from my upgrade of drigg. Works now.