Unknown error (invalid-json). Please contact an administrator for more info.
-
I also met the same problem with 2.0.2:
Unknown error (invalid-json). Please contact an administrator for more info.
After I update my php from 5.3.3 to 5.6.16 on my iis7.5 2008 R2 server.If I back to php 5.3.3 it will ok but it will get problem when I use php 5.6.16.
So i also open the file curlpost.php and changed the line 79# from
CURLOPT_SSL_VERIFYPEER => ture
to
CURLOPT_SSL_VERIFYPEER => false,
and then it can run very well on php5.6.16.But I guess it is a potential problem there.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Unknown error (invalid-json). Please contact an administrator for more info.’ is closed to new replies.