davidzatzcom 0 Report post Posted April 9, 2010 I keep getting this error on my page wherever the Twitter feed is pulled. It shows the feed, but shows the following error before it. Do you have a fix? Turning off the Twitter feed completely leaves a "Follow us on twitter:" without anything else, so it looks bad either way. Warning: strpos() expects parameter 1 to be string, array given in C:xampphtdocswpmu-usspiwp-includesrss.php on line 577 Follow us on Twitter * My latest on ZDNet, "Five iPad lessons Apple could teach Amazon to save the Kindle" at http://tinyurl.com/yjuuccf Share this post Link to post Share on other sites
Andrew 207 Report post Posted April 9, 2010 looks like an error created by a plugin or WPMU? Share this post Link to post Share on other sites
davidzatzcom 0 Report post Posted April 9, 2010 Thing is, I'm not using a plug-in there. That's just the code from your template. Share this post Link to post Share on other sites
Andrew 207 Report post Posted April 10, 2010 hmmmm... could you post a screenshot? I personally haven't seen this issue before; which leads me to believe there is a plugin/system conflict of some sort. btw... your looking cool on your article Did you ever get the WP research published? Share this post Link to post Share on other sites
davidzatzcom 0 Report post Posted April 13, 2010 Sorry about the delay. Other deadlines. I'll get you a screenshot tomorrow (I hope). The WP research is almost done. It's 50 pages or so, by now. I'll let you know when it's actually out of edit. Pretty interesting stuff, you'll like it. Share this post Link to post Share on other sites
davidzatzcom 0 Report post Posted April 14, 2010 You can see the problem live at http://usspi.org/ and http://usspi.org/blog/. Here are screenshots: and Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 14, 2010 It says the problem is in the rss.php file under the wp-includes folder. This is actually not inside of the theme folder at all. Can you post that section of code? Share this post Link to post Share on other sites
davidzatzcom 0 Report post Posted April 15, 2010 That's what's bizarre. I'm not doing anything with that code or RSS for that matter. I can't seem to get the forum software to indent properly, even though I put the code in code tags, so I'm linking to a screencap of the function that fails. Line 577 (the error line) is shown with the pretty red arrow. Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 15, 2010 What is this code from? I'm confused is it a plug-in (tecnick.com)? Share this post Link to post Share on other sites
davidzatzcom 0 Report post Posted April 15, 2010 I don't think so. I'm not using anything for RSS at all. I honestly don't care too much about RSS in this context and certainly I'm not using an RSS plug-in. Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 16, 2010 Try commenting out the call to the rss.php and see if that fixes it so at least we can narrow down the problem Share this post Link to post Share on other sites
davidzatzcom 0 Report post Posted April 16, 2010 Do yo know where that call comes from? What file it's in? Share this post Link to post Share on other sites
davidzatzcom 0 Report post Posted April 16, 2010 Spent the last couple of hours looking at code. Apparently, a plug-in does muck with RSS -- AddToAny. I turned it off and the problem went away. Damn, that's been bugging me for weeks. I didn't know plug-ins changed code outside their own area. Damn! Anyway, not your problem. Sorry, guys! Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 16, 2010 Yeah sometimes it's tough to figure stuff out with problematic plugins in the mix. Glad you figured it out. Share this post Link to post Share on other sites