M mythoss Member May 18, 2013 #1 May 18, 2013 #1 try to run joomla in my plesk 10.4 server with litespeed take this error: Fatal error: Call to undefined function json_decode() in /var/www/vhosts/xxxxxxx/libraries/joomla/registry/format/json.php on line 67 How can activate json? php is 5.4.13
try to run joomla in my plesk 10.4 server with litespeed take this error: Fatal error: Call to undefined function json_decode() in /var/www/vhosts/xxxxxxx/libraries/joomla/registry/format/json.php on line 67 How can activate json? php is 5.4.13
T thejasonator New Member Feb 12, 2014 #3 Feb 12, 2014 #3 You need to add this line to your php.ini at /usr/local/lsws/lsphp5/lib/php.ini extension=json.so That fixed it for me!
You need to add this line to your php.ini at /usr/local/lsws/lsphp5/lib/php.ini extension=json.so That fixed it for me!