Hi, I realized that. I was just blinded by something. I am trying already two weeks to debug my application and something goes wrong with inserting data to my db from my form. And the problem is that:
1. It says in my screen An Error has ocurred. 2. No stack traces 3. No specific error messages in my error.log I am using : Apache2 PHP 5.3.2-1 Ubuntu4.2 Ubuntu 10.04 LTS ZF version 1.10.7 Database mysql using PDO There are 3 queries executed before my insert: 1.Describe `user` 2.Select `user`.* FROM `user` WHERE( usr_email = `[email protected]`) LIMIT 1 3.Describe `user` And by my insert something goes wrong between where it creates the prepared statement and the insert. I Just can't find out what. So if someone can give me some hints.... On Thu, Aug 12, 2010 at 10:37 AM, Jan Pieper <[email protected]> wrote: > This isn't a bug. Please have a look at > http://en.wikipedia.org/wiki/Prepared_statements#Parameterized_statements > > with regards, > Jan Pieper > > -------- Original-Nachricht -------- > > Datum: Thu, 12 Aug 2010 10:13:24 +0200 > > Von: Jigal sanders <[email protected]> > > An: fw-general <[email protected]> > > Betreff: [fw-general] Weird bug in ZF? > > > hello i have a very weird bug. > > I have pasted all code here: http://pastebin.com/K5riS3ng its in the > zend > > framework. > > In the beginning of the function all my values are there. But when > > creating > > the sql statement all the values are gone. > > > > Any Idea's? > > > > > > J. Sanders > > -- > GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! > Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 > -- Met vriendelijke groet, Jigal Sanders A.J. Ernststraat 739 1082 LK Amsterdam Mobiel: 06-42111489
