Widget error cannot eval following PHP : extra_voting_forms_show_form($node,'n',3);
unmicdrac - November 21, 2008 - 08:33
| Project: | Drigg External Vote Button |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | PGiro |
| Status: | closed |
Jump to:
Description
I have done all the things mentioned in readme.txt but I get the error in the title. Is it something that I am doing wrong, is it a problem with my servers settings? Any advice greatly apreciated.

#1
I think this is related to #333007: Parse Error on User Profile Scoops page
Go to drigg_user settings and add change the form values from
extra_voting_forms_show_form($node,'n',3);to
return extra_voting_forms_show_form($node,'n',3);#2
That was it, now it's working. Kinda slow sometimes, but working. Thank you!
#3
Good.
The slowness is with the old button, right ? The new one should be better.