Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: TXP Tweet: arc_twitter and arc_twitter_intents
Sorry, same result! On 4.2.0 install, should work no idea why it does not..
Offline
Re: TXP Tweet: arc_twitter and arc_twitter_intents
jstubbs wrote:
Sorry, same result! On 4.2.0 install, should work no idea why it does not..
OK, I have absolutely no idea why this isn’t working for you as it has been tested on a number of different 4.2.0 installs. I’ve recompiled the plugin, can you see if this works; for you?
If it doesn’t perhaps I can send you the original code?
Offline
Re: TXP Tweet: arc_twitter and arc_twitter_intents
Beats me why this does not work – not your latest version above either…! I have classic and 4.2.0. Already using v0.2 without any issues. Can you mail me the code?
Offline
Re: TXP Tweet: arc_twitter and arc_twitter_intents
Hi I’ve had this error a couple of times in the last 24 hours.
The tweet was sent. But not stored in the database.
Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 50: parser error : Entity 'rsaquo' not defined in /home/content/78/3604578/html/textpattern/lib/txplib_misc.php(594) : eval()'d code on line 739
Warning: simplexml_load_string() [function.simplexml-load-string]: <li class="first"><a href="http://twitter.com">Home ›</a></li> in /home/content/78/3604578/html/textpattern/lib/txplib_misc.php(594) : eval()'d code on line 739
Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /home/content/78/3604578/html/textpattern/lib/txplib_misc.php(594) : eval()'d code on line 739
Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 58: parser error : Entity 'raquo' not defined in /home/content/78/3604578/html/textpattern/lib/txplib_misc.php(594) : eval()'d code on line 739
Warning: simplexml_load_string() [function.simplexml-load-string]: nformation, check out <a href="http://status.twitter.com">Twitter Status » in /home/content/78/3604578/html/textpattern/lib/txplib_misc.php(594) : eval()'d code on line 739
Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /home/content/78/3604578/html/textpattern/lib/txplib_misc.php(594) : eval()'d code on line 739
Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 64: parser error : Entity 'copy' not defined in /home/content/78/3604578/html/textpattern/lib/txplib_misc.php(594) : eval()'d code on line 739
Warning: simplexml_load_string() [function.simplexml-load-string]: <li class="first">© 2010 Twitter</li> in /home/content/78/3604578/html/textpattern/lib/txplib_misc.php(594) : eval()'d code on line 739
Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /home/content/78/3604578/html/textpattern/lib/txplib_misc.php(594) : eval()'d code on line 739
Thanks Geoff
Last edited by geoff777 (2010-06-18 14:24:55)
There are 10 types of people in the world: those who understand binary, and those who don’t.
Offline
Re: TXP Tweet: arc_twitter and arc_twitter_intents
geoff777 wrote:
Hi I’ve had this error a couple of times in the last 24 hours.
The tweet was sent. But not stored in the database.
Looks like Twitter is behaving badly and not returning an XML document when you tweet. This would mean that the plugin wouldn’t see the tweet’s ID to store in the database. I will look into suppressing the error and check that the Twitter API is being correctly used since the change.
Offline
Re: TXP Tweet: arc_twitter and arc_twitter_intents
Hi
problems width Ü, Ä, Ö – umlauts
see here
bottom of the page, when clicking the link , #München – hyperlinked only is the M
clicking on #Ehemann – the url output is : http://twitter.com/#search?q=%2523Ehemann
is understandable ;-) ?
Offline
Re: TXP Tweet: arc_twitter and arc_twitter_intents
I can understand about the umlaut but the #Ehemann not working…I would think the plugin would simply pass the hashtag to Twitter, where it is made into a link.
Offline
Re: TXP Tweet: arc_twitter and arc_twitter_intents
SuMu wrote:
Hi
problems width Ü, Ä, Ö – umlauts
see here
bottom of the page, when clicking the link , #München – hyperlinked only is the Mclicking on #Ehemann – the url output is : http://twitter.com/#search?q=%2523Ehemann
is understandable ;-) ?
There is a problem with the hashtags being encoded for some reason. Not really sure why as nothing with that part of the code has changed, but I am investigating. As for the umlauts, I suspect that no accented letters are being correctly linked. I will look into sorting this as I am sure many will come across this issue.
Offline
Re: TXP Tweet: arc_twitter and arc_twitter_intents
thanks, I just wanted to share it
Offline
Re: TXP Tweet: arc_twitter and arc_twitter_intents
Hey Andy,
Can’t seem to get arc_twitter to work on the domain sw.oliverker.com since the update, I’ve tried deleting and re-uploading, but doesn’t even ant to pull in tweets from the twitter account, do you have to connect via twitter to just get the tweets? I have tried connecting via the admin but getting errors.
I also got this error on install from deleting it.
Warning: Table 'stefanwolff_txp.arc_twitter' doesn't exist ALTER TABLE arc_twitter MODIFY COLUMN tweet_id BIGINT(20); in /home/oliverkerdev/sw.oliverker.com/textpattern/lib/txplib_db.php on line 85
cheers
Oli
Offline
Re: TXP Tweet: arc_twitter and arc_twitter_intents
oliverker wrote:
Hey Andy,
Can’t seem to get arc_twitter to work on the domain sw.oliverker.com since the update, I’ve tried deleting and re-uploading, but doesn’t even ant to pull in tweets from the twitter account, do you have to connect via twitter to just get the tweets? I have tried connecting via the admin but getting errors.
To use the tags you shouldn’t have to connect to Twitter for authentication as long as you define the account user name in the tag attributes and that the account has public tweets. Is the plugin failing to connect? Is the site admin at [site-url]/textpattern? There are known issues with multi-site installs, but fixable.
I also got this error on install from deleting it.
Warning: Table 'stefanwolff_txp.arc_twitter' doesn't exist ALTER TABLE arc_twitter MODIFY COLUMN tweet_id BIGINT(20); in /home/oliverkerdev/sw.oliverker.com/textpattern/lib/txplib_db.php on line 85cheers
Oli
Not sure why the SQL is failing, when does this happen? At a fresh install, update, or install after deleting the plugin?
Offline
#87 2010-07-07 16:52:33
- eddiemw
- New Member
- Registered: 2010-05-28
- Posts: 2
Re: TXP Tweet: arc_twitter and arc_twitter_intents
Hi Andy, This is a fantastic plugin and worked really until I just tried to upgrade to your latest release, with no success – I deleted the previous install and uploaded latest beta only to keep getting the following warning:
Warning: Table ‘web45-so_uk548w.arc_twitter’ doesn’t exist ALTER TABLE arc_twitter MODIFY COLUMN tweet_id BIGINT; in /home/sites/eddiewade.co.uk/public_html/textpattern/lib/txplib_db.php on line 85
Any ideas? The prevoius install seemed to work fine…
Cheers,
Eddie
Offline
Re: TXP Tweet: arc_twitter and arc_twitter_intents
eddiemw wrote:
Hi Andy, This is a fantastic plugin and worked really until I just tried to upgrade to your latest release, with no success – I deleted the previous install and uploaded latest beta only to keep getting the following warning:
Warning: Table ‘web45-so_uk548w.arc_twitter’ doesn’t exist ALTER TABLE arc_twitter MODIFY COLUMN tweet_id BIGINT; in /home/sites/eddiewade.co.uk/public_html/textpattern/lib/txplib_db.php on line 85
Any ideas? The prevoius install seemed to work fine…
Cheers,
Eddie
I’ve had a couple of people have an issue with that. I will investigate. I assume this is a fresh install and not an upgrade?
Offline
#89 2010-07-13 13:51:46
- eddiemw
- New Member
- Registered: 2010-05-28
- Posts: 2
Re: TXP Tweet: arc_twitter and arc_twitter_intents
Hi Andy,
Thanks for getting back.. yes it was a clean install. I deleted the previous version and installed the new one.
However, I have been persevering and after the fourth attempt, despite the same database warning message on install, it worked fine and seems to function Ok as far as I can tell…weird huh?
Many thanks for all your hard work and effort in creating this fantastic plugin.
Cheers,
Eddie
Offline
Re: TXP Tweet: arc_twitter and arc_twitter_intents
Just a thought here because I have also had this database warning several times and what I find is that going straight to the “Options” and saving them seems to cure it. To me that suggests that maybe the required tables aren’t being created until the “Options” save??
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline