Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#25 2007-12-11 19:09:27

variaas
Plugin Author
From: Chicago
Registered: 2005-01-16
Posts: 402
Website

Re: asv_tumblelog

Great! Let me know if that resolves your problem.

Offline

#26 2007-12-12 23:43:12

Zanza
Plugin Author
Registered: 2005-08-18
Posts: 699
Website

Re: asv_tumblelog

now… cUrl are actually disabled on my server. :(

Is this also the reason why I can’t add feed even throug the extension tab?

No chance to have this working some other way? I have several sites on different server, anyway. I’ll check curl on those.

Z.

Offline

#27 2007-12-27 18:16:26

tmonkey
New Member
Registered: 2007-12-27
Posts: 1

Re: asv_tumblelog

Sorry, stupid n00b question. It doesn’t recognize my simplepie.inc install path.

The only path that worked is straight “simplepie.inc” (it’s in the textpattern directory, I tested it and the demo works). asv_tumblelog saved without throwing an error but when I tried to update the feed, it gave me this error:

“A problem occured while loading the plugin: asv_tumblelog -> Warning: require_once(simplepie.inc) [function.require-once]: failed to open stream: No such file or directory on line 1480

Fatal error: require_once() [function.require]: Failed opening required ‘simplepie.inc’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/redub3/public_html/irwinchen/kenyajournal/textpattern/lib/txplib_misc.php(534) : eval()’d code on line 1480”

Offline

#28 2008-01-09 18:05:02

swf
Plugin Author
From: Saskatoon, Saskatchewan Canada
Registered: 2004-06-21
Posts: 109
Website

Re: asv_tumblelog

I’ve set up the plugin and installed simplepie and it’s found it and whne I try to manually update a feed I get the following results
any clues as to why this is? I’m on dreamhost and beleive that curl is enabled

Getting http://twitter.com/statuses/user_timeline/7073662.atom
Success!
Favicon - http://twitter.com/favicon.ico
Not importing woodsfehr: Watching first episode of season 5 of The Wire
Not importing woodsfehr: So tired today after staying up till 3:00 on a work night.

Last edited by swf (2008-01-09 18:13:22)

Offline

#29 2008-01-14 14:22:11

swf
Plugin Author
From: Saskatoon, Saskatchewan Canada
Registered: 2004-06-21
Posts: 109
Website

Re: asv_tumblelog

can anyone help with my problem? I don’t evn know where to start looking to figure out why it would say not importing

Offline

#30 2008-01-14 14:28:44

variaas
Plugin Author
From: Chicago
Registered: 2005-01-16
Posts: 402
Website

Re: asv_tumblelog

swf – the plugin is setup to grab items added to a feed since the last time the feed was checked. This features prevents accidently re-importing items that have already been imported. In a new version I offer the ability to override if necessary. I’ll ping you offline with this version.

Offline

#31 2008-01-14 14:44:46

swf
Plugin Author
From: Saskatoon, Saskatchewan Canada
Registered: 2004-06-21
Posts: 109
Website

Re: asv_tumblelog

I sent you my email unfortunately the address is spam@…. so it will likely jump into your spam folder.
I’ve tried adding new twitter posts after running the script and it still doesn’t import any of them. Hopefully this new version will fix my problem.
Thank you

Offline

#32 2008-01-18 13:37:42

swf
Plugin Author
From: Saskatoon, Saskatchewan Canada
Registered: 2004-06-21
Posts: 109
Website

Re: asv_tumblelog

i still fifn’t get your email, but I’ve had some problems with my mail server lately so you can try alteeffour[at]gmil[dot]com
Thank you

Offline

#33 2008-01-24 13:54:02

mapu
Member
From: Munich, Germany
Registered: 2004-03-16
Posts: 141

Re: asv_tumblelog

tmonkey wrote:

Sorry, stupid n00b question. It doesn’t recognize my simplepie.inc install path.

The only path that worked is straight “simplepie.inc” (it’s in the textpattern directory, I tested it and the demo works). asv_tumblelog saved without throwing an error but when I tried to update the feed, it gave me this error:

“A problem occured while loading the plugin: asv_tumblelog -> Warning: require_once(simplepie.inc) [function.require-once]: failed to open stream: No such file or directory on line 1480

Fatal error: require_once() [function.require]: Failed opening required ‘simplepie.inc’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/redub3/public_html/irwinchen/kenyajournal/textpattern/lib/txplib_misc.php(534) : eval()’d code on line 1480”

I’m getting the same error when updating a feed.

Offline

#34 2008-02-02 22:26:25

michaelkpate
Moderator
From: Avon Park, FL
Registered: 2004-02-24
Posts: 1,379
Website GitHub Mastodon

Re: asv_tumblelog

swf wrote:

can anyone help with my problem? I don’t evn know where to start looking to figure out why it would say not importing

Was this problem ever fixed? I was trying to setup the plugin on my personal site hosted by Dreamhost and I am experiencing the same issue.

Offline

#35 2008-02-02 22:51:06

swf
Plugin Author
From: Saskatoon, Saskatchewan Canada
Registered: 2004-06-21
Posts: 109
Website

Re: asv_tumblelog

No I still can’t import and am on Dreamhost too.

Offline

#36 2008-02-03 04:14:37

michaelkpate
Moderator
From: Avon Park, FL
Registered: 2004-02-24
Posts: 1,379
Website GitHub Mastodon

Re: asv_tumblelog

I think I isolated the problem down to this bit of code:

//Check to see if the article has already been imported
$exists = safe_count(‘textpattern’, “Title = ‘“.$out[‘title’].”’ AND Posted=$when AND Section=’$section’”);

Apparently $exists is always set to the wrong value. Why it is doing that I am not sure.

Offline

Board footer

Powered by FluxBB