Zend_Session_Exception: Session must be started before any output has been sent to the browser; output started in...
--
You received this message because you are subscribed to the Google Groups "Zend Framework Developers" group.
To post to this group, send email to zfdeve...@googlegroups.com.
To unsubscribe from this group, send email to zfdevelopers...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/zfdevelopers?hl=en.
--
Okay, first Manish is correct. Avoiding errors/warnings rather than addressing them in a graceful manner will only cause confusion in the future. Determine why your code is throwing errors and handle it appropriately. If you are getting deprecation warnings, just figure out why the code is no longer compliant and update it according to the new techniques which would be described in changelogs for the language (specific to the version you are using). If you read the documentation of the language you are coding in, or at least skim the areas where the changes are paramount in the development of your application, you will be maintaining a much happier codebase.
On Oct 7, 2010 7:20 AM, "Manish Khanchandani" <naveenkha...@gmail.com> wrote:
Hi,
changing error_reporting so that it does not show warning from deprecated code is not a good idea, we need to change our code so that it should be compatible with new php version is the right solution.
Thanks
Manish
On 10/6/2010 6:39 PM, Randell wrote:
>
> Hi guys,
>
--> Just an update: in my case, the error was ca...
You received this message because you are subscribed to the Google Groups "Zend Framework Developers...
You received this message because you are subscribed to the Google Groups "Zend Framework Developers" group.
To post to this group, send email to zfdeve...@googlegroups.com.
To unsubscribe from this group, send email to zfdevelopers...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/zfdevelopers?hl=en.