No Recent Posts – Solution
-
Hey there,
I spent a good couple of days pulling my hair out trying to work out why I couldn’t get ThinkTwit working.
I recently fixed my issue, and thought it would be useful to let others know who may have the same issue.
I had Thinktwit working perfectly on an Apache install, although I had to use cURL to get it working.
I ported this over to a Windows/IIS install, and suddenly nothing worked, even with cURL.
Finally, I managed to get this working by setting an option within the ThinkTwit script, for all three cURL requests:
url_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
cURL requests are now working for me. I understand that setting this option may not be ideal for security, and so if anyone has any alternative solutions, please let me know.
- The topic ‘No Recent Posts – Solution’ is closed to new replies.