Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Offline
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
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
Offline
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
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
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
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
Offline
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