Re: cake_1.2.3.8166+ Query: execute

2010-07-17 Thread simon...@terra.com.br
That's the full error code I had: I did find that in the APP\app_model.php, line 15 there was "execute" so I just changed it to query and it was fixed. Thanks Dr.Loboto Warning (512): SQL Error: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server

Re: cake_1.2.3.8166+ Query: execute

2010-07-17 Thread simon...@terra.com.br
That's the full error code I had: I did find that in the APP\app_model.php, line 15 there was "execute" so I just changed it to query and it was fixed. Thanks Dr.Loboto Warning (512): SQL Error: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server

Re: cake_1.2.3.8166+ Query: execute

2010-07-17 Thread simon...@terra.com.br
That's the full error code I had: I did find that in the APP\app_model.php, line 15 there was "execute" so I just changed it to query and it was fixed. Thanks Dr.Loboto Warning (512): SQL Error: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server

Re: cake_1.2.3.8166+ Query: execute

2010-07-16 Thread Dr. Loboto
Open this error message and inspect stack trace there. You'll see which model/controller/behavior still uses execute() method instead of query() one. On Jul 17, 3:06 am, "simon...@terra.com.br" wrote: > HI, > > I'm using cake_1.2.3.8166 version. I get this error: > > Warning (512): SQL Error: 106

Re: cake_1.2.3.8166+ Query: execute

2010-07-16 Thread Tilen Majerle
can u show us your query statement please?...maybe you fail at query statement -- LP, Tilen Majerle http://majerle.eu 2010/7/16 simon...@terra.com.br > HI, > > I'm using cake_1.2.3.8166 version. I get this error: > > Warning (512): SQL Error: 1064: You have an error in your SQL syntax; > ch

cake_1.2.3.8166+ Query: execute

2010-07-16 Thread simon...@terra.com.br
HI, I'm using cake_1.2.3.8166 version. I get this error: Warning (512): SQL Error: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 [CORE\cake\libs\model\datasources \dbo_source.php, line 525]