RE: [fw-general] Zend Framework Stop Working after PHP upgrade to 5.2.6 - URGENT

2008-06-10 Thread Steven Brown
2008 5:34 PM To: fw-general@lists.zend.com Subject: Re: [fw-general] Zend Framework Stop Working after PHP upgrade to 5.2.6 - URGENT Thanks Jordan. Can you refer some URL from where I can checkout the changes done in ZF-1.5.2 as you have mentioned that "Zend_Db_Table_Abstract had major chan

Re: [fw-general] Zend Framework Stop Working after PHP upgrade to 5.2.6 - URGENT

2008-06-10 Thread Simon Mundy
This will go some way to explaining your actions problem... http://framework.zend.com/manual/en/zend.controller.migration.html Besides the usual array of minor fixes and enhancements, the big change to Zend_Db_Table was the way the WHERE, ORDER and LIMIT clauses were added via the API. The n

Re: [fw-general] Zend Framework Stop Working after PHP upgrade to 5.2.6 - URGENT

2008-06-10 Thread ashish.sharma
Thanks Jordan. Can you refer some URL from where I can checkout the changes done in ZF-1.5.2 as you have mentioned that "Zend_Db_Table_Abstract had major changes in the 1.5 release". Also, could you please let me know the correct procedure to upgrade the system. This is what I am not getting. I

Re: [fw-general] Zend Framework Stop Working after PHP upgrade to 5.2.6 - URGENT

2008-06-09 Thread Jordan Moore
Also... I'd highly recommend against upgrading so many components at once. It's almost always a bad idea. On Mon, Jun 9, 2008 at 11:43 PM, ashish.sharma <[EMAIL PROTECTED]> wrote: > > Thanks Simon, > > Here I would like add one more thing which I have missed in my previous > posts (and I apologize

Re: [fw-general] Zend Framework Stop Working after PHP upgrade to 5.2.6 - URGENT

2008-06-09 Thread Jordan Moore
Zend_Db_Table_Abstract had major changes in the 1.5 release. On Mon, Jun 9, 2008 at 11:43 PM, ashish.sharma <[EMAIL PROTECTED]> wrote: > > Thanks Simon, > > Here I would like add one more thing which I have missed in my previous > posts (and I apologize for that) we had also upgraded our ZF to ZF-

Re: [fw-general] Zend Framework Stop Working after PHP upgrade to 5.2.6 - URGENT

2008-06-09 Thread ashish.sharma
Thanks Simon, Here I would like add one more thing which I have missed in my previous posts (and I apologize for that) we had also upgraded our ZF to ZF-1.03 to ZF-1.5.2 I think this is causing the problem but I don't know why? Do you have any idea? As a temporary fix, we have re-install ZF-1.

Re: [fw-general] Zend Framework Stop Working after PHP upgrade to 5.2.6 - URGENT

2008-06-09 Thread Simon Mundy
Hi Ashish I don't think your SQL problems can be attributed to the Apache configuration - can you compare the final SQL query from the 'old' server with the new? Is the 'fetchCount' called from within a model that extends Zend_Db_Table? Have you also run the query from within the database

RE: [fw-general] Zend Framework Stop Working after PHP upgrade to 5.2.6 - URGENT

2008-06-09 Thread ashish.sharma
Thanks for your Steven. Could you please explain as what exactly needs to be checked in Apache configuration. As far as the .htaccess file is concerned, it is same as ealier (no changes made in that). The most weird part which I am not getting is why the SQL query is not working now? The functio

RE: [fw-general] Zend Framework Stop Working after PHP upgrade to 5.2.6 - URGENT

2008-06-09 Thread Steven Brown
Check that your Apache configuration and .htaccess files are the same/correct -Original Message- From: ashish.sharma [mailto:[EMAIL PROTECTED] Sent: Tuesday, 10 June 2008 3:25 PM To: fw-general@lists.zend.com Subject: [fw-general] Zend Framework Stop Working after PHP upgrade to 5.2.6 - U