On 1 Sie, 01:15, Geoff Ford <[EMAIL PROTECTED]> wrote: > The session errors are probably because of whitespace after the > closing ?> in images.php > yep, that was it :) I thought I'll never get rid of that :)))) > The reason you can't save with $this->data may have to do with the > fact that there is no 'id' field in your comments table. In your > comment model try adding a var $primaryKey = 'id_comment' Take a look > at the manual section on conventions. If you do not follow the > conventions then Cake needs to be told what to do. With table fields > like id_modelname your associations will not work out of the box, > because cake is expecting modelname_id. I've already set the $primaryKey with my own field :( Another thing - Does anybody have problems with Firefox and showing divs, or with websites which are using frames? ie. from time to time i've got problems with replying to google groups posts - the form hidden under the "reply" button is not showing. I've observed that behaviour on many different websites. And also my bank website with framesets is working incorrectly after installing FF 2.0.05, and 2.0.06. weird :( --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
