Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#193 2011-10-21 12:21:36
Re: TXP Tweet: arc_twitter and arc_twitter_intents
SuMu, the two tags <txp:arc_twitter_tweet_button /> and <txp:arc_twitter_follow_button /> output the Twitter widgets which use HTML5 data attributes. Using them in an XHTML site won’t break them but will cause validation issues. If you really need your page to validate you could change the doctype from XHTML to HTML5.
Offline
#194 2011-10-21 13:17:19
Re: TXP Tweet: arc_twitter and arc_twitter_intents
ah ok :-)
Offline
#195 2011-11-07 12:29:21
Re: TXP Tweet: arc_twitter and arc_twitter_intents
Hello
I use this plugin without problems on this blog psychomuell.de
But here on http://su-mu.de/?s=blog I get error messages (internal)
http://su-mu.de/textpattern/index.php?event=arc_admin_twitter I see this on top of the blog:
Warning: file_put_contents(/is/htdocs/wp1156982_J9WJDCWOFY/www/sumu/textpattern/is/htdocs/user_tmp/wp1156982_J9WJDCWOFY//22cde2aa87ed496d06193688c4c05e00) [function.file-put-contents]: failed to open stream: Datei oder Verzeichnis nicht gefunden in /is/htdocs/wp1156982_J9WJDCWOFY/www/sumu/textpattern
/lib/txplib_misc.php(653) : eval()'d code on line 1127
What can I do?
Offline
#196 2011-11-07 18:13:03
Re: TXP Tweet: arc_twitter and arc_twitter_intents
wp1156982_J9WJDCWOFY//22cde2aa87ed496d06193688c4c05e00
…look at that, double slashes in (what appears to be) a path. Might want to check your configuration.
Offline
#197 2011-11-08 04:38:16
Re: TXP Tweet: arc_twitter and arc_twitter_intents
Hi maruchan
that has made the installation, because I can not access on it.
arc_twitter_cache_dir
/is/htdocs/wp1156982_J9WJDCWOFY/www/sumu/textpattern/is/htdocs/user_tmp/wp1156982_J9WJDCWOFY/
I can access it, but that seems to be correct?
Offline
#198 2012-01-12 18:35:56
Re: TXP Tweet: arc_twitter and arc_twitter_intents
arc_twitter v3.1 and arc_twitter_intents v1.1 are out now. No major changes, but the plugin will auto activate on install making upgrades simpler.
Offline
#199 2012-01-25 20:04:13
- Bongo-man
- Member
- Registered: 2009-03-18
- Posts: 243
Re: TXP Tweet: arc_twitter and arc_twitter_intents
Hello,
I have two web sites with textpattern engine, one of them when I install (both 2.0.1 and 3.0.1) arc_twitter and active it, in the plugin page is displays this error message:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /web/htdocs/www.mysite.xx.yy/home/textpattern/lib/txplib_misc.php(540) : eval()‘d code on line 1092
In debugging mode is displayed all this:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /web/htdocs/www.mysite.xx.yy/home/textpattern/lib/txplib_misc.php(653) : eval()’d code on line 1092
The above errors were caused by the plugin:arc_twitter
and in the diagnostics page all is ok except this:
Pre-flight check
clean_url_data_failed: <br />
In another site with same textpattern and php release all works fine, without any problem.
Any suggestion?
Thanks
Last edited by Bongo-man (2012-01-25 21:32:35)
Offline
#200 2012-02-12 16:40:19
Re: TXP Tweet: arc_twitter and arc_twitter_intents
arc_twitter v3.2 is out now. You can now exclude replies from the output of arc_twitter in addition to excluding retweets. The retweets exclusion/inclusion has been missing from the plugin’s documentation for ages but details are now in there. I’ve also added a fetch attribute that lets you request more tweets from Twitter than you intend to display using the limit attribute. This is to try and help get around the issue that the Twitter API counts the tweets before using some of the filters so some people were not always getting back the number of tweets they wanted. fetch is optional, so the plugin will continue working as before without it.
Offline
#201 2012-02-25 11:44:49
Re: TXP Tweet: arc_twitter and arc_twitter_intents
arc_twitter v3.2.1 is out now. Only a couple of minor changes. Most significantly links now have rel=“external” set.
Offline
#202 2012-03-12 18:44:11
- Bongo-man
- Member
- Registered: 2009-03-18
- Posts: 243
Re: TXP Tweet: arc_twitter and arc_twitter_intents
In only one of my sites I continue to get this error in the plugin page, after installing the plugin:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /web/htdocs/www.website.com/home/textpattern/lib/txplib_misc.php(540) : eval()’d code on line 1105
and (in debugging mode), this time the message is the same:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /web/htdocs/www.website.com/home/textpattern/lib/txplib_misc.php(540) : eval()’d code on line 1105
Offline
#203 2012-03-16 17:03:11
Re: TXP Tweet: arc_twitter and arc_twitter_intents
Hello,
I installed this plugin together with the mulitlingual package MLP. My problem is that the tinyurl does not redirect to the article and ends up in an error page. Has anyone checked if arc_twitter works together with MLP? And if so, is there any solution?
Un saludo, Felix
Offline
#204 2012-03-31 15:17:45
Re: TXP Tweet: arc_twitter and arc_twitter_intents
Not sure if it is an error on my side, or changes in Textpattern, but in case it is the latter, the latest vs of arc_twitter is not working with the latest svn of txp. Nothing posts on save (with posting enabled of course). Perhaps the move to using javascript to save broke how arc_twitter works?
Offline