Re: [fw-general] One simple problem tooks me 2 hour- hope it will help someone..

2008-09-12 Thread vladimirn
Now i have similar(or not) issue. Fatal error: Uncaught exception 'Zend_Loader_PluginLoader_Exception' with message 'Plugin by name LoggedInUser was not found in the registry. I have in application/views/helpers/ file LoggedInUser.php ?php class Zend_View_Helper_LoggedInUser { protected $_view;

RE: [fw-general] One simple problem tooks me 2 hour- hope it will help someone..

2008-09-12 Thread Terre Porter
Subject: Re: [fw-general] One simple problem tooks me 2 hour- hope it will help someone.. Now i have similar(or not) issue. Fatal error: Uncaught exception 'Zend_Loader_PluginLoader_Exception' with message 'Plugin by name LoggedInUser was not found in the registry. I have in application/views

RE: [fw-general] One simple problem tooks me 2 hour- hope it will help someone..

2008-09-12 Thread vladimirn
vRandom wrote: I don't see a reference to a helper path for the view to use. Something like : $this-_view-addHelperPath('path-to-helpers-dir'); Hope it helps Terre Thanks Terre :) -- View this message in context:

[fw-general] One simple problem tooks me 2 hour- hope it will help someone..

2008-09-11 Thread vladimirn
I am windows user. So i had in my signupForm: -addElement ( 'MultiSelect', 'promotion', everything works fine on my computer (windows vista) and when i uploaded file on the web server(linux) i got error message that Plugin MultiSelect wasnt found After two hours of updating library

Re: [fw-general] One simple problem tooks me 2 hour- hope it will help someone..

2008-09-11 Thread Matthew Weier O'Phinney
-- vladimirn [EMAIL PROTECTED] wrote (on Thursday, 11 September 2008, 03:02 PM -0700): I am windows user. So i had in my signupForm: -addElement ( 'MultiSelect', 'promotion', everything works fine on my computer (windows vista) and when i uploaded file on the web server(linux) i got