› Forums › NextScripts API Forums – Google+, Pinterest, LinkedIn, etc.. › fatal error
- This topic has 5 replies, 1 voice, and was last updated 9 years ago by NextScripts.com.
- AuthorPosts
- October 28, 2015 at 8:16 am #466451f100Participant
hello, after posting i got this one. Of cource plugin could not publish the post to google+ can you help?
/wp-content/plugins/nxs-snap-pro-upgrade/nxs-snap-pro-upgrade.php(26) : eval()’d code on line 346, referer: https://site.com/wp-admin/post.php?post=52849&action=edit
October 28, 2015 at 10:47 am #466464What error message is there exactly?
October 29, 2015 at 6:19 pm #466645f100Participant[Thu Oct 29 06:34:31.464418 2015] [:error] [pid 26218] [client 2600:3c02::f03c:91ff:fec8:64d9:21804] PHP Warning: json_decode(): option JSON_BIGINT_AS_STRING not implemented in /nas/wp/www/cluster-40000/site/wp-content/plugins/nxs-snap-pro-upgrade/nxs-snap-pro-upgrade.php(26) : eval()’d code on line 346
October 30, 2015 at 1:59 pm #466754How old is your PHP version?
October 31, 2015 at 5:47 am #467026f100Participanttis new 5.5.9
November 2, 2015 at 11:50 am #467599Then something is wrong with it.
Here: https://php.net/manual/en/function.json-decode.php
json_decode — Decodes a JSON string
Changelog
5.4.0 The options parameter was added.
————————————-
options – Bitmask of JSON decode options. Currently only JSON_BIGINT_AS_STRING is supported (default is to cast large integers as floats)
————————————-So JSON_BIGINT_AS_STRING was added (implemented) to PHP 5.4.0
Your PHP installation is corrupted.
Version 5.5.9 should not give “option JSON_BIGINT_AS_STRING not implemented” error.
- AuthorPosts
- You must be logged in to reply to this topic.