1 lturner Sep 07, 2007 21:56
3 hammerheart Oct 06, 2007 08:13
I installed the plugin, filled the Twitter username and password but when I post got the following error:
Warning: curl_exec() has been disabled for security reasons in /home/winterso/public_html/plugins/_twitterlution.plugin.php on line 86
Error Posting to Twitter
I don't know exactly what is happening!
4 lturner Oct 08, 2007 09:47
Hi Hammerheart
The only thing that I can think of is that your hosting provider has disabled connecting out to another site. curl_exec() is the bit that connects to Twitter to post your update and the message seems to imply that they think this is a security risk. Can you contact your hosting provider to see if this is the case?
Regards
Lee
5 bit Oct 14, 2007 21:28
I receive an error "Cannot send headers...", etc.
But the post is posted and gets linked from Twitter.
How do I clear this error?
6 bit Oct 16, 2007 19:53
This is the error I get:
Success posting to Twitter
Warning: Cannot modify header information - headers already sent by (output started at /home/bit/public_html/blog/plugins/_twitterlution.plugin.php:94) in /home/bit/public_html/blog/inc/_core/_misc.funcs.php on line 2404
Warning: Cannot modify header information - headers already sent by (output started at /home/bit/public_html/blog/plugins/_twitterlution.plugin.php:94) in /home/bit/public_html/blog/inc/_core/_misc.funcs.php on line 2407
7 lturner Dec 26, 2007 19:16
Hi all
Twitterlution has now been updated to version 0.4. The recent changes make the plugin work without warnings in the version 2 releases of b2evolution and add a new feature:
* v0.4 - Added the ability to customize the update text.
* v0.3 - Removed echo of success or failure as this was causing a problem with the latest b2evolution
* v0.2 - Included source parameter
* v0.1 - Initial Release
Please see http://leeturner.org/twitterlution.php for download and install instructions.
Lee
8 bit Dec 26, 2007 19:59
Er... the download link for v0.4 doesn't seem to work.
9 lturner Dec 26, 2007 22:21
Sorry, the download link is now fixed for the 0.4 version.
Download page here:
http://leeturner.org/index.php?blog=11&p=152&more=1&page=2
Cheers
Lee
10 cslepage Mar 27, 2008 04:40
Will this work for 2.4.1?
11 lturner Mar 27, 2008 09:35
Hi
I haven't had chance to test the plugin on 2.4.1 yet so I can't say for certain. There should be no reason why it wouldn't as I have it running on a release candidate version - 2.3.0-rc1.
If you try it out let me know how it goes and I will update the documentation accordingly.
Cheers
Lee
12 cslepage Mar 27, 2008 10:46
Well, I installed it to my 2.4.1 test blog:
http://www.comiclist.com/b2etwotest/index.php
And it doesn't seem to work. But, to be fair, none of the pings seem to work.
13 lturner Mar 27, 2008 11:13
Oh, bummer...... Did you enable the twitter ping in the blog settings and updated your twitter username and password in the user settings?
I guess it is a little difficult to diagnose if none of the pings are working.
I really need to get my dev blog upgraded to 2.4.1.
14 cslepage Mar 27, 2008 12:02
I'm not getting a notice on the screen like I do with my 1.9 blog, a notice that says XXX worked, XXX pinged, etc.
The username and password are correct, and all the pings have their boxes checked.
When I officially update my 1.9 blog to 2.4.1 tomorrow, maybe it will work, who can say.
15 lturner Mar 27, 2008 15:01
The XXX worked message was taken out of the later releases of the plugin due to it causing warnings in the later releases of b2e. It was irrelevant anyway as b2e reports the success or failure of the ping.
Let me know how it goes after the formal upgrade and whether twitterlution (and the rest of the pings) are working.
Cheers
Lee
16 personman Mar 27, 2008 15:16
Have you thought about adding a widget to this plugin that shows your current twitter status?
17 cslepage Mar 28, 2008 18:49
Twitterlution does work in 2.4.1.
18 wgaffa May 27, 2008 13:41
personman wrote:
Have you thought about adding a widget to this plugin that shows your current twitter status?
This was the first thing I missed and for educational purposes I started hacking away and the plugin exists here at the moment
http://github.com/wgaffa/b2twitter/tree/master
Note that you have to edit the plugin file and insert the correct username and password at the moment but will be fixed in later releases.
19 damo May 28, 2008 20:02
I have written a twitter plugin for b2evo that is some what based on Twitterlution and some code that a fellow PHPhead wrote for the [url=http://www.geeklog.net]Geeklog[/url] CMS. If you interested we could merge the two into one project.
Let me know what you think.
The link to my forum post is: http://forums.b2evolution.net/viewtopic.php?t=15535
This is just a small update really. After talking to one of the developers over at Twitter, the Twitter web site now recognises Twitterlution and links to it accordingly.
You can download Twitterlution from the Twitterlution page on my development blog:
http://leeturner.org/twitterlution.php
Enjoy