[fw-general] Re: Newbie. Error Uncaught exception 'Zend_Application_Bootstrap_Exception'

2010-11-26 Thread Wil Moore III


artemius wrote:
> 
> [development : production]
> phpSettings.display_startup_errors = 1
> phpSettings.display_errors = 1
> resources.view[] = ""
> 
Hi artemius,

If you move the following line up to the [production] section, your problem
should be solved:
resources.view[] =


The reason is that "resources.view[]" is set only under the [development :
production] section. When you are utilizing the "development" environment,
you are fine with the setting as-is; however, as soon as you deviate from
the "development" environment (production, staging, testing), you will see
the specified error since those sections do not define "resources.view.*"
and do not inherit anything that does.

NOTE: The [development : production] means, for the development environment,
take all of the [production] section settings as defaults, then override
with whatever I specify under the [development : production] section.

Hope this helps. Take care.

-
--
Wil Moore III

Why is Bottom-posting better than Top-posting:
http://www.caliburn.nl/topposting.html
-- 
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Newbie-Error-Uncaught-exception-Zend-Application-Bootstrap-Exception-tp3059454p3059967.html
Sent from the Zend Framework mailing list archive at Nabble.com.


Re: [fw-general] ZFApp?

2010-11-26 Thread Ralph Schindler

Hey Mike,

This was not released today.. I think when it was converted to google 
documents powerpoint/slidedeck format, the current date was injected 
into every slide.


Fact of the matter is that this is VERY old.. probably based on Zend 
Framework 1.0 or 1.5, sometime between 2006 and 2008ish.


Most of the assertions made by this slidedeck have been invalidated by 
Zend_Application, Zend_Tool, and countless other components that have 
been made part of the current Zend Framework.


So, to answer your question, ... there is nothing more about it :)

-ralph

On 11/24/10 10:28 AM, Mike A wrote:

Saw this released today:
http://docs.google.com/viewer?a=v&q=cache:852AJoQlyHoJ:framework.zend.com/svn/framework/laboratory/Primitus/docs/ZFApp-preview-intro.ppt+zend+error+controller+parameters&hl=en&pid=bl&srcid=ADGEESjwuKIVWrhgEs_SEFJB6F2poaLjt_l3H-o8tnv1_AaaVeDzuo7J7gYJgz97onrp-GFiL7e019bJ1B6xbA7cEQroYLhsG9g7ieUS1BHkKq3iyOk0glLsIVXej2utrq0wB83XrPT5&sig=AHIEtbTIb9e9Adqg98X_nu8Qxrei7Cadqw


It seems to come from Zend labs but I do not see it listed in
http://framework.zend.com/svn/framework/laboratory/.

Interesting stuff - is there more about it?

Mike A.