Closed (fixed)
Project:
Charts
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jun 2009 at 13:19 UTC
Updated:
28 Jul 2009 at 02:40 UTC
When I installed Charts module and went to its settings page I saw this error:
Fatal error: Call to undefined function: array_fill_keys() in /home/*******/domains/********/public_html/modules/charts/charts.inc on line 103
Simple question... What is wrong?
Comments
Comment #1
brmassa commentedPovilas,
the module needs PHP 5.2 or later.
regards,
massa
Comment #2
POVYLAZZZ commentedMmmm... This could be one of requirement in the module, I mean hat it would install at all if PHP ver is lower than 5.2.
Any way thanks for help ;)
Comment #3
dave reidIf your module required PHP 5 or higher, you should add the "php = 5" in your module's info file so people with PHP 4 cannot install it.
Please read: http://drupal.org/node/231036
Comment #4
brmassa commentedDave,
thanks a lot. Its now commited. Soon in the next release.
regards,
massa