Twitter Widget
Gravatar
Joined: 2010-06-20
Posts: 1
I am trying to use the Twitter Widget on the sidebar and all I get is "None posted just yet." I know I have a couple of current tweets at http://twitter.com/dmshaner

Is there something that needs changed? I installed pyrocms on my website at http://shaner.us.
Gravatar
Joined: 2010-06-22
Posts: 12
I have exactly the same issue. Even tested it with girlfriends twitter who tweets for her job and still no luck :(
Gravatar
Joined: 2010-07-07
Posts: 47
Same problem here
Gravatar
Joined: 2010-08-23
Posts: 1
i got this error
Fatal error: Call to undefined function curl_init()
Gravatar
Joined: 2009-07-16
Posts: 909
Which version of PyroCMS are you guys using? The old twitter widget used cURL and a bunch of random stuff, the new version just parses the RSS feed.
Gravatar
Joined: 2010-10-08
Posts: 4
using v 0.9.9.7 and getting the same issue. undefined function curl_init()
Gravatar
Joined: 2009-07-16
Posts: 909
Curl is a requirement of PyroCMS. It warned you in the installer and you ignored it.

Install Curl and enable it for PHP, then the error will go away.
Gravatar
Joined: 2011-03-03
Posts: 1
i have two errors, when publish twiter plugin

A PHP Error was encountered
Severity: Warning
Message: array_slice() expects parameter 1 to be array, null given
Filename: twitter_feed/twitter_feed.php
Line Number: 43
A PHP Error was encountered
Severity: Warning
Message: Invalid argument supplied for foreach()
Filename: twitter_feed/twitter_feed.php
Line Number: 59
Gravatar
Joined: 2009-07-16
Posts: 909
It's not getting any results. Giving it a valid unprotected username?
Gravatar
Joined: 2011-03-16
Posts: 5
I'm running Pyro 1.1 and Curl is enabled (no warning in installation) - yet when I activate the Twitter widget my website just stops showing and returns a white page. The other widgets (atleast the ones that I have tried) seem to work fine.

Anyone had the same issue?