Fatal error: Interface 'JsonSerializable' not found at plugin activation
-
This problem occurs when the JSON extension is missing from the PHP install.
One way to add the extension in PHP is to use the command : pecl install JSON.
On the other hand, many linux distros propose different methods to install extensions. For exemple, if you have Ubuntu, you may try the command : sudo apt-get install php5-json
And then restart the apache server (sudo service apache2 restart)
For gentoo, you will need the use flag “json”
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Fatal error: Interface 'JsonSerializable' not found at plugin activation’ is closed to new replies.