Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

Who's Online 11

G_Mericgillettelucsandino +7 guests

testing latest github of v2, errors

i am testing the latest github of v2 "03/02/2010" and i was able to install into a subdomain "still cant install on a subdirectory" and when i enable VanillaCommentScore the errors begin.

Fatal Error in PHP.ErrorHandler();
/plugins/VanillaCommentScore/class.commentscore.plugin.php


43: // Create a container for the score.

44: echo '
';

45:

46: $SumScore = (is_null($Comment->SumScore) ? 0 : $Comment->SumScore);

47:

48: // Write the current score.

49: echo '' . sprintf(Plural($SumScore, '%s point', '%s points'), $SumScore) . '';

50:

has anyone else noticed this, please feel free to test this to attempt to recreate the error.
Tagged:
Sign In or Register to comment.