Re: [fw-general] Zend_Service_Twitter - Notice: Undefined offset: 0 in \library\Zend\Rest\Client\Result.php on line 232

2010-06-14 Thread Pádraic Brady
Which version are you using? Thanks. Paddy Sent from my iPhone On 15 Jun 2010, at 02:50, "Jack Houghton" wrote: I am receiving the following error when trying to authenticate to twitter using Zend_Service_Twitter: Notice: Undefined offset: 0 in \library\Zend\Rest\Client\Result.php on line

[fw-general] Zend_Service_Twitter - Notice: Undefined offset: 0 in \library\Zend\Rest\Client\Result.php on line 232

2010-06-14 Thread Jack Houghton
I am receiving the following error when trying to authenticate to twitter using Zend_Service_Twitter: Notice: Undefined offset: 0 in \library\Zend\Rest\Client\Result.php on line 232 I am using the Zend Framework 1.10. The following is the code snippet: try { $this->twitter = n

[fw-general] Re: Decorators, am I missing something? Unexpected Behavior.

2010-06-14 Thread merrix
actually above is perfect. I was generating the array that gets passed to $element->setDecorators(), and I wasn't getting the correct structure. Can we mark this as fixed? No? -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Decorators-am-I-missing-something-

Re: [fw-general] CUSTOM_Controller_Plugin is loaded twice

2010-06-14 Thread Damián Farina
On Monday 14 June 2010 06:23:10 Enkhbilguun Erdenetsogt wrote: > Hello everyone, > > I just found that CUSTOM_Controller_Plugin is loaded twice. I don't think > it is normal. > > I'm using ZF 1.10.5 and application.ini registers my Controller Plugins > like resources.frontController.plugins.Testo

[fw-general] Zend_Naviagtion Breadcrumb With Custom Routes

2010-06-14 Thread Daniel Latter
Hi All, I have a route: */sports/item/* Now I am using Zend_Navigation to print out some breadcrumbs. I am using the following config: resources.navigation.pages.page1.pages.page3.type = "Zend_Navigation_Page_Uri" resources.navigation.pages.page1.pages.page3.label = "Sport" resources.navigation

[fw-general] CUSTOM_Controller_Plugin is loaded twice

2010-06-14 Thread Enkhbilguun Erdenetsogt
Hello everyone, I just found that CUSTOM_Controller_Plugin is loaded twice. I don't think it is normal. I'm using ZF 1.10.5 and application.ini registers my Controller Plugins like resources.frontController.plugins.Testo = "MY_Controller_Plugin_Testo". I just var_dump("TESTING"); in Testo Control