Active
Project:
quandl
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
23 Mar 2015 at 14:27 UTC
Updated:
25 Mar 2015 at 11:41 UTC
Jump to comment: Most recent
Thanks for this great module.
Quandl module is working on Drupal 7.31 but on Drupal 7.35 i get a wsod.
In log i found this error: PHP Parse error: syntax error, unexpected '[' in /home/u4702/domains/beachhuntersexchange.com/sites/all/modules/quandl/lib/quandl/Quandl.php on line 16
How can i fixed it?
Please help!
Thanks.
Comments
Comment #1
psy commentedHi, your issue lies actually with PHP version. Currently the code uses a array shorthand that is only works in PHP 5.4.x.
I am about to commit a release with that and some other bugs fixed.
In the meantime if you can change your PHP version to 5.4 the problem goes away.
The next release will remove the dependency on php 5.4.
Comment #2
yanosztm commentedThanks!
On hosting with PHP 5.4 version module is working!