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

mercmobily’s picture

Status: Active » Fixed

Hi,

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.

garamvideos’s picture

Cool 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.