[fw-general] Apache returning 404 instead of errorHandler page

2009-11-21 Thread vb
This is a very strange problem. ZF application worked perfectly on intranet network with Zend Server 4.0.6. My perfect programing skills caused an infinite loop, so I had to manually kill php.exe process (XP 32-bit). After that, when I try to access some non-existing page (e.g.

[fw-general] Re: Zend Modules - Calling a Module from Controller

2009-11-21 Thread vb
Stephenalistoun wrote: Hey All, I'am trying to call a Module from the Controller and I'm keep on getting an error stated below: Class 'Default_Module_UsersTable' not found in C:\wamp\www\ZendCasts\application\controllers\IndexController.php on line 16 //***

[fw-general] Re: Howto have the default module controllers with module prefix

2009-11-21 Thread vb
Exception e wrote: Because the other sublists of zend-framework refuse to process my messages, I am forced to post it here. Maybe someone can explain why all messages keep pending? I hate this -( == Here is my question: I have a default module defined in application.ini

[fw-general] Re: How to test file uploads

2009-11-21 Thread vb
Abraham Block wrote: I'm overriding isValid in my form to add on a subform for any uploaded files that are coming in (because i'm allowing an arbitrary number of files, the amount which cannot be known before). I need to test that when a file is uploaded that a subform gets added. Since

[fw-general] Re: Howto have the default module controllers with module prefix

2009-11-21 Thread Exception e
vb wrote: Do you have resources.frontcontroller.params.prefixDefaultModule = true in your ini file? And in _initAutoload, the namespace parameter should be Pagina, no? Hi, Thanks for your answer. Yeah, I discovered this option while my message was pending so long. Pfew. But it works

[fw-general] Re: Zend Navigation and Router issue

2009-11-21 Thread vb
Fred Jiles wrote: Awesome you are the man. I figured it had to do something with the stack and how it was processed. It doesn't make sense the the default is null, why not make the default, default? This way you don't need to add the extra markup? On Fri, Nov 13, 2009 at 11:45 AM,

[fw-general] Re: Zend Navigation and Router issue

2009-11-21 Thread vb
EDIT: Forgot to say to setup plugin in _initRoutes in bootstrap: protected function _initRoutes() { $router = new My_Controller_Router_Rewrite(); Zend_Controller_Front::getInstance()-setRouter($router); -- View this message in context:

[fw-general] Bootstrapping modules and testing

2009-11-21 Thread Davout
Hi, I'm having problems running phpunit tests for my Zend application. I'm wondering if anyone could correct what I'm doing wrong. I've setup my application based on http://akrabat.com/2009/07/08/bootstrapping-modules-in-zf-1-8/ Rob Allen's Bootstrapping Modules blog post. Note: right now

Re: [fw-general] Apache returning 404 instead of errorHandler page

2009-11-21 Thread drm
Hi, It might have some to do with ErrorDocument directives on your webserver. I have seen instances of Apache catching PHP sending a HTTP/1.1 404 response code, so assuming you want to display the ErrorDocument in stead of the response body. Try disabling this directive. HTH, drm / Gerard

Re: [fw-general] Apache returning 404 instead of errorHandler page

2009-11-21 Thread vb
drm-4 wrote: Hi, It might have some to do with ErrorDocument directives on your webserver. I have seen instances of Apache catching PHP sending a HTTP/1.1 404 response code, so assuming you want to display the ErrorDocument in stead of the response body. Try disabling this

Re: [fw-general] Zend Modules - Calling a Module from Controller

2009-11-21 Thread Stephenalistoun
Thanks a million -- View this message in context: http://n4.nabble.com/Zend-Modules-Calling-a-Module-from-Controller-tp663625p705012.html Sent from the Zend Framework mailing list archive at Nabble.com.

Re: [fw-general] zf tool: no way to delete yet?

2009-11-21 Thread ja9ae
To return to the other part of the question, what would be the correct manual process to remove an unwanted controller and keep the xml files tidy? AJ. -- View this message in context: http://n4.nabble.com/zf-tool-no-way-to-delete-yet-tp662776p717918.html Sent from the Zend Framework mailing