You are not logged in.
Pages: 1
I get a blank screen when trying to access index.php. When I check the log, it is saying "httpd: PHP Fatal error: Call to undefined function json_encode() in /home/httpd/html/index.php on line 49".
When googling this error, I see people mentioning that function not working on PHP versions prior to 5.2. I have a later version installed and am getting the error. Anyone know what is causing it?
Offline
Found the answer.
I had to install the module myself.
pecl install json
Then you simply add "extension=json.so" to /etc/php/php.ini
Offline
Thanks a million for this! I have been Googling for ages for a solution.
Offline
Pages: 1