fatal error

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #466451
    f100
    Participant

      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

      #466464
      NextScripts.com
      Participant

        What error message is there exactly?

        #466645
        f100
        Participant

          [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

          #466754
          NextScripts.com
          Participant

            How old is your PHP version?

            #467026
            f100
            Participant

              tis new 5.5.9

              #467599
              NextScripts.com
              Participant

                Then 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.

              Viewing 6 posts - 1 through 6 (of 6 total)
              • You must be logged in to reply to this topic.