I received the following error upon install:
Parse error: syntax error, unexpected '=', expecting ']' in /sites/all/modules/social-share/social_share.module on line 62

I commented out the line since I didn't really need delicious support (which is covered on that line); however, you might want to double check the code. It might be an error unique to my hosting environment...

CommentFileSizeAuthor
#1 1120552.patch1.01 KBwillvincent

Comments

willvincent’s picture

StatusFileSize
new1.01 KB

Ahh yes, there is in fact a missing close bracket on that line.

Here's a patch.

willvincent’s picture

Status: Active » Closed (fixed)

I've issued another release that incorporates this fix. Upgrading to 1.7 will fix this issue.

  • Commit cd8817c on 8.x-1.x by willvincent:
    Issue #1120552 by willvincent: Add missing closing bracket. Fixes syntax...