I have no clue to fix it. Thanks.
json_encode works on development environment, but not on my product server.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
json_encode/json_decodeare not available in your production server’s version of PHP (5.1.6). Upgrade to 5.2 or higher.