0

PHP Fatal error: Call to undefined function json_ecode()

while installation typesetter when I click on view your website I got the following error

Typesetter CMS Content Management System (CMS) Add a comment
michael
asked Nov 23 2020

Answer

0

This error probably occurs when there is any php-json module is missing which is required by your website to load its content.
Hence install

yum install php7.2-json

(or php7.1-json or php5-json depending on the PHP version you're running)
Then of course make sure you restart Apache:

systemctl restart httpd

it will resolve the error.

Add a comment
linuxhelp
asked Nov 23 2020
Post your Answer