Closed NNickey closed 9 years ago
Will investigate
Post.php is confirmed to be working correctly, this is not an issue with the script itself but with your setup. Make sure that you have entered the correct credentials, that your player has wall posting permissions, that the rest of the setup is correct, and there are no errors on either side. You may also want to clear the saved cookies by deleting the "cookie" and cookieTime" files.
I replaced the return error in login.php, found out its a Login Failure? How do I repair this, does this have something to do with the server not sending requests out? The password is right, and I was able to login normally. WAMP server.
Found the issue why. WAMP Server does not like using https without any verification of the certificate. Adding "CURLOPT_SSL_VERIFYPEER => false" to the curl_setopt_array allowed it to ignore the HTTPS certificate always. Only temporary, I will not be using this setup, was only for testing..
Server replies that it had posted the message, but there is no message on group wall.