jkudish / JigoShop-Software-Add-on

Add functionality to the JigoShop WordPress plugin, which allows you to run a full-blown software shop, including license activation, license retrieval, activation e-mails and more
https://github.com/jkudish/JigoShop-Software-Add-on
19 stars 2 forks source link

Fatal error on activate #29

Closed novium closed 11 years ago

novium commented 12 years ago

Parse error: syntax error, unexpected 'add_action' (T_STRING), expecting function (T_FUNCTION) in ..\wp-content\plugins\jkudish-JigoShop-Software-Add-on-3166cac\jigoshop-software.php on line 1971

jkudish commented 11 years ago

I can't duplicate this but I suspect that the problem could be with the name of the folder. Try renaming jkudish-JigoShop-Software-Add-on-3166cac to just jigoshop-software.

thedesloge commented 10 years ago

I know you closed this issue but I am having the same issue on activation.

Wordpress version: 3.8.1 Jigoshop version: 1.8.1 Jigoshop Software add-on version: 2.5

Parse error: syntax error, unexpected T_STRING, expecting T_FUNCTION in .../wp-content/plugins/jigoshop-software/jigoshop-software.php on line 1649

Thanks

thedesloge commented 10 years ago

Turns out there's a curly brace misplaced.