-- till <[email protected]> wrote
(on Thursday, 20 August 2009, 03:11 PM +0200):
> On Mon, Aug 17, 2009 at 1:44 PM, Matthew Weier
> O'Phinney<[email protected]> wrote:
> > -- till <[email protected]> wrote
> > (on Thursday, 13 August 2009, 06:36 PM +0200):
> >> On Thu, Aug 13, 2009 at 6:22 PM, Ralph
> >> Schindler<[email protected]> wrote:
> >> > Ralf, hard to diagnose from the backtrace, it looks like you were 
> >> > overriding
> >> > Zend_Search_Lucene with Interpersonal_Search_Lucene, whats going on in 
> >> > the
> >> > constructor there?
> >> >
> >> > Till, are you using Zend_Applicaiton? What does the Zend_View 
> >> > boostrapping
> >> > look like if not?
> >>
> >> I was running 1.7.8 before. I managed to go to 1.8.2 without glitches.
> >> When I update to 1.8.4 I keep getting that all of the sudden any view
> >> cannot be find. And when I trace through it $_paths['scripts'] (in
> >> Zend_View) is empty. I didn't check each of the preview releases but
> >> the error is def. in 1.9.0 and 1.9.1.
> >
> > Can you send your bootstrapping information, please?
> >
> > Also, are you using something such as ActionStack or the action() view
> > helper? It's possible the issue is in one of these.
> >
> > I have a few different sample apps I run on latest trunk to identify
> > issues such as these, and have not noticed any problems as of yet --
> > it's likely in your configuration, but the fact that the same app works
> > in 1.8.2 but fails in 1.8.4 is likely indicative of a regression as
> > well. However, neither Ralph nor myself have enough information
> > whatsoever to work off of. We need a reproduce case.
> 
> What exactly would you like to see? I'm not using Zend_Application and
> I can't put my app on github. =(
> 
> I can share a lot of list. Let me know if this works.

On-list, or via private paste -- or if you want to email me privately,
that works as well.

What I need to see is how you're configuring your view object, and what
type of call to $view->render() is causing the issue (is it from the
ViewRenderer? an explicit call to render()? via partial()? via action()?
etc.). Autoloading information and the directory structure would also be
helpful.

Basically, what it comes down to is: what is the minimal amount of code
you can provide that recreates the issue?

-- 
Matthew Weier O'Phinney
Project Lead            | [email protected]
Zend Framework          | http://framework.zend.com/

Reply via email to