[Plugin: HL Twitter] settings page not working
-
The settings page not loading and I can’t add twitters accounts. I clean up the DB from a previously installation that stop to working after wordpress update.
-
Hi dannlopes, can you provide any more information? Are you stuck on the link to Twitter page with a blue button just saying loading?
No. When I click the settings option or add a twitter account, the page frame that should shows anything do not load.
Hi, the below javascript is not working.
<h2>Connect to Twitter</h2> <p>To use HL Twitter you must first authorise it via Twitter. To connect, click on the link below.</p> <p id="hl_twitter_oauth_get_authorize_url">Loading...</p> </div> <script type="text/javascript" > jQuery(document).ready(function($) { $.post(ajaxurl, { action: 'hl_twitter_oauth_get_authorize_url' }, function(response) { $("#hl_twitter_oauth_get_authorize_url").html(response); }); }); </script>javascript not work above.
@shinji.kuma This error is caused by you not having cURL enabled for PHP on your server. If you Google “enable curl in php” for more help as it is different for each server.
I think I found the problem. Unfortunately I have no wordpress hosted anymore to verify, but I guess the problem was because I’m using Google Chrome and it doesn’t allow redirect when connect my twitter account with wordpress. If anyone can try to link twitter account with wordpress using Google Chrome, may be this solve the problema I related above.
I’m having the same problem as described by dannlopes. (BTW, I tested it vs. Chrome, Firefox, and Safari with the same results.)
When I try to add a user or go to the settings page, the browser churns for a while and comes back with an empty wpbody-content div (except for the standard screen-meta and contextual-help stuff). Because the problem occurs anytime cURL would be needed, I’m fairly convinced this is some kind of cURL setup issue, but I’m not sure where the problem could be.
I have HL Twitter working great on a Linux-hosted WordPress blog, but this one is Windows hosted, running on IIS (/groan) and I’ve been working with the SysAds to get cURL working for weeks. We’re running PHP 5.3.6, and here’s the cURL info that comes from phpinfo():
curl cURL support enabled cURL Information 7.21.2 Age 3 Features AsynchDNS Yes Debug No GSS-Negotiate No IDN No IPv6 Yes Largefile Yes NTLM Yes SPNEGO No SSL Yes SSPI Yes krb4 No libz Yes CharConv No Protocols dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, pop3, pop3s, rtsp, scp, sftp, smtp, smtps, telnet, tftp Host i386-pc-win32 SSL Version OpenSSL/0.9.8r ZLib Version 1.2.3 libSSH Version libssh2/1.2.7I’m on the verge of recommending to the site owner that we move to the Linux host where I know this works, but that will generate a bunch of work and could be more trouble than it’s worth… any ideas/troubleshooting suggestions welcome!
Hi decompiler, can you check to see if multi_curl is enabled within PHP as the plugin makes extensive use of that? I don’t have much experience with IIS unfortunately, so can’t offer anything specific in regards to that.
The topic ‘[Plugin: HL Twitter] settings page not working’ is closed to new replies.