Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.2
-
Fix Version/s: 3.2
-
Component/s: Technical infrastructure, Usability
-
Labels:None
Description
The function json_encode - which is provided by PHPs JSON-module - is used various times in the AJAX modules.
Due to the install-script not checking whether this module is installed, civicrm may show various errors and disfunctions during operation. I suggest to check for the json-module in the same way that we check for mysql.
Attached is a patch which applies to recent SVN-HEAD.