Search the web
Sign In
New User? Sign Up
simplepie-support · SimplePie Support
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4548 - 4578 of 4578   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4548
I developed a wordpress plugin <http://www.ericlightbody.com/tweetiepie> that pulls in twitter updates that depends on simplepie. (I know, I know, it's been...
elightbo
Offline Send Email
Oct 30, 2009
2:46 am
4549
http://simplepie.org/wiki/reference/simplepie/error http://simplepie.org/wiki/reference/simplepie/get_item_quantity -- Ryan Parman <http://ryanparman.com> ...
Ryan Parman
skyzyxufks
Offline Send Email
Oct 30, 2009
2:51 am
4550
This happens on my site as well as your demo:...
Sunny Singh
myunv@ymail.com
Offline Send Email
Oct 30, 2009
12:11 pm
4551
This is usually because the feed's server is sending back an invalid mime-type for the feed. SimplePie relies on this information for various features, so it's...
Ryan Parman
skyzyxufks
Offline Send Email
Oct 30, 2009
2:15 pm
4552
Still same thing. Any more ideas?...
Sunny Singh
myunv@ymail.com
Offline Send Email
Oct 30, 2009
9:08 pm
4553
Let's see your code. :) -- Ryan Parman <http://ryanparman.com> Please don't email/IM me directly. That's why we have a mailing list. ;)...
Ryan Parman
skyzyxufks
Offline Send Email
Oct 30, 2009
9:09 pm
4554
I've been trying a few different things but I deleted that and started all over realizing it simply is not finding the feed. Here's my code: <?php // Data...
Sunny Singh
myunv@ymail.com
Offline Send Email
Oct 30, 2009
11:14 pm
4555
Yeah, I had a feeling. You can't mix short-hand and long-hand syntaxes like that, or all of your config options will get ignored. ...
Ryan Parman
skyzyxufks
Offline Send Email
Oct 30, 2009
11:22 pm
4556
I get what you're saying but don't know the exact way to do it without getting the same error. Should something go inside init(); if I want to use the long...
Sunny Singh
myunv@ymail.com
Offline Send Email
Oct 30, 2009
11:36 pm
4557
You call init() when you're completely finished setting your config options. When you pass a URL directly to the constructor (i.e. short-hand syntax (e.g. when...
Ryan Parman
skyzyxufks
Offline Send Email
Oct 30, 2009
11:40 pm
4558
Thanks that was an amateur mistake I just copied and pasted out of laziness. However, still getting same error. I should point out that daapi.flux.com is not...
Sunny Singh
myunv@ymail.com
Offline Send Email
Oct 31, 2009
12:06 am
4559
I copy and pasted your feed from what you posted and their are a number of spaces in the URL. It might just be bad formatting or the need to replace the spaces...
Shawn
cthonian130
Offline Send Email
Oct 31, 2009
1:19 am
4560
I have no spaces in my original source, it's just Yahoo! Groups adding them in for some reason. Nice eye though....
Sunny Singh
myunv@ymail.com
Offline Send Email
Oct 31, 2009
1:22 am
4561
Taking a look at the URL you posted, it's an XML file, not an Atom or RSS feed. SimplePie can only parse Atom and RSS feeds. To parse a raw XML file such as...
ryanmccue@...
mccue_ryan
Offline Send Email
Oct 31, 2009
11:46 pm
4562
Hello, I'd like to create a simple php file that mashes up a group of RSS feeds by date order. Can this be done with SimplePie? Thanks! Barbara...
coffeecupmaster
Offline Send Email
Nov 1, 2009
10:09 am
4563
Yep. Check the tutorials section on the site. :) -- Ryan Parman <http://ryanparman.com> Please don't email/IM me directly. That's why we have a mailing list....
Ryan Parman
skyzyxufks
Offline Send Email
Nov 1, 2009
3:32 pm
4564
Any help is appreciated....
elightbo
Offline Send Email
Nov 1, 2009
8:27 pm
4565
Any help is appreciated....
elightbo
Offline Send Email
Nov 1, 2009
8:29 pm
4566
Okay, I checked the tutorials and realized I asked the wrong question. I'd like to create a RSS feed of the RSS mashups (ie, like Yahoo Pipes). Did I miss that...
coffeecupmaster
Offline Send Email
Nov 2, 2009
11:54 pm
4567
I'm using the simplepie library inside other custom library and when a load de simplepie library get the following error "An unhandled win32 exception ocurred...
rmaceissoft
Offline Send Email
Nov 3, 2009
8:02 pm
4568
ERROR - 2009-11-03 20:28:37 --> Severity: 8192 --> Assigning the return value of new by reference is deprecated I:\Mis...
rmaceissoft
Offline Send Email
Nov 3, 2009
8:34 pm
4569
Hi, can anyone help please. I'm trying transfer my webpage using simplepie to a windows server but I get the following error message: PHP has encountered an...
johnpaulwarner
Offline Send Email
Nov 4, 2009
10:43 am
4571
Hi, I'm using SimplePie Plugin for Wordpress and I'm not sure how many have encountered this problem, but I had big issues with Finnish characters (ä,ö) and...
Leena
leena.lahti
Offline Send Email
Nov 4, 2009
10:59 am
4572
I forgot to mention that this code also tracks the last space between the words so it splits the text between the last words, not characters. This means that...
Leena
leena.lahti
Offline Send Email
Nov 4, 2009
11:39 am
4573
Hi, can anyone help please. I'm trying transfer my webpage using simplepie to a windows server but I get the following error message: PHP has encountered an...
johnpaulwarner
Offline Send Email
Nov 4, 2009
12:51 pm
4574
... Sounds like PHP is running out of memory. Try upping it in your php.ini. -- Ryan McCue <http://ryanmccue.info/>...
Ryan McCue
mccue_ryan
Offline Send Email
Nov 4, 2009
12:52 pm
4575
Anyone know how to make a php simplepie file that creates a mashed up RSS feed?...
coffeecupmaster
Offline Send Email
Nov 5, 2009
9:05 am
4576
I know that we have a linked tutorial in the wiki that gies over this. Having said that, I don't think that SimplePie is the right tool for this particular...
Ryan Parman
skyzyxufks
Offline Send Email
Nov 5, 2009
4:32 pm
4577
RE: SimplePie v1.2 & Google News Feed Feed $items from http://news.google.com/ produce a permalink that, when clicked, do not go directly to its respective...
Marshall
marshall_im
Offline Send Email
Nov 6, 2009
6:43 pm
4578
Hello, I am getting Call to undefined function idn_to_utf8() in /var/www/vhosts/..../libraries/SimplePie.php on line 7538 How to resolve this error? Thanks in...
staticint
Online Now Send Email
Nov 7, 2009
8:46 pm
Messages 4548 - 4578 of 4578   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help