Installed the 96 Robots theme and got the following error:
Fatal error: Call to undefined function: json_decode()...../themes/ninesixtyrobots/template.php on line 39
I'm using Drupal 6.4 and PHP 4.4.7
Installed the 96 Robots theme and got the following error:
Fatal error: Call to undefined function: json_decode()...../themes/ninesixtyrobots/template.php on line 39
I'm using Drupal 6.4 and PHP 4.4.7
Comments
Comment #1
johnalbinComment #2
jjeff commentedAs it says on the project page, the 960 Robots theme requires PHP5.
I am adding a PHP minimum requirement to the .info file for the next release. This will disallow users with PHP 4 from enabling it.