PHP Parse error: syntax error, unexpected '[' invar/public_html/5/rpcace.php on line 35
anyone ?
Your code on line 35 in rpcace.php should look like this;
private static $blockFields = [ 'hash', 'nextblockhash', 'previousblockhash', 'confirmations', 'size', 'height', 'version', 'merkleroot', 'time', 'nonce', 'bits', 'difficulty', 'mint', 'proofhash' ];
if you can not find the bracket "[" that is out of place, look at a few lines before line 35.
If that fail, just replace the file with a copy from the original and make sure that you only change the required variables leaving the rest of the file in tact.