warning on PHP5.5

Issue #38 duplicate
Hirokazu Nishi created an issue

FCom/Core/buckyball/com/module.php causes warning when it runs on PHP5.5 (maybe PHP5.4 is same).

On line 289, $file is assigned into $params array.

$params['manifest_file'] = $file;

but it is not correct, because $params should be array, but sometimes it is string.

This error is caused by PHP differences between PHP5.3 and PHP5.4/5.5. Without fixing this issue, installer cannot run.

Comments (1)

  1. Log in to comment