Re: [fw-general] Re: Questions about Zend_Controller_Router_Route mandatory arguments

2011-07-28 Thread Rishi Daryanani
Hi Altamash - thanks for your reply. Unfortunately the %s addition didn't seem to help load my route.     $route = new Zend_Controller_Router_Route_Regex('(de|fr|nl)/(help|hilfe|aide)(?:/(.+))',     array(     'controller' = 'index',       'action' = 'help'     ),  

[fw-general] Router routes.ini Linux/Windows/Mac differences

2011-07-28 Thread monk.e.boy
Hi, We have a routes.ini file that looks like: routes.abc.route = tell-me-more/blog/:post_slug routes.abc.defaults.post_slug = routes.abc.defaults.module= default routes.abc.defaults.controller= tellMeMore ; --- LOOK

Re: [fw-general] Router routes.ini Linux/Windows/Mac differences

2011-07-28 Thread Matthew Weier O'Phinney
-- monk.e.boy j...@teethgrinder.co.uk wrote (on Thursday, 28 July 2011, 03:43 AM -0700): We have a routes.ini file that looks like: routes.abc.route = tell-me-more/blog/:post_slug routes.abc.defaults.post_slug = routes.abc.defaults.module

[fw-general] Allowed memory size exhausted

2011-07-28 Thread metalmini
Hi guys, I am having the hardest time with Zend framwork at the moment. All was well and my project was almost finished but while i was browsing through the application i got a mem size exhausted error on two pages. Both of these pages have default zend forms on them. I cant remember what

Re: [fw-general] Allowed memory size exhausted

2011-07-28 Thread Marco Pivetta
290 megs of trace? That's way too much! What about your ZF version? Can't see anything at Zend/Db/Adapter/Pdo/Mysql.php on line 205. Marco Pivetta http://twitter.com/Ocramius http://marco-pivetta.com On 28 July 2011 16:29, metalmini metalm...@gmail.com wrote: Hi guys, I am having the

Re: [fw-general] Allowed memory size exhausted

2011-07-28 Thread till
On Thu, Jul 28, 2011 at 4:29 PM, metalmini metalm...@gmail.com wrote: Hi guys, I am having the hardest time with Zend framwork at the moment. All was well and my project was almost finished but while i was browsing through the application i got a mem size exhausted error on two pages. Both

[fw-general] Re: Allowed memory size exhausted

2011-07-28 Thread metalmini
Hoe do i retrieve the version number of the framework :-$ i tried 1. echo http://www.php.net/echo Zend_Versionhttp://www.php.net/zend_version ::getLatest(); But this seems to generate even more errors... On Thu, Jul 28, 2011 at 5:18 PM, Marco Pivetta [via Zend Framework Community]

Re: [fw-general] Re: Allowed memory size exhausted

2011-07-28 Thread Jigal sanders
command line you can do: zf --show-version On Thu, Jul 28, 2011 at 7:26 PM, metalmini metalm...@gmail.com wrote: Hoe do i retrieve the version number of the framework :-$ i tried 1. echo http://www.php.net/echo Zend_Versionhttp://www.php.net/zend_version ::getLatest(); But this

Re: [fw-general] Re: Allowed memory size exhausted

2011-07-28 Thread Andreas Möller
command line you can do: zf --show-version Or see /Zend/Version.php. -- List: fw-general@lists.zend.com Info: http://framework.zend.com/archives Unsubscribe: fw-general-unsubscr...@lists.zend.com

Re: [fw-general] Re: Allowed memory size exhausted

2011-07-28 Thread Bart McLeod
Regarding the original memory error, the causes can be anywhere in your application. The error occurs on the last bit of memory php tries to allocate that is to big for the remaining memory resources. This can even happen at different spots in the code, depending on how the memory is allocated

Re: [fw-general] Re: Allowed memory size exhausted

2011-07-28 Thread Matthew Weier O'Phinney
-- metalmini metalm...@gmail.com wrote (on Thursday, 28 July 2011, 10:26 AM -0700): Hoe do i retrieve the version number of the framework :-$ require_once 'Zend/Version.php'; echo Zend_Version::VERSION; i tried 1. echo http://www.php.net/echo

Re: [fw-general] Re: Allowed memory size exhausted

2011-07-28 Thread till
On Thu, Jul 28, 2011 at 7:26 PM, metalmini metalm...@gmail.com wrote: Hoe do i retrieve the version number of the framework :-$ Look into the source code of Zend/Version.php! :-) -- List: fw-general@lists.zend.com Info: http://framework.zend.com/archives Unsubscribe: