Re: [Catalyst] Getting strange warning each time a request is made to myApp

2009-03-14 Thread kakimoto
hi there Definitely not. What I don't understand is that this error has not surfaced until recently. Really strange. Any idea where to trace? Quoting Greg Matheson drb...@freeshell.org: On Sat, 14 Mar 2009, kakim...@tpg.com.au wrote: - extract START --- [warn] Used

Re: [Catalyst] Getting strange warning each time a request is made to myApp

2009-03-14 Thread kakimoto
Hi, Russell, Interesting. I have checked and well, found no traces of a default view or anything similar to it. The app persists in working but gives out this warning message (Which has always been absent). Any idea or documentation that I could read up to find out on how to configure a

Re: [Catalyst] Getting strange warning each time a request is made to myApp

2009-03-14 Thread Eden Cardim
On Sat, Mar 14, 2009 at 10:49 AM, kakim...@tpg.com.au wrote:  Any idea or documentation that I could read up to find out on how to configure a default view? $c-view is documented in perldoc Catalyst -- Eden Cardim Need help with your Catalyst or DBIx::Class project? Code Monkey

Re: [Catalyst] Getting strange warning each time a request is made to myApp

2009-03-14 Thread kakimoto
Hello, Eden! Thank you for the solution in the previous email reply. $c-view - doesn't seem to be documented in the Catalyst tutorials at all. I don't know how to have the tutes updated. I wish someone would update the tute so that others don't get stung by this silly warning. Thank you

Re: [Catalyst] Getting strange warning each time a request is made to myApp

2009-03-14 Thread kakimoto
Hello, Eden! Thank you for the solution in the previous email reply. $c-view - doesn't seem to be documented in the Catalyst tutorials at all. I don't know how to have the tutes updated. I wish someone would update the tute so that others don't get stung by this silly warning. Thank you

[Catalyst] Getting strange warning each time a request is made to myApp

2009-03-13 Thread kakimoto
Hi, everyone, I realised that my app's terminal console has been spitting out a warning as per below each time I make a request to the app. This is be it to '/' or to a valid controller like 'subscriptions/create', 'subscriptions/update', 'subscriptions/delete', and so forth. - extract

Re: [Catalyst] Getting strange warning each time a request is made to myApp

2009-03-13 Thread kakimoto
Hi, everyone, I went into my MyApp::Controller::Login-index method and made some changes. I noticed that upon successful login of the current user, I will do a redirect to the base path '/' (ie. www.insurance-example.com:3000/). So in this case, i specified something like:

Re: [Catalyst] Getting strange warning each time a request is made to myApp

2009-03-13 Thread kakimoto
hi everyone, I tried googling and found that it's got somethign to do with component resolution which has been refactored for Catalyst Runtime 5.8. I am running Catalyst 5.71000 and my Catalyst::Action::RenderView is up to date (ie ver 0.09 ). Any ideas?? I tried looking in my Root.pm

Re: [Catalyst] Getting strange warning each time a request is made to myApp

2009-03-13 Thread Greg Matheson
On Sat, 14 Mar 2009, kakim...@tpg.com.au wrote: - extract START --- [warn] Used regexp fallback for $c-model('myApp::View::HTML'), which found 'myApp::View::HTML=HASH(0x8ef7b50)'. Relying on regexp fallback behavior for component resolution is unreliable and unsafe. You

Re: [Catalyst] Getting strange warning each time a request is made to myApp

2009-03-13 Thread Russell Jenkins
kakim...@tpg.com.au wrote: - extract START --- [warn] Used regexp fallback for $c-model('myApp::View::HTML'), which found 'myApp::View::HTML=HASH(0x8ef7b50)'. Relying on regexp fallback behavior for component resolution is unreliable and unsafe. You probably meant