Re: [fw-general] How the heck do you go into production mode?

2008-11-22 Thread Behzad
True. Thanks for your help Matthew. I fixed the problem. On Fri, Nov 21, 2008 at 4:08 PM, Matthew Weier O'Phinney <[EMAIL PROTECTED]>wrote: > -- Behzad <[EMAIL PROTECTED]> wrote > (on Friday, 21 November 2008, 12:38 PM +0330): > > Using ZF1.6, I just went to production today, but got the followi

Re: [fw-general] How the heck do you go into production mode?

2008-11-21 Thread Matthew Weier O'Phinney
-- Behzad <[EMAIL PROTECTED]> wrote (on Friday, 21 November 2008, 12:38 PM +0330): > Using ZF1.6, I just went to production today, but got the following error: > > Uncaught exception 'Zend_Controller_Action_Exception' with message > 'ViewRenderer initialization failed: retrieved view base path is

Re: [fw-general] How the heck do you go into production mode?

2008-11-21 Thread till
On Wed, Nov 19, 2008 at 5:50 PM, MrEMan <[EMAIL PROTECTED]> wrote: > > I've been developing a Zend app for awhile now. It's a project I adopted from > a previous contractor and I am not the one responsible for deploying it. > I've recently encountered a production bug and really need to run the app

Re: [fw-general] How the heck do you go into production mode?

2008-11-21 Thread Behzad
Using ZF1.6, I just went to production today, but got the following error: *Uncaught exception 'Zend_Controller_Action_Exception' with message 'ViewRenderer initialization failed: retrieved view base path is empty'* and I'm still struggling to find out the main source of the problem. Anyone could

Re: [fw-general] How the heck do you go into production mode?

2008-11-20 Thread Ben Scholzen 'DASPRiD'
ilto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>] > Sent: Wednesday, November 19, 2008 11:50 AM > To: fw-general@lists.zend.com <mailto:fw-general@lists.zend.com> > Subject: [fw-general] How the heck do you go into production mode? > > > I've been de

Re: [fw-general] How the heck do you go into production mode?

2008-11-19 Thread Julien Pauli
at the index.php and any configs that are loaded. It > would > be in the beginning of the application. > > Terre > > -Original Message- > From: MrEMan [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 19, 2008 11:50 AM > To: fw-general@lists.zend.com > Subjec

RE: [fw-general] How the heck do you go into production mode?

2008-11-19 Thread Terre Porter
have to track it down. I'd start looking at the index.php and any configs that are loaded. It would be in the beginning of the application. Terre -Original Message- From: MrEMan [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2008 11:50 AM To: fw-general@lists.zend.com Subj

Re: [fw-general] How the heck do you go into production mode?

2008-11-19 Thread Matthew Weier O'Phinney
-- MrEMan <[EMAIL PROTECTED]> wrote (on Wednesday, 19 November 2008, 08:50 AM -0800): > I've been developing a Zend app for awhile now. It's a project I > adopted from a previous contractor and I am not the one responsible > for deploying it. I've recently encountered a production bug and > really

[fw-general] How the heck do you go into production mode?

2008-11-19 Thread MrEMan
I've been developing a Zend app for awhile now. It's a project I adopted from a previous contractor and I am not the one responsible for deploying it. I've recently encountered a production bug and really need to run the app in production mode locally to figure this out. How do I run my Zend Fra