- From: Melvin Carvalho <melvincarvalho@gmail.com>
- Date: Tue, 14 Aug 2012 21:17:39 +0200
- To: Web Payments <public-webpayments@w3.org>
Received on Tuesday, 14 August 2012 19:18:07 UTC
Just trying to install
https://github.com/digitalbazaar/payswarm-wordpress
=========
Minor
Strangely I could not git clone from my amazon ec2 instance
fatal: https://github.com/digitalbazaar/payswarm-wordpress.git/info/refsdownload
error - The requested URL returned error: 403
Locally worked fine
=========
Minor
Trying wget
wget https://github.com/digitalbazaar/payswarm-wordpress/zipball/master
worked
make gave
ERROR: No git repository found, package building will fail.
Fixed with 'git init'
tho got a warning:
rm: cannot remove `payswarm-0.9.1/Makefile': No such file or directory
make: *** [package] Error 1
=========
So in the dashboard the plugin shows up, but when I clicked on activate I
got
Parse error: syntax error, unexpected ':' in /ebs2/
webappmarket.org/wp-content/plugins/payswarm/jsonld.php on line 746
$rval = $subject->{$property} ?: array();
Is line 746 of my file
=========
Received on Tuesday, 14 August 2012 19:18:07 UTC