Since these are just PHP notices, they aren't very severe errors and shouldn't affect the functionality of the plugin. Do you have display_errors turned on? If so, just turn it off and see if the plugin actually works.
On Mon, Oct 19, 2009 at 12:51 AM, prodigal <[email protected]>wrote: > > Hi there, > > I have just installed habari stable on my sandbox server and am having > an issue with any of the tiwtter plugins, I have tried both the 6.0 > branches of twitter and twitterlite to no avail. > > With the twitter plugin 0.6-1.4.1 I am getting the following errors. > > Notice: Undefined variable: theme in system/plugins/twitter/ > twitter.plugin.php line 47 > Notice: Trying to get property of non-object in system/plugins/twitter/ > twitter.plugin.php line 47 > > and with tiwtter lite 6.0.1 I get > > Notice: Undefined offset: 0 in system/plugins/twitterlitte/ > twitterlitte.php line 9 > Notice: Trying to get property of non-object in system/plugins/ > twitterlitte/twitterlitte.php line 9 > Notice: Trying to get property of non-object in system/plugins/ > twitterlitte/twitterlitte.php line 9 > > The line in question in twitterlite.php is > > printf('<li class="twitter-more"><a href="%s">' . _t('Read moreā¦', > $this->class_name) . '</a></li>', $tweets[0]->user->profile_url); > > > > Any help much appreciated? > > Cheers > > > > -- Oscar Merida * http://OscarM.org - random thoughts on my blog * http://SoccerBlogs.net - your daily soccer feed * http://FutBoliviano.com - bolivian soccer, futbol de altura --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-users -~----------~----~----~----~------~----~------~--~---
