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
he count only. Steven Brown-7 wrote: 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 S

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

2008-06-10 Thread ashish.sharma
>>>> total_records', $cols)), $where); >>>>return (integer) $rowset->current()->total_records; >>>> >>>>} >>>> >>>> . .. is returning all the columns from the table and NOT the count >>>>

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

2008-06-09 Thread Jordan Moore
t;> >>> . .. is returning all the columns from the table and NOT the count >>> only. >>> >>> >>> >>> >>> Steven Brown-7 wrote: >>>> >>>> Check that your Apache configuration and .htaccess files are the >>>

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

2008-06-09 Thread Jordan Moore
fetchCols(new >>> Zend_Db_Expr(sprintf('COUNT(%s) AS >>> total_records', $cols)), $where); >>>return (integer) $rowset->current()->total_records; >>> >>>} >>> >>> . .. is returning all the columns from

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

2008-06-09 Thread ashish.sharma
gt;> >> >> Steven Brown-7 wrote: >>> >>> Check that your Apache configuration and .htaccess files are the >>> same/correct >>> >>> -Original Message- >>> From: ashish.sharma [mailto:[EMAIL PROTECTED] >>> Sent: Tues

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

2008-06-09 Thread Simon Mundy
general@lists.zend.com Subject: [fw-general] Zend Framework Stop Working after PHP upgrade to 5.2.6 - URGENT Hello ALL, Yesterday we had upgraded our server to PHP 5.2.6 and after that our applications based on ZF1.0 are NOT WORKING. The sections which were working earlier are not work

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

2008-06-09 Thread ashish.sharma
nt: 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 > - URGENT > > > Hello ALL, > > Yesterday we had upgraded our server to PHP 5.2.6 and after that our > applications based on ZF1.0

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

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

2008-06-09 Thread ashish.sharma
Hello ALL, Yesterday we had upgraded our server to PHP 5.2.6 and after that our applications based on ZF1.0 are NOT WORKING. The sections which were working earlier are not working now and showing errors and warning. For example the count function to get the count of records from a table in showi