Fatal error because of wrong data type
-
Hi, we added EAN plugin and the website went down. From log I found out that it was this plugin,
Uncaught TypeError: json_decode(): Argument #1 ($json) must be of type string, array given
Line: 599
Error: 1 E_ERROR – Fatal run-time errors
wp-content/plugins/woo-multi-currency/frontend/price.phpIssue was that to database, probably ean plugin wrote instead of json, the serialized array, and that’s automatically unserialized
Here is how I fixed it. Please fix it in the next release. Thank you!
https://pastebin.com/CAnhrZFA
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Fatal error because of wrong data type’ is closed to new replies.