Logs for

Page 176 of 211,258, showing 20 records out of 4,225,143 total, starting on record 3,501, ending on 3,520

# At Username Text
# Aug 7th 2008, 14:48 ADmad Eddie_CRO: read the comments at the top
# Aug 7th 2008, 14:48 Eddie_CRO yes i see it now. wait to try it.
# Aug 7th 2008, 14:49 Raphael__ I have a problem while saving extra field in a HABTM relation
# Aug 7th 2008, 14:49 Raphael__ http://bin.cakephp.org/view/1375267196
# Aug 7th 2008, 14:49 Raphael__ http://bin.cakephp.org/view/191374837
# Aug 7th 2008, 14:49 zmonteca my site is working, however, i have one form on the site when it's submitted gives me a page with nothing but the SQL dump. Is there a way to get more information? Nothing is coming up in the debug or error logs? I get no info with debug set to 1,2 or 3.
# Aug 7th 2008, 14:50 Raphael__ I try to save an array of relation, but only the last one is saved
# Aug 7th 2008, 14:50 Raphael__ if I use array(1, 2, 3), it's ok
# Aug 7th 2008, 14:50 Eddie_CRO admad: i set 'encoding' => 'UTF-8' attribute, but unfortunately, still the same... ?
# Aug 7th 2008, 14:51 Raphael__ but now if I save array(array('tag_id' => 1, 'order' => 0), array('tag_id' => 2, 'order' => 1))
# Aug 7th 2008, 14:51 Raphael__ why ?
# Aug 7th 2008, 14:51 ADmad Eddie_CRO: scroll up and check what i typed earlier
# Aug 7th 2008, 14:52 zmonteca regarding the empty page: http://bin.cakephp.org/view/215683496
# Aug 7th 2008, 14:52 jonbro hey folks, anyone have experience building schemas with fulltext indexes
# Aug 7th 2008, 14:52 jonbro I seem to not be able to do it.
# Aug 7th 2008, 14:53 Eddie_CRO where up? anything relvant i see is: read comments on top
# Aug 7th 2008, 14:53 Eddie_CRO ?
# Aug 7th 2008, 14:53 ADmad Eddie_CRO: scroll further up
# Aug 7th 2008, 14:53 Eddie_CRO i just joined the channel, no more up. :)
# Aug 7th 2008, 14:54 teknoid zmonteca: is your validation failing? do you have beforeSave() in your model, that's not returning true?