HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

testing latest github of v2, errors

bobthemanbobtheman
edited March 2010 in Feedback
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.